@charset "gb18030";

*{
    margin:0;
    padding:0;}
body{

    font-size:15px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background: url(../images/bbg3.gif) repeat-x;}
.clear{
    clear:both;
    /**下面几行解决了ie6下div有高度的问题*/
    height: 0px;font-size:0px; line-height:0px;}
a{
    text-decoration: none;
    color:#000;}
a:hover{
    color:#F00;}

ul{list-style-type:none;}
div#container{
    margin-left:auto;
    margin-right:auto;
    width:960px;
    background-color:#fff;}


/**头部，包含三部分：校名图片、导航、风景图片*/
div#head{}
/**首页图片，包含校徽，校训等*/
div#head_pic1{
    background:url(../images/top.jpg) no-repeat;
    height:230px;
    width:960px;}
/**首页导航菜单*/
div#head_nav{
    background:url(../images/menu_bg.jpg) repeat-x;
    height:35px;}
/**首页导航菜单左边部分，超链接*/
div#head_nav_left{
    margin-left:20px;
    height:35px;
    text-align:center;}
div#head_nav_left a{
    color: #FFFFFF;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    /*padding-top: 10px;*/
    width: 80px;}
div#head_nav_left a:hover{
    background:url(../images/ahover.jpg) repeat-x;}
/**首页导航菜单右边部分，搜索*/
div#head_nav_right{
    float:left;
    width:200px;
    height:37px;
    border-left:2px  groove #fff;}
div#head_nav_right form{
    margin:8px 1px 0 26px;}

