* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 15px 0px 50px 0px;
	padding: 0px 0px 0px 0px;
	background: #010101;
}

#home {
	background-color: #010101; 
	width: 850px;
}

/* Nav Styles */
#homeNav {
	padding: 177px 0px 0px 670px;
	text-align: left;
}

#homeNav ul li {
	list-style-type: none;
	
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	
	letter-spacing: 1.0px;
	line-height: 18px;
	
	text-transform: uppercase;
	white-space: nowrap;
}

#homeNav ul li a {
	list-style-type: none;
	
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	
	letter-spacing: 1.0px;
	line-height: 18px;
	
	text-transform: uppercase;
	white-space: nowrap;
	
	text-decoration: none;
}

#homeNav ul li a:hover {
	color: #d93139;
}
/* End Nav Styles */

#footer a {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
	text-decoration: none;
	
	letter-spacing: 1.0px;
}
#footer a:hover {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #d93139;
	
	text-decoration: none;
	
	letter-spacing: 1.0px;
}
