body {
   background-color: #FFE1DC;
}

 #container { 
   border: 1px #ccc solid; 
   margin: 10px auto; 
   width: 750px;
   font-family: arial; 
   font-size: 10px;
   background-color: #fff;
 }

 #banner { 
     height: 150px;
     background: #fff url(css/weddinglogosm.jpg);
     background-repeat: no-repeat;
}

 #content { 
   float: right; 
   width: 530px;
   padding: 0px 15px 25px; 
   font-size: 12pt;  
   line-height: 20px;
}

A:link { color: blue } 
A:visited { color:#000000 }
A:hover { color:#000000 }

 #content h1, h2, h3 {
   text-shadow: 1px 1px 0 #333;
   color: #A68A76;
   font: 150% georgia, times, "times new roman", serif;
   border-bottom: 1px #FFE1DC solid; 
 }

 #sidebar-a  { 
   float: right; 
   margin-top: 0px; 
   padding: 5px 0px 5px 10px; 
}

 #sidebar-b { 
   word-spacing: 2px;
   float: left; 
   width: 140 px; 	
   margin-top: 70px; 
   margin-left: 10px;
   font-family: arial; 
   font-size: 10px;
   line-height: 13px;
} 

 #footer { 
   font-size: 8pt;
      text-align: center;
      clear: both;
      padding: 20px;
      color: #666666; 
} 

 #footer a{ 
   color: #666666; 
} 
 

