body{
	margin: 0px;
	font-size: 12px;
	font-family: 'ËÎÌå', Arial;
	background: #140e0c;
}

img{
	border: 0px;
}

div{
	overflow: visible;
	background-repeat: no-repeat;
}

#main{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main_bg.jpg);
}

#logobar{
	width: 100%;
	height: 240px;
}

#menubar{
	margin-left: 57px;;
	margin-top: 26px;
}

a.menuItem{
	display: block;
	float: left;
	margin: 0px;
}


.footer{
	clear: both;
	margin-top: 20px;
	text-align: center;
	color: white;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	*filter: alpha(opacity=60);
	_filter: alpha(opacity=60);
	background-color: #120906;
}

.footer a{
	color: white;
	text-decoration: none;
}

.box{
	background-image: url(../images/search_box.jpg);
	width: 70px;
	height: 13px;
	font-size: 11px;
	padding-left: 5px;
	color: #414141;
}

.search_item{
	background-image: url(../images/option_bg.jpg);
	background-repeat: repeat-y;
	width: 67px;
	height: 16px;
	margin-left: 1px;
	color: white;
	font-size: 11px;
	padding-left: 5px;
}

.select_text{
	color: white;
	float: left;
	margin-right: 10px;
}

.select{
	float: left;
}

.selector{
	float: right;
	margin-right: 90px;
	_margin-right: 45px;
}

.selectItem{
	width: 100%;
}

