/* CSS Document */
body
{
font:9px  Arial, Helvetica, sans-serif; margin:0px; padding:0px; text-align:center; background: #CCC;
}
a:link,a:visited 
{
font-size:12px; color: #666666; text-decoration:none;
}

/*容器层*/
#container
{
width:768px; margin: auto; border: 1px solid #FFF; background:#FFF;
}
/*头部文件*/
#header 
{
background-image:url(../images/header.jpg); width: 768px; height: 111px; background-repeat:no-repeat; 
margin: 5px 5px 0px 5px;
}

/*页面主体*/
#content
{
background: #FFF; margin: 0px 5px 0px 5px; width: 768px;
}
#buttontext
{
	float:inherit;
	margin: 20px -45px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
#buttontext span
{
background:url(../images/icon.gif); background-repeat:no-repeat;  padding-left: 10px;
}
#buttontext a
{
color: #666666; text-decoration: none;
}
#buttontext A:hover {
	COLOR: #FE8001;
	text-decoration: underline;
}
.lefttext
{
	color: #888888;
	padding: 10px 5px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
.topnav
{
list-style:none; width:1px; height:380px;  background:#E1E1E1;
}
#leftbn
{
float: left;
margin: 5px 20px 5px 0px;
font-family: "宋体";
font-size: 12px;
font-weight: bold;
color: #666666;
text-decoration: none;
}
#leftbn span
{
background:url(../images/icon.gif); background-repeat:no-repeat;  padding-left: 12px; 
}

/*页面底部*/
#footer 
{
background: #EEE; margin: 0px 5px 5px 5px; width: 768px; height: 35px;
}
.footerbar
{
background:#DEDEDE; width: 100%; height: 2px;
}
.footerbartext
{

font:12px  Arial, Helvetica, sans-serif; padding-top:5px; font-weight: bold;
}
