#navigation {
	width:965px;
	margin-left:auto;
	margin-right:auto;
	height:40px;
}

#navigation li {
		float:left;
		width:191px;
		text-align:center;
		border:solid 1px #333;	
}
#navigation a:hover
{
		background-color:#996;
		font-family: Georgia, "Times New Roman", Times, serif;
}
