@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0}
body {
	width:100%;
	background:url("../img/common/bg_body.jpg") repeat-x 0 0;
	color:#555;
	font: normal 12px/150% "宋体", Arial, Helvetica, sans-serif;
}

li {list-style-type:none;}

a{ color:#797979; text-decoration:none;}

a:hover{ text-decoration:underline;}

img {border:0;}

p{line-height:30px;text-indent:2em;}

#wrap {width:938px;margin:0 auto;}

#header{width:938px;height:84px;position:relative;}

#nav {width:938px;height:42px;}

#banner{width:938px;margin-top:6px;} 

#main {width:924px;margin-left:6px;_margin-left:3px;height:about; float:left;background-color:#FFF;border-top:1px solid #e3e3e3;border-right:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;padding-top:20px;}

#sidebar{float:left;width:203px;}

#content{float:right;width:670px;padding: 0 20px 0 30PX; background-color:#fff;}

#footer {clear:both;width:938px;height:50px;line-height:50px;text-align:center; color:#FFF; background: url("../img/common/bg_footer.jpg") repeat-x 0 0;margin-top:5px;}


