﻿*
{
	margin:0;
	padding:0;
}
body 
{
	background:url(images/bj.gif);
	background-attachment:fixed;
	font-size:12px;
	color:#000;
	
}
h2
{
	font-size:14px;
}
A
{
	color:#333;
	text-decoration:none;
	font-size:12px;
}
A:hover
{
	color:#f00;
	text-decoration:underline;
}
#page
{
	margin:0 auto 0 auto;
}
#contenter
{
	width:850px;
	background-color:#fff;
	margin:0 auto 0 auto;
	padding:1px;
}
#header
{
	width:100%;
	margin-bottom:2px;
}
#topbar
{
	display:none;
}
#bainder
{
	width:100%;
	height:180px;
	background:url(images/bainer.jpg) no-repeat;
}
#menubar
{
	height:30px;
	background:url(images/b1.gif) repeat-x;
	margin-top:2px;
}
#menubar .menuLine
{
	background:url(images/menuLine.gif) no-repeat;
	background-position:left;
}
#menubar a
{
	color:#fff;
	text-decoration:none;

}
#menubar a:hover
{
	color:#f00;
}
#menubar ul
{
	list-style-type:none;
	text-align:center;
	height:30px;

}
#menubar ul li
{
	display:inline;
	margin:5px;
	line-height:30px;
}

#footer
{
	width:100%;
	clear:both;
	
}
#footline
{
	font-size:0;
	height:5px;
	background:#2B90F5;
	margin-bottom:3px;
}
#footmenu
{
	height:25px;
	text-align:center;
	display:none;
}
#footmenu ul
{
	height:25px;
	text-align:center;
}
#footmenu ul li
{
	display:inline;
	margin:5px;
	line-height:25px;
}
.menuline
{
	margin:0;
}
#footcontent
{
	text-align:center;
	background-color:#eee;
	padding:5px;
}
#footcontent p
{
	margin:3px;
}

#content
{
	width:100%;
}


ul li
{
	list-style-type:none;
}