
#middle {
         float : left;
         width : 598px;
         display : inline;
         border: solid 1px #6d98fa;
      }
#right {
         float : right;
         width : 198px;     
          display : inline;
         
             }


#menu a {
          display : block;
          text-decoration : none;
          color : #000000;
          padding : 1px;
font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
          list-style-type:none;
          margin-top : 3px;
          font-size:12px;
          line-height:23px;
          letter-spacing:1px;
          border-left : 6px solid #3daff6;
          background : #97d1f5;
          width : 190px;
          font-weight : bold;
          float:left;
      }
#menu a:hover {
         color : #ffffff;
         background :#3daff6;
         border-left : 6px solid #97d1f5;
      }

#box1 {
        
        padding: 10px;
            

}


.myBox
{
 margin: 0 auto;
        color: #000;
    width: 100%;
    padding: 10px;
    text-align: justify;
    background-color: #8bbfef;
    
    
}








