/* CSS Document */

@import url(font.css); /*字体样式*/
@import url(module.css); /*模块样式*/

body{
margin:0px;
padding:0px;
}

img{border:none;}

ul{list-style:none;margin:0px;padding:0px;}

.toright{
float:right;
}

#layout{
width:790px;
margin:5px auto;
}

#header{
float:left;
width:778px;
display:inline;
padding-left:12px;
}

#header b{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
display:inline;
font-weight:bold;
}

#header h1{
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display:inline;
font-weight:normal;
}

#mainnav{
float:left;
width:770px;
height:23px;
display:inline;
padding-left:20px;
padding-top:3px;
background:url(../img/navbg.jpg);
margin-top:5px;
}

#center{
float:left;
width:790px;
margin-top:7px;
}

#subnav{
float:left;
width:196px;
background:#f8faf0;
padding-bottom:10px;
}


#maincontent{
float:left;
width:572px;
border-left:#e3e3e3 solid 1px;
border-right:#e3e3e3 solid 1px;
padding-left:11px;
}

#maincontent h2{
font-size:14px;
font-weight:bold;
}

#footer{
float:left;
width:790px;
height:80px;
margin-top:10px;
}

.cursor
{
cursor:pointer;
}


