*{margin: 0px; padding: 0px;}
body
{
	background: #000;
	color: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
}
a{color: #faae60; text-decoration: underline;}
a:hover{color: #faae60; text-decoration: none;}
p{padding: 5px 10px;}
span{color: #faae60; font-weight: bold;}
.center{text-align: center;}
img{border: solid 1px #faae60; float: left; margin: 5px 10px 5px 0px;}
.clear{clear: both;}
.fit{width: 100%;}

h1
{
	background: #000;
	clear: both;
	color: #fff;
	font-size: 13px;
	padding: 10px;
}
ul{list-style-type: none;}
ul li{
	background:transparent url(images/bullet.gif) no-repeat 0px 10px;
	padding: 5px 10px 5px 15px;
	margin-left: 20px;
	color: #faae60;
}



#wrapper
{
	background: #252525 url(images/bg.gif) repeat-y;
	border: solid 1px #666;
	color: #fff;
	margin: 10px auto;
	padding-top: 30px;
	text-align: left;
	width: 700px;
}
#header
{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #666;
	border-top: solid 1px #666;
	height: 200px;
	width: 700px;
}
#navigation
{
	float: left;
height:28px;
line-height:28px;
width:200px;
background:#3b3b3b;
color:#ffffff;
}

#navigation ul{margin: 0px;}

#navigation li
{
	background: transparent url(images/button.gif) no-repeat top center;
	padding: 0px;
	margin: 10px 0px 0px 0px;
float:left;
list-style-type:none;
white-space:nowrap;
text-align: center;
width: 200px;
}

#navigation li a
{
	text-align: center;
display:block;
padding:0px;
font-size:11px;
line-height: 28px;
font-weight:bold;
letter-spacing: 1px;
text-decoration:none;
background-color:inherit;
color: #ffffff;
width: 200px;
}
#navigation a{width: 200px;}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:transparent;
color:#faae60;
text-decoration:none;
}
#content
{
	float: right;
	width: 500px;
}
#footer
{
	background: #252525;
	border-top: solid 1px #666;
	clear: both;
	margin-top: 10px;
	width: 700px;
}
#footer p
{
	padding: 5px 0px;
	text-align: center;
}
#footer p.credits
{
	padding: 0px 0px 5px 0px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}