

body {
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 10px;
  }


ul {
    list-style-image : none;
    list-style-type : none;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
  }


a {
    list-style-image : none;
    list-style-type : none;
    text-decoration : none;
  }


.main_page {
    height : 1000px;
    width : 1000px;
  }


.left_bar {
    float : left;
    height : 1000px;
    text-align : left;
    width : 100px;
  }


.left_bar a {
    float : left;
    height : 200px;
    text-align : left;
    width : 100px;
  }


.center_bar {
    float : left;
    height : 1000px;
    width : 800px;
  }


.head {
    background-image : url('../img/wnc.jpg');
    background-position : top left;
    background-repeat : no-repeat;
    float : left;
    font-family : Arial;
    font-size : 0.8em;
    font-style : normal;
    font-variant : normal;
    height : 100px;
    width : 800px;
  }


.right_bar {
    float : right;
    height : 1000px;
    width : 100px;
  }

