* {	
	font-family: Verdana, Arial; 
	padding:0; 
	margin:0;
}

body {
	text-align:center;
	font-size:12px;
	background:url('/graphics/bg.png') repeat-x black;
	text-align:center;
	font-size:12px;
}

#center {
	width:989px;
	margin:6px auto 20px auto;
	text-align:left;
	background-color:black;
	
}
#header {
	height:129px;
	background:url('/graphics/header.jpg') no-repeat black;
	position:relative;
}
#menu {
	position:absolute;
	right:45px;
	bottom:13px;
}
#menu a {
	display:compact;
	float:left;
	color:#C5C5C3;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
	background:url(/graphics/menu_inactive.jpg) no-repeat;
	padding:18px 0 0px 35px;
}
#menu a.active,
#menu a:hover {
	background:url(/graphics/menu_active.jpg)  no-repeat;
}
#contentbg {
	border:1px solid #C8EF08;
	border-width:0px 1px;
	height:470px;
	background:#B49869 no-repeat;
}
#content {
	height:430px;
	overflow:auto;
	margin-left:477px;
	padding-top:35px;
	padding-bottom:5px;
	padding-right:10px;
}
*html #content {
	height:470px;
}
#footer {
	height:85px;
	background:url('/graphics/footer.jpg') no-repeat black;
}

h1 {
	font-size:18px;
	margin-bottom:25px;
}
ul {
	margin-left:20px;
	list-style-image:url('/graphics/dot.png'); 
	margin-top:10px;
}
*html ul {
	list-style-image:url('/graphics/dot.gif'); 
}

a {
	color:#4D2616;
	font-weight:normal;
}

#headerabout {
	display:none;
}

