body {
	font-size: 10px;
	background-color: #222222;
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 72px;
	padding-bottom: 0px;
	padding-left: 72px;
}
#nav {
	width: 627px;
}
#wrapper {
	padding: 0px;
	margin: 0px;
}
#content {
	background-image: url(../images/content_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 375px;
	color: #fff67f;
}
#inspectcontent {
	padding-left: 20px;
}
#content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	padding-top: 0px;
}
#content ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding-left: 2em;
}
#content img {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:link {
	color: #C7B93F;
	text-decoration: underline;
}
a:visited {
	color: #C7B93F;
	text-decoration: underline;
}
a:active {
	color: #C7B93F;
	text-decoration: underline;
}
a:hover {
	color: #FFF67E;
	text-decoration: none;
}
