
div.main_head {
    background-image : url('../img/main_box_head.png');
    background-repeat : no-repeat;
    float : left;
    height : 32px;
    width : 540px;
  }


div.main_head p {
    float : left;
    font-family : Arial;
    font-size : 0.9em;
    font-variant : normal;
    font-weight : bold;
    margin-bottom : 0px;
    margin-top : 10px;
    text-align : center;
    width : 540px;
  }


div.main_pic {
    border-bottom-color : #dcdcdc;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #dcdcdc;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #dcdcdc;
    border-right-style : solid;
    border-right-width : 1px;
    float : left;
    height : 370px;
    margin-left : 0px;
    margin-bottom:5px;
    margin-top : 0px;
    width : 538px;
  }


div.main_pic img {
    margin-left:75px;
    float : left;
  }


div.main_pic p {
    text-indent:10px;
    float : left;
    font-family : Arial;
    font-size : 0.8em;
    font-variant : normal;
    font-weight : normal;
    margin-bottom : 0px;
    margin-top : 5px;
    margin-left:5px;
    text-align : left;
    width : 520px;
  }


div.news {
    border-bottom-color : #dcdcdc;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #dcdcdc;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #dcdcdc;
    border-right-style : solid;
    border-right-width : 1px;
    float : left;
    height : 285px;
    margin-bottom : 5px;
    margin-left : 0px;
    overflow : auto;
    width : 538px;
  }


div.news_head {
    background-color : #dcdcdc;
    float : left;
    height : 20px;
    margin-left : 10px;
    margin-top : 10px;
    width : 500px;
  }


div.news_head img {
    float:left;
  }


div.news_head p {
    float : left;
    font-family : Arial;
    font-size : 0.8em;
    font-variant : normal;
    font-weight : bold;
    margin-bottom : 0px;
    margin-top : 0px;
    margin-left:0px;
    text-align : center;
    width : 490px;
  }


div.news_main {
    border-right-color : #0000ff;
    border-right-style : solid;
    border-right-width : 1px;
    float : left;

    margin-left : 10px;
    margin-top : 10px;
    width : 490px;
  }
div.news_main p {
    float : left;
    font-family : Arial;
    font-size : 0.8em;
    font-variant : normal;
    font-weight : normal;
    margin-bottom : 0px;
    margin-top : 0px;
    text-align : left;
    text-indent:10px;
    width : 490px;
}

div.news ul {
    float : left;
    margin-left : 20px;
    margin-top : 10px;
    width : 500px;
    height:100px;
  }
