/* CSS Document */

body {
	text-align: center;
	min-width: 850px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	margin-top: 100px;
	outline:none;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
	color: #FFFFFF;
}

#logo {
	position: absolute;
	top: 25px;
}

#wrapper > #logo {
	position: absolute;
	top: 47px;
}

#siteNav {
	float: right;
	color: #666666;
}

#container {
	background-color: #000000;
	border: 1px solid #7398ae;
	clear: both;
	margin: 0px;
}

#content {
	/*border: 1px solid #B09b7e;*/
	margin: 10px 5px 5px;
	clear: both;
	text-align: center;
	color: #999999;
}

#footer {
	float: right;
	text-align: right;
	color: #666666;
}

#siteNav a:link, a:visited {
	color: #7398ae;
	text-decoration: none;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #7e9d54;
	text-decoration: none;
}
