body {
  background: #fff url(images/header_background.gif) repeat-x;	
  margin: 0;
  padding: 0;
  
  }


div.content {
  width: 800px;
  margin: 0 auto;
  }


   
#masthead {
  background: url(images/header_title.gif) no-repeat;	
  height: 107px;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  z-index: -1;  
  }

#masthead a {
  color:  #fff;
  text-decoration: none;
  }

#masthead ul {
  margin: 76px 20px 0 0;
  padding: 0;
  float: right;
  list-style-type: none;
  }
  
#masthead ul li {
  float: left;
  }

#masthead ul li a {
  display: block;
  width: 122px;
  height: 32px;	 
  margin-top: 10px; 
  text-align: center;
  font: 12px Georgia, "Times New Roman", Times, serif;
  }

#masthead ul li.unselected {
  background: url(images/tab_unselected.png) no-repeat;
  }

#masthead ul li.selected {
  background: url(images/tab_selected.png) no-repeat;
  }  
  
  
  
  
#featured {
  background-image: url(images/featured_background.gif);
  width: 100%;
  height: 173px;
  margin: 0;
  padding: 0;
  z-index: 1;
  font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #FFF;
  }

#featured div.content {
  height: 150px;
  vertical-align: middle;
  }

#featured div.content div.left {
  margin: 0;
  padding: 0;
  float: left;
  }
  
#featured div.content div.right {
  margin: 5px 0 0 0;
  padding: 3px;
  background-color: #000;
  float: right;
  border: 3px solid #000;
  text-align: center;
  }  
  
#featured h2 {
  margin: 25px 0 0 30px;
  padding:  0;
  text-align: center;
  font: italic 30px Georgia, "Times New Roman", Times, serif;
  }

#featured h3 {
  margin: 15px 0 0 30px;
  padding:  0;
  text-align: center;
  font: italic 24px Georgia, "Times New Roman", Times, serif;
  }

#featured img {
  padding:  3px 0 0 0;
  }





#main {
  width: 100%;
  background-color: #FFF;
  margin: 0;
  padding: 20px 0 20px 0;
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  }

#main div.content h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 5px 0 ;
  color: #fff;
  font: bold 18px Georgia, "Times New Roman", Times, serif;
  text-align: center;
  background-color: #453d36;
  }

div#main div.content div.left {
  float: left;
  margin: 0;
  padding: 0;
  width: 400px;
  }
  
div#main div.content div.right {
  float: right;	
  margin: 0;
  padding: 0;
  width: 250px;
  }  

div#main div.content div.right ul {
  list-style-image: url(images/tick.png);
  }
     
div#main div.content div.left_equal {
  float: left;
  margin: 0;
  padding: 0;
  width: 350px;
  }
  
div#main div.content div.right_equal {
  float: right;	
  margin: 0;
  padding: 0;
  width: 350px;
  }  

#main div.content p {
  margin: 0 10px 10px 10px;
  }

   
#demo {
  width: 100%;
  background-color: #FFF;
  margin: 0;
  padding: 20px 0 20px 0;
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  text-align: center;
  }


     
#footer {
  clear: both;
  width: 100%;
  background: url(images/footer_background.gif) repeat-x;
  height: 220px;
  margin: 0;
  padding: 0;
  color: #fff;
  font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
  }
  
#footer a {
  color: #fff;
  }

#footer h3 {
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
  font-weight: bold;
  }
  
#footer ul {
  list-style-image: url(images/arrow_right_spearmint.png);
  }

#footer div.left {
  float: left;
  width: 170px;
  margin: 10px 0 0 0;
  padding: 0;
  width: 400px;
  }
  
#footer div.right {
  float: left;	
  margin: 0;
  padding: 0;
  width: 250px;
  }  
     