/* Wathan's Bourbon
 
 wathansSecondary.css
 
 S. Clason, stevec@topdogstrategy.com
 17 Oct 06 */
 
 h1 {
 width: 240px;
   background-image: url(images/h1.gif);
   background-position: center left;
   background-repeat: no-repeat;
   padding: 0 0 0 43px;
   margin: 0 0 15px 0;
   line-height: 1.1;
   color: #9b3821;
   font-size: 130%;
   border-bottom: 1px solid #9b3821;
 }
 h2 {
   color: #edb334;
   font-size: 100%;
   text-transform: uppercase;
   margin-top: 1em;
 }
 #container {
  background-color: #fff; 
 }
 #sidebar {
   width: 261px;
   padding-left: 25px;
 }
 #sidebar img {
   display: block;
   float: right;
   margin-right: 25px;
   display: inline;
 }
 #sidebar h2 {
   clear: both;
   color: #9b3821;
   font-size: 90%;
   text-transform: none;
   background-image: url(images/caption.gif);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 12px;
 }
 #content {
   background-color: #fff;
   color: #000;
   line-height: 2;
   padding: 13px 0;
 }
 