body
{
	background-color: #CC9900;
	padding: 0;
	margin: 0;
	font-family: ËÎÌå;
	font-size: 12px;
}
#top
{
	background: url(images/index_top.gif) no-repeat;
	height: 200px;
	width: 778px;
}
#bgtop
{
	background: url(images/menutop.gif) no-repeat;
	height: 8px;
	width: 778px;
}
.bgmenu
{
	background: url(images/index_lmbg.gif);
	height: 40px;
	width: 778px;
}
#bgbottom
{
	background: url(images/index_bottom.gif) no-repeat;
	height: 60px;
	width: 778px;
}
#main_nav
{
	list-style: none;
	height: 40px;
	margin:0 0;
	padding:0 5px;
}
#main_nav ul
{
	margin: auto;
	height: 40px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main_nav li a
{
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
#main_nav li a:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
.m_li
{
	float:left;
	width: 103px;
	line-height:40px;
	text-align: center;
	position: relative;
	background: url(images/index_lm.gif) no-repeat;
}

