body {
	margin: 0;
	padding: 0;
	background: #fff url(../img/bg.gif);
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#banner {
	background: #C8CCD3 url(../img/top_banner.gif) no-repeat top left;
	/*position: relative;*/
	width: 760px;
	overflow: hidden;
	height: 66px;
	border-right: 1px solid #999;
}

#datebar {
	background: #C8CCD3 url(../img/datebar_liquid.gif);
	overflow: hidden;
	height: 22px;
	border-right: 1px solid #999;
	width: 755px;
	text-align: right;
	font-size: 11px;
	color: #fff;
	padding-right: 5px;
}


#mainContent {
	width: 760px;
	margin: 0;
	padding: 0;
	border-right: 1px solid #999;
	float: left;
}


#sideBar {
	/*position: absolute;
	left: 0px;
	top: 88px;*/
	float: left;
	width: 205px;
	border-right: 1px solid #000;
	background: #C8CDD5 url(../img/sidebar_liquid.gif) repeat-y;
	overflow: hidden;
}

#mainCol {
	float: right;
	background: #fff;
	color: #333;
	/*margin: 0 0 0 205px; */
	width: 553px;
	border-right: 1px solid #5C6368;
	overflow: hidden;
}

#photo {
	background: #AFA79F;
	color: #333;
	overflow: hidden;
	padding: 0 0 -5px 0;
	position: relative;
	margin: 0;
	height: 185px;
	width: 554px;
}


#footer {
	/*float: left;*/
	background: #979AA0 url(../img/footer.gif) repeat-x;
	margin: 0 0 0 0;
	padding: 8px 0;
	width: 760px;
	height: 30px;
	border-right: 1px solid #5C6368;
	/*visibility: hidden;*/
	clear: both;
}

