* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #0B0B0B;
	color: #f0f0f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
}
a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
#top {
	height: 4%;
	line-height: 10px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	clear: both;
}

#container {
	min-height: 94%;
	_height: 97%;
	margin: 0 auto;
	width: 886px;
}
.forfull {
	width: 886px;
}
.for800 {
	width: 886px;
}
#header {
	width: 886px;
	height: 79px;
	background: url(index_03.jpg) no-repeat;
	position: relative;
}

#footer {
	height: 3%;
	line-height: 10px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	clear: both;
}
.menu {
	width: 177px;
	height: 492px;
	float: left;
	background: url(menu.gif) no-repeat;
}
.menu ul, .menu li{
	list-style-type: none;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 1px;
	align: right;
}
.menu ul {
	border-bottom: 10px;
}
.menu ul ul {
	padding: 5px;
}
.menu a:link, .menu a:visited {
	padding: 4px 2px 4px 5px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
.menu a:hover, .menu a:active {
	background-color: #7D7D7D;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
	color: #323232;
}

#middle {
	width: 574px;
	height: 492px;
	float: left;
	background: url(bg.jpg) repeat-x;
	background-color: #0E0E0E;
}
#right {
	width: 134px;
	height: 492px;
	float: left;
	text-align: center;
	background: url(index_07.jpg) no-repeat;
}

