/* CSS Document */
#content{
   width: 750px;
}
#header{
   margin-bottom: inherit;
}
#main{
   width: 550px;
   float:left;
}
#side{
 width: 180px;
   float: right;
   }
   
