#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;
}

#contentrap{
	padding-left: 20px;
	font-size: 14px;
}

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

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

#flickrlink {
	padding-left: 48px;
	padding-right: 74px;
	padding-bottom: 30px
}

a {
	color: #972A10;
}

a:hover {
	color: #000;
}

#footer {
	background-color: #102115;
}
	
