#left {
        width:180px;
        height:1550px;
        float:left;
       background-color:#FFFFFF;
               color:#000000;
               }

#right {
     width:530px;
     height:1550px;
     background-color:#FFFFFF;
     color:#000000;
     float:right;
    }
    
#overall {
         margin:10px 0 0 0;
         padding:0;
         width:500px;
         height:auto;
         border:1px solid;
         font-size:10px;
         }
         
h2,h3,h4,h5,h6 {
    width:495px;
    height:25px;
    margin:20px 0 0 0;
    padding:5px 0 0 5px;
    font-size:18px;
    background-color:#344C99;
    color:#FFFFFF;
    }

#overall ul {
            margin:5px 0 0 0px;
            padding:0 0 0 30px;
            font-size:10px;
            }    

