#overBanner {
	height: 25px;
	background-color: #102115;
	background-image: url(../images/design/top/jimhart/jimhart_photos.png);
	background-repeat: no-repeat;
	text-align: right;
}

#mainBanner {
	height: 156px;
	background-image: url(../images/design/banners/banner_photos.gif);
	background-repeat: no-repeat;
}

#content {
	background-color: #569197;
	padding-top: 50px;
	padding-bottom: 50px;
}

#leftPanel {
	width: 650px;
	padding: 7px;
	border-right: 1px dotted #fff;
}

#rightPanel {
	margin-bottom: 25px;
	margin-left: 650px;
	width: 200px;
	padding: 7px;
	
}

#footer {
	background-color: #102115;
}
	