.header{    
    height:80px;
    width:818px;
    background-color:#36393E;
}
.menubg{
    background:url("../images/menuBg.gif");
    height:40px;
    

}
.menuContent{
    text-decoration:none;
    margin-left:10px;
    margin-right:10px;
    color:white;
    font-weight:bold;
}
.menu{
    margin-top:6px;
   float:left;
}
.list{
    overflow:auto;
    width:250px;
    height:350px;
        border: gray groove thick;
  font-family:serif;
    margin-left:0px;
    margin-top:15px;
     float:left;
    background-color:#CAD3D3;
}
.content{
    margin-left:270px;
    background-color:#CAD3D3;
    width:540px;
     font-family:serif;
}
.head{
    color:black;
    font-weight: bold;
    margin-left:10px;
}
.p1{
    color:black;
    padding-left:10px;
}

