 body {
   background-color: #FFE1DC;
}

 #container {
   border: 1px #999 solid; 
   margin: 10px auto; 
   width: 770px;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10pt;
   background-color: #fff;
      }

 #banner {
   height: 191px;
   background: #fff url(banner/flowerlogo.jpg);
   background-repeat: no-repeat;
   border-bottom: 1px #999999 solid;
      }
 
a, a:link, a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}
a:active {
   color: #000; 
   background: #F6C5A1;
}

  #content {
   padding : 20px;
   margin-left : 120px;
   margin-right : 160px;
   background-color : #ffffff;
 }

 #content h1, h2 {
   font-size : 160%;
   color: #FF9999; 
   border-bottom: 1px #FFE1DC solid;
 }

  #sidebar-a {
   float : left;
   width : 140px;
   margin-top : 40px;
   margin-right : 5px;
   margin-left : 5px;
   background-color : #ffffff;
  }

 #sidebar-b {
   float : right;
   width : 150px;
   margin-top : 40px;
   margin-left : 5px;
   padding : 15px;
   font-size: 12px;
   line-height: 20px;
   background-color : #ffffff;
      }

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

 #footer a{ 
   color: #FF9999; 
} 
 
h1 {
    font-size : 150%;
 }

h1, h2, h3 {color: #FF9999;
     font-style: italic;
     font-family: Times New Roman, Times, serif;
}