body {
	background-color: #3F3F3F;
}

#content #navbar {
	line-height: 17px;
	background-color: #526279;
	border-bottom: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
}
#content #masthead {
	background-color: #000000;
	border-bottom: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
}
#content #section {
	border-bottom: 1px solid #B4B4B4;
	border-left: 1px solid #B4B4B4;
}
#content #section td {
	border-right: 1px solid #B4B4B4;
}
#content #section p {
	margin: 12px 14px 10px 25px;
}
#content #section a {
	display: block;
	margin: 0px 14px 14px 0px;
	color: #B4B4B4;
	text-decoration: none;
}
#content #section a:hover {
	text-decoration: underline;
}
#content #section img {
	margin: 10px 0px 0px 14px;
}
#content #section #title img {
	margin: 0px 0px 0px 14px;
}
#content #section #title td {
	background-color: #212121;
	border-bottom: #282A2D;
}
#content #section #left {
	background-color: #8F925A;
}
#content #section #middle {
	background-color: #8F723B;
}
#content #section #right {
	background-color: #526279;
}
#content #footer {
	line-height: 18px;
	/*color: #B4B4B4;*/
	color: #ffffff;
	background: #000000;
	/*background-color: #000000;*/
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
}
#content #footer a {
	/*color: #B4B4B4;*/
	color: #ffffff;
	text-decoration: none;
}
#content #footer a:hover {
	text-decoration: underline;
}

