html, body {
	font-family: "Lucida Grande", verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #000000;
	padding: 0 10%;
	text-align: center;
	margin: auto;
	overflow: -moz-scrollbars-vertical;
}
html>body {
	padding: 0 0;
	width: 90%;
	min-width: 450px;
	max-width: 890px;
}

#logo {
	padding: 18px 0 10px 0;
	background-color: ;
	border-bottom: 0px;
	text-align: left;
}



#menuleft-content {
}
html #menuleft-content {
}

#menuleft {
	float: left;
	text-align: right;
	margin: 60px 0 0 5px;
	width: 132px;
	overflow: visible;
}
#content {
	float: left;
	margin: 60px 0 0 40px;
	width: 470px;
	overflow: visible;
	text-align: center;
}
#bottom {
	margin-top: 30px;
	background-color: ;
}

DIV.mleft_items {
	padding: 3px 0 3px 0;
}
DIV.mleft_items a {
	font-size: 10px;
	color: #575757;
	text-decoration: none;
	background-color: ;
	border-bottom: 0;
	border-right: 0;
}
DIV.mleft_items a:visited {
	color: #575757;
	text-decoration: none;
	border-bottom: 0;
	background-color: ;
}
DIV.mleft_items a:hover {
	color: #575757;
	text-decoration: underline;
	border-bottom: 0;
	background-color: ;
}

DIV.mleft_items_act {
	color: #575757;
	font-weight: bold;
	padding: 3px 0 3px 0;
	border-bottom: 0;
	background-color: ;
}
DIV.mleft_items_act a {
	font-size: 10px;
	color: #575757;
	font-weight: bold;
	text-decoration: none;
	background-color: ;	
	border-bottom: 0x;
	border-right: 0;
}
DIV.mleft_items_act a:visited {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 0;
	background-color: ;
}
DIV.mleft_items_act a:hover {
	color: #575757;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: 0;
	background-color: ;
}