body {
	color:#232020;
	font-family:Verdana;
	font-size:11px;
	line-height:17px;
	background-color:#658491;
	vertical-align:top;
	margin:0;
}
#container {
	width:800px;
	height:100%;
}
#menuContainer {
	width:800px;
	height:25px;
	background-color:#765a67;
}
#homeContent {
	width:800px;
	height:100%;
	margin-top:0;
}
#sidebar {
	width:168px;
	padding-left:16px;
	padding-right:17px;
	padding-bottom:16px;
	height:100%;
}

/* footer */

#footerContainer {
	width:800px;
	height:44px;
	background-color:#948e61;
}

#footer {
	font-size:10px;
	font-family:Verdana;
	line-height:16px;
	color:#ffffff;
}
#footer a, a:visited {
	color: #ffffff;
	text-decoration:underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:none;
}
