body {
	/* background-image: url(bodybg.gif); */
	background-color: #000;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
}
#container {
	height: 600px;
	width: 900px;
	background-color: #161616;
	background-image: url(friesbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 5px solid #404040;
	margin-left: -455px;
	position: absolute;
	left: 50%;
	margin-top: -300px;
	top: 50%;
}
#navigation {
	float: left;
	height: 131px;
	width: 195px;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 20 0 0 30px;
}
#navigation li{}
#navigation a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: -.5px;
	display: block;
}
#navigation a:hover, #navigation a.select{
	color: #FFB508;
}

#header h1 {
	margin: 0px;
}
#header {
	margin: 0px;
	height: 85px;
	width: 222px;
	float: left;
}
#content {
	float: left;
	width: 453px;
	padding: 15px;
}
#content p {
	color: #b0b0b0;
	font-size: 0.7em;
	line-height: 1.6em;
}
#content a {
	color: #FFB508;
	text-decoration: none;
	font-weight: bold;
}
#content h1 {
	color: #FFB508;
}
#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content ul li {
	color: #b0b0b0;
	font-size: 0.7em;
	line-height: 1.6em;
	height: 20px;
	line-height: 20px;
}
#content ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	font-size: 14px;
}
#content ul li a:hover {
	background-color: #FFB508;
	color: #000;
}
#content table {
	color: #b0b0b0;
	font-size: 0.7em;
	text-align: left;
}
#content #scrollwin {
	height: 400px;
	width: 453px;
	overflow: auto;
	text-align: left;
}
#content #scrollwin td,#content #scrollwin table {
	border:solid 1px #333333;
}
#partners {
	display: none;
	clear: left;
	height: 43px;
	width: 307px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
