/* 模板框架css */
body{
margin:0;
padding:0;
border:0;
font-family:Verdana, Arial, Helvetica, sans-serif,"宋体"；
background-color:#FFF;
color:#666666;
font-size:12px;
text-align:center;
}
#container,#head,#middle,#foot{
width:780px;
}
#container{
margin:0px auto;
text-align:center;
}
#head{
height:120px;
margin-bottom:10px;
margin-top:0px;
}
#middle{
background-image:url(images/left_background.jpg);
background-repeat:repeat-y;
}
#left,#content{
word-break:break-all;
word-warp:warp;
}
#left{
width:194px;
float:left;

}
#login{
height:210px;
}

#main{
width:582px;
padding-left:2px;
float:left;
}
#foot{
height:50px;
clear:both;
}
#zzfw{
height:300px;
}
#nav_title{
width:582px;
}
#content{
text-align:center;
padding-top:2px;
width:582px;
*height:469px; /*Firefox不能识别，IE可以识别*/
overflow:visible;
border-width:0px 1px 1px 1px;
border-color:#D9D8D4;
border-style:solid;
}


