#withLinksBackground {
   float: left ;
   position: relative ;
   height: auto ;
   width: 200px ;
   background-color: #DCDCDC ;
   }

#linksContainer {
   float: left ;
   position: relative ;
   height: auto ;
   width: 180px ;
   padding: 50px 0px 0px 20px;   
   font-family: Arial, Verdana, Geneva, Arial, sans-serif ;
   font-size: 15px ;
   line-height: 1.15em ;
   background-color: none ;
   }

#linksContainer span.majorLinks {
   position: relative ;
   top: 0px ;
   left: 0px ;
   height: auto ;
   }

#linksContainer span.minorLinks {
   position: relative ;
   height: auto;
   padding-top: 25px ;   
   color: #656565 ;
   }

#linksContainer span.majorLinks a {
   display: block ;
   position: relative ;
   margin-top: -0.4em ;
   color: #656565 ;
   font-weight: bold ;
   font-size: 100% ;
   text-decoration: none ;
   }

#linksContainer span.minorLinks a {
   display: block ;
   position: relative ;
   margin-top: -0.6em ;
   padding-left: 5px ;   
   color: #656565 ;
   font-size: 90% ;
   text-decoration: none ;
   }

#linksContainer form {
   position: relative ;
   padding-left: 5px ;   
   color: #656565 ;
   font-size: 90% ;
   text-decoration: none ;
   }

#contentContainer {
   float: left ;
/*   position: relative ;*/
   height: auto ;
   width: 700px ;
   background-color: white ;
   }

