
body
{
	background:		url('/img/bg.jpg') repeat-x fixed;
	font-family:	arial;
	padding-top: 20px;
	height:	100.1%
}

html
{
	height: 100.1%;
}

img
{
	border:		0;
}
#centerit
{
	
	margin:			auto;
	width:			930px;
	height:			768px;
}

#mtop
{
	background:		url('/img/m_top.png') no-repeat ;
	width:			926px;
	height:			11px;
	overflow:		hidden;
}
#mheader
{
	background:		url('/img/m_header.png') no-repeat ;
	width:			902px;
	height:			273px;
	padding:		5px 0 0 23px;
}
#mmain
{	
	background:		url('/img/m_main.png') repeat-y ;
	width:			903px;
	min-height:		400px;
	color: 			#434343;
	padding-left:    23px;
}

#mbot
{
	clear:both;
	background:		url('/img/m_bot.png') no-repeat ;
	width:			926px;
	height:			53px;
	font-size:		12px;
	text-align:		center;
	padding-top:	6px;
}

#menu
{
	background: 	url('/img/menubg.jpg')  no-repeat;
	width:			222px;
	height:			165px;
	padding:		10px 0 0 27px;
	color:			#fff;


}
#menu a
{
	display:	block;
	width:		150px;
}
#menu a:hover
{
	border-top: 	1px solid #fff;
	border-bottom:	1px solid #fff;
}

#submenu
{
	height:			20px;
	border-bottom:	3px solid #004a6e;
	padding:		5px 0 0 266px;
	width:			619px;
	font-size:		12px;
}

#submenu a:hover
{
	text-decoration: 	underline;
}

#mainl
{
	float:			left;
	width:			267px;
	min-height:		200px;

}
#mainr
{
	float:			left;
	width:			560px;
	min-height:		300px;
	padding-top:	10px;
	font-size:		13px;
	text-align:		justify;
}

#newsarea
{
	color:			#fff;
	background: 	url('/img/news_bot_bg.jpg')  no-repeat bottom #0a5174;
	width:			202px;
	min-height:		200px;
	padding:		10px 20px 0 27px;
	font-size:		12px;
}
#support
{
	background: 	url('/img/support_bg.jpg')  no-repeat;
	color:			#fff;
	padding:		10px 0 0 27px;
	width:			222px;
	height:			97px;
	font-size:		12px;
	border-top:		1px solid #004a6e;
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 22px;
}
#menu a 
{
	color:	#fff;
	text-decoration: none;
}

#submenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#submenu ul li
{
	float:left;	
	padding-right: 50px;
	text-align:	left;
	white-space:nowrap;
}

#submenu a 
{
	color:	#000;
	text-decoration: none;
}

#newsarea img
{
	border: 1px solid #fff;
}


