/* CSS Document */
body{
background-image:url(../images/bg.gif);
font-size:12px;
font-family:"ËÎÌå";
}
*{
margin:0px;
padding:0px;
}
.bg_repeat{
clear:both;
height:0px;
line-height:0px;
} 
#out_main{
width:960px;
background-color:#FFFFFF;
margin:0px auto;
padding-top:10px;
}
#header{
width:940px;
height:52px;
margin:0px auto;
}
#header #logo{
float:left;
}
#header #home{
float:right;
margin-top:34px;
}
#banner{
width:960px;
height:267px;
margin-top:10px;
}
#nav{
width:960px;
height:61px;
background-image:url(../images/nav_bg.jpg);
background-repeat:repeat-x;
}
#nav_news{
float:left;
margin-left:15px;
}
#nav_news img,#nav_tu img{
border:0px;
}
#nav_tu{
float:right;
margin-right:15px;
}
#con{
width:960px;
margin:0 auto;
}
#con h1{
font-size:18px;
line-height:50px;
text-align:center;
}
#con p{
line-height:28px;
text-indent:2em;
padding:5px 40px;
}
#con .img_out{
width:300px;
float:left;
margin-top:8px;
margin-left:15px;
}
* html #con .img_out{
margin-left:10px;
}
*+html #con .img_out{
margin-left:15px;
}
#con .img_out img{
padding:4px;
border:1px solid #d2d2d2;
width:290px;
}
#con .img_out p{
text-align:center;
line-height:18px;
text-indent:0px;
padding:5px 0px;
}
#footer{
width:960px;
clear:both;
line-height:50px;
text-align:center;
border-top:1px solid #96060e;
color:#3b3b3b;
margin-top:10px;
}
