/* DIV STYLES */
body {
	margin-left: 20px;
	margin-top: 0px;
	/*background: #F7F7F7;*/
	background: #070707 url(images/ajharvey_top.gif) repeat-x top;
}
#container {
	width: 770px;
}
#pics {
/*	background: #E5E5E5;*/
	background: #191919;
	padding: 5px;
}
#pics .thumb{
	padding: 5px;
}

#main a {
	background: #222;
	color: #888888;
	text-decoration: none;
}
#main a:hover {
	background: #9C0700;
	color: #FFFFFF;
	text-decoration: none;
}
.main {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #888888;
	padding: 10px 0 25px 10px;
	line-height: 14px;
}
.grey {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #777777;
	line-height: 14px;
}
.white {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
}

#top {
	width: 500px;
	display: block;
}
#contact {
	color: #777777;
	float: right;
}
#contact a {
	background: #222;
	color: #888888;
	text-decoration: none;
}
#contact a:hover {
	background: #9C0700;
	color: #FFFFFF;
	text-decoration: none;
}
#redbar {
	background: #9C0700;
	color: #FFFFFF;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 5px 0 5px 10px;
	margin-bottom: 10px;
}
