/* CSS Document */

body {
  color: #48311e;
   font-family: "Gill Sans Light", "Century Gothic", Tahoma, "Trebuchet MS", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Futura Light";
   font-size: 13px;
   background: #fff;
   }

  #page
  {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
	padding: 20px;
	background: #fff;
	border: dotted 1px #48311e;
  }
  
  #logo {
  color: #fff;
  padding-top: 20px;
  }
  
  #header {
  color: #fff;
  }
  
  #intro {
  font-family: "Gill Sans Light", "Century Gothic", Tahoma, "Trebuchet MS", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Futura Light";
  color: #48311e;
   font-size: 14px;
   line-height: 22px;
   width: 780px;
   padding-top: 25px;
  }
  
  #table {
  width: 800px;
  }
  
  #table img {
  padding-right: 20px;
  }
  
  .product {
  color: #0081d1;
   font-family: "Gill Sans Light", "Century Gothic", Tahoma, "Trebuchet MS", "Helvetica Neue Light", "Helvetica Neue", Helvetica, "Futura Light";
   font-size: 14px;
   }
   
  .blue {
   color: #0081d1;
   }
   
  .brown {
  color: #48311e;
  }  	
  
  .red {
  color: #990000;
  }
  
  a {
  color: #990000;
  text-decoration: underline;
  }
  
  a:hover {
  color: #502d55;
  }
  
  strong {
  margin-top: 10px;
  }
  
  #footer {
  text-align: center;
  color: #0081d1;
  margin: 20px 0;
  }
  
  #footer a {
   color: #0081d1;
   text-decoration: underline;
  }
  
  #footer a:hover {
  color: #48311e;
  }
  
  .div 
 {
 border-top: dotted 1px #48311e;
 margin-top: 20px;
 }
  .div2 
 {
 border-top: dotted 1px #48311e;
 margin-top: 50px;
 margin-bottom: 20px;
 }
 
 .prod {
 float: right;
 margin-top: -20px;
 }
 
   .div3
 {
 border-bottom: dotted 1px #48311e;
 }
