#wrapper{
	width:745px;
	margin: 0 auto;
	text-align:center;
	background-color:#FFFFFF;
	
}

#banner{
	background-color:#FFFFFF;	
	height:168px;
	width:745px;
	text-align:center;
	margin-bottom:5px;
	max-width: 745px;
}
	
#navigation{
	width:69px;
	float:left;
	text-align:left;
	background-color:#FFFFFF;
	font-size:13px;
	list-style:none;
}

#navigation li{
	display:inline;
	text-decoration:underline;
	line-height:18pt;
}

#navigation li a{
	color:#000066;
	text-decoration:none;
	display:block;
}

#navigation a:hover{
	background:Teal;
	color:Yellow;
	border: 1px red solid;
	font-weight:bold;

}

}	
	
#content{
	width:670px;
	float:left;
	background-color:#FFFFFF;
}
