div.boxed_list {
   border: solid #9A9A9A 1px;
   padding-bottom:1em; 
   background: white;
   margin-top:10px;
   margin-left:20px; 
   margin-right:0px;
   margin-bottom:10px;
   width:200px;
}

div.boxed_list li {
   padding-right:1em;
}

div.boxed_list h1 { 
   font-size: 1em;
   margin-top: 0px;
   background: #9A9A9A;
   line-height: 1.6em;
   padding-left: .5em;
}

div.content {
   background: #DEDEDE;
}
 
div#navbar {
   float:left;
   margin:0px;
   width:256px;
   background: #DEDEDE;
}

div#centerwell {
   background:white;
   margin-left:256px;
}

div#centerwell h1 {
   font-size: 1.3em;
   margin-top: 0px;
   padding-top: 20px;
   color: #5577AA;
}

div#centerwell h2 {
   font-size: 1.1em;
   color: #5577AA;
}

div#centerwell h3 {
   font-size: 1.0em; display: inline;
}

div#comments { 
   margin-top:20px;
   border: solid #EEEEEE 1px;
}

div.footer { 
   text-align:center;
   margin-top:15px; 
   width:768px;
   background:white;
   clear:both;
}

#column_ad {
   margin: 10px 40px 0px 30px;
}


