/* CSS Document */

@import url(font.css); /*字体样式*/
@import url(module.css); /*模块样式*/
@import url(base.css); /*共用样式*/

body{
margin:0px;
}

#layout{
width:1003px;
margin:0px auto;
}

#header{
float:left;
width:1003px;
height:98px;
}

#nav_line{
float:left;
width:1003px;
height:34px;
background:url(../img/navbg.gif);
}

#banner{
float:left;
width:1003px;
height:172px;
background:url(../img/banner.jpg);
}

#content{
float:left;
width:976px;
display:inline;
margin-left:15px;
margin-top:8px;
margin-bottom:10px;
background:#cfe3ff;
}

#footer{
float:left;
width:1003px;
height:111px;
text-align:center;
background:url(../img/footbg.gif);
}

