html{
    padding: 0px;
}


body{
    padding: 0px;
    margin:0px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
}

h1{
    font-size: 30px;
    /*font-family: Verdana; */
    color: #333333;
}

h2{
    font-size: 24px;
    /*font-family: Verdana; */
    color: #333333;
}

h3{
    font-size: 24px;
    /*font-family: Verdana; */
    color: #333333;
    border-bottom: 1px solid #333333;
    padding-top: 0px;
    margin-top: 5px;
}

#main{
    width: 800px;
    border-right: solid 1px #333333;
}

.left_table{
    height: 100%;
}


#left{
    width: 363px;
    background-image: url(pics/bg_left.jpg);
    background-repeat: repeat-y;
    height: 800px;
    float: left;
}

#logo{
    width: 363px;
    height: 277px;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background-image: url(pics/logo.jpg);
    background-repeat: no-repeat;
}

#bottom_pic{
    width: 363px;
    height: 397px;
    margin: 0px;
    padding: 0px;
    background-image: url(pics/pic_bottom.jpg);
    background-repeat: no-repeat;
}

#right{
    width: 426px;
    margin: 0px 0px 0px 11px;
    float: left;
}

#right_top{
    width: 426px;
    /*height: 310px;*/
    margin: 0px;
    padding: 0px;
}

#title{
    height: 44px;
    width: 416px;
    background-color: #4b4b4b;
    margin: 5px 0px 0px 0px;
    padding: 4px 10px 0px 0px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 30px;
    font-weight: normal;
    text-align: right;
}

#content{
    padding-right: 10px;
}

#content a{
    color: #CC6600;
    text-decoration: none;
}

#content a:hover{
    color: #CC6600;
    text-decoration: underline;
}

#content img{
    border: 1px solid #333333;
    margin: 10px;
}

#footer{
    display: none;
    font-size: 12px;
    background-color: #4b4b4b;
    height: 20px;
    text-align: right;
    color: #ffffff;
    padding-right: 10px;
    padding-top: 3px;
}

#menu ul{
  list-style-type: none;
  color: #ffffff;
  font-size: 30px;
  text-align: right;
  display: block;
  position: absolute;
  top:270px;
  left: 120px;
}

#menu ul li a{
    text-decoration: none;
    color: #ffffff;
}

#menu ul li a:hover{
    text-decoration: none;
    color: #cccccc;
}













