* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #AE8C08;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, serif;
}
#header {
	margin: 30px auto 0px;
	width: 900px;
	padding-top: 40px;
	padding-bottom: 20px;
	background: #FFFFFF;
}
#content {
	background: #FFFFFF;
	margin: 0px auto;
	width: 900px;
	padding-top: 15px;
	padding-bottom: 20px;
}
a:link {
	text-decoration: none;
	color: #AE8C08;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #AE8C08;
}
a:active {
	text-decoration: none;
}
