@charset "UTF-8";
/* CSS Document */

	#title a img {
		border:none;
	}
	
	#title a {
		color: #EA0E00;
		text-decoration:none;
	}
	#nav {
	/*height:171px;*/
	width:950px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	left:0px;
	}
	
		#nav ul {
		 margin: 0 auto;  
		 padding: 0; 
		width:700px;
		/*float:right;*/
		/*height:171px;*/
		
		bottom:0px;
		list-style:none;
		}
		
		#nav li {
		float:left;
		padding-top:12px;
		/*margin:0px 52px;*/
		width:100px;
		text-align:center;
		}
		
		#nav a:hover {
		color:#EA0E00;
		}
		
		#nav a {
		font-weight:bold;
		text-decoration:none;
		color:#000000;
		}	