html,body {
	height: 100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:19px;
	color:#ffffff;
	background-color:#231f20;
}

body {
	overflow:auto;
}


a {
	color:#6d6e71;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

a:active, a:focus{
	outline:0;
}

.wrapper {
	position:relative;
	width:805px;
	margin:auto;
}
.main_menu{
	position:absolute;
	top:0px;
}

.main_content{
	position:absolute;
	top:21px;
	width:805px;
	height:302px;
	border:solid 1px #939598;
	border-top:none;
}

.logo{
	position:absolute;
	bottom:5px;
	right:5px;
}

.logo_grrr{
	position:absolute;
	bottom:5px;
	left:5px;
}

.menu {
	position:absolute;
	display:block;
	padding:1px;
	top:27px;
	width:791px;
	left:6px;
	border:solid 1px #939598;
	background-color:#231f20;

}

.main_menu_item{
	float:left;
}

.main_menu_item a{
	height:21px;
	width:160px;
	padding-top:1px;
	display:block;
	
}

.menu_content {
	font-size: 11px;
	line-height:15px;
}

.menu_content ol{
	background-color:	#ff0000;
}

.menu_content li:hover,{
	background:		#ff0000;
}

.menu_content a{
	border:none;
	cursor:pointer;
}


