@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#000000;
	color: #FFFFFF;
}
#menu a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
H1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFF02;
	text-align: center;
}

#header {
	width: 900px;
	margin: auto;
	padding: 0px;
}
#menu {
	background-color: #000000;
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	text-align: left;
	padding: 5px;
	height: 50px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: left;
}
#content {
	text-align: left;
	clear: both;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: #B2AF00;
	margin: auto;
	width: 900px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	height: auto;
	padding: 5px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
}
#footer {
	font-size: 10px;
}
#search {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 50%;
}
#content h1 {
	font-style: oblique;
	filter: Xray;
	color: #66FF66;
}
