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

#navWrapper {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;		
	background: #FFF;	
	width: 1200px;
	color: #000;	
	
	border-width:thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#000;	
	border-bottom-color:#000;
	

	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

#navList a{
	color: #000;
	text-decoration: none;
}

#navList li{
	position: relative;
	display: inline;
	list-style-type: none;
	padding-right: 50px;

}


#navList li a:hover {
	color: #000;
	text-decoration:underline;
	

}
