html, body {
	margin:5px 0px 0px;
	padding:0px;
	background-color: #000000;
}

#page-container {
	width:998px;
	height:auto;
	margin: auto;
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	background-color: #000000;
}

#header {
	height: 80px;
	width: 998px;
}

#header-logo {
	float: left;
	height: 80px;
	width: 160px;
}

#header-logo-logo {
	width:135px;
	height: 45px;
	margin-top: 22px;
	margin-left: 10px;
}

#header-nav1 {
	height: 30px;
	width: 828px;
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
}

#rss-button {
	width: 100px;
	float: right;
	padding-top: 5px;
}

#header-nav2 {
	height: 30px;
	float: left;
	width: 828px;
	background-color: #000000;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

#header-nav2 a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#header-nav2-separator {
	color: #FF0000;
}

#content {
	height: auto;
	width: 998px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#footer {
	height: 24px;
	width: 988px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 10px;
	float: left;
}
a:link {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
}
