@charset "UTF-8";
body {
	background-color: #171717;
	color: #DDDDDD;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #b07400;
}
a:visited {
	color: #b07400;
}
a:hover {
	color: #EEEEEE;
}
h3 {
	font-weight: normal;
	font-size: 24px;
}
#content {
	height: 645px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #777777;
}
#footer {
	background-color: #171717;
	height: 100%;
	width: 100%;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #777777;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	padding-top: 16px;
	color: #CCC;
}
#footer a {
	color: #b07400;
	text-transform: capitalize;
}
#footer a:hover {
	color: #FFF;
}
#main {
	height: 645px;
	width: 1036px;
	margin-right: auto;
	margin-left: auto;
}
#main p {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 24px;
	margin-top: 0.2em;
	line-height: 1.4em;
	margin-bottom: 1.6em;
}
#main h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 18px;
	margin-top: 0.4em;
	margin-bottom: 0.3em;
	margin-left: 0px;
}
