@charset "utf-8";
/* CSS Document */

body{
	background: #000000;
}
h1, h2, h3, h4, p{
	color: #ffffff;
	padding: 0px;
	margin: 10px 0px;
	font-family: "trebuchet MS",Tahoma,Geneva,sans-serif;
}
p{
	font-family: Arial,Helvetica,sans-serif;
}
a, a:visited {
	color: inherit;
}
#wrapper {
	margin: 0px auto;
	width: 1024px;
	display:block;
	position:relative;
}
#header, #sidebar, #nav, #footer, #middle, #content{
	display: block;
	position: relative;
	float: left;
}
#header, #nav, #middle, #footer{
	width: 1024px;
	margin: 0px;
	padding: 0px;
}
#middle, #sidebar, #content{
	height: 460px;
}
#header{
	height: 120px;
	background: url(../images/header-bg.gif) center center;
}
#header h1, #header h2, #header h3{
	text-indent: -5000px;
}
#nav{
	background:url(../images/nav-bg.gif) repeat-x;
	height: 60px;
}
#footer {
	clear: both;
	height: 60px;
	margin-bottom: 0px;
}
#footer p {
	font-size: 11px;
	color: #ffffff;
	font-family: "trebuchet MS",Tahoma,Geneva,sans-serif;
	text-align:center;
}
#sidebar {
	background: #1f1f1f;
	clear: none;
	width: 196px;
	border-top-width: thin;
	border-right-width: 2pt;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
}
#sidebar ul{
	list-style: none;
	padding: 0px;
	margin: 50px 0px 0px 30px;
}
#sidebar ul li{
	padding: 0px;
	margin: 0px;
	display: block;
}
#sidebar ul li a{
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding: 2px 0px;
	margin: 2px 0px;
	position: relative;
	float: left;
	clear: both;
}
#content {
	width: 824px;
	padding: 0px;
	margin: 0px;
	float: left;
	border: none;
}
#content p{
	padding: 0px;
	margin: 10px;
}
