body { 
	margin:0; 
	padding:0; 
	background:#000000; 
	color:#ccc;
	font-family:Arial;
}

#nav {
	text-align:center;
	font-size:12px;margin-top:10px;background:#000000;height:30px;padding-top:10px;
}
			
#nav a {
	color:#484747;
	text-transform:uppercase;
	font-weight:Bold;
	text-decoration:none;
	padding:10px;
	background:#181818;
}
			
#nav a:hover {
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:Bold;
	text-decoration:none;
	padding:10px;
	background:#070707;
}
			
#footer {
	text-align:center;margin-right:50px;margin-bottom:10px;font-size:12px;font-weight:Bold;text-transform:uppercase;color:#434343;
}
			
#footer a {
	color:#434343;
	text-transform:uppercase;
	font-weight:Bold;
	text-decoration:underline;
}

#footer a:hover {
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:Bold;
}

input,select {
	width:400px;
	background:#363636;
	border:0px;
	color:#e7e7e7;
}
