/* CSS Document */

/* Exterior Layout */

body	{
  margin: 0;
  padding: 40px 0px 40px 0px;
  border: 0;
  text-align: center;
  line-height:100%;
  font: small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
background: #4C7448  url("perw3.gif") top left;
  background-repeat: repeat; 
  }
  
#wrapper  {
  margin: 0 auto;
  padding: 0px;
  width: 700px;
  text-align: left;
  font-size:100%;
border:1px solid #000000;
background: #FBFCF3;
  } 
  
  /* Main Layout */
  
  #banner  {
  margin: 0;
  padding: 10px 10px 10px 10px;
  border: 0;
  }
  
  #upper {
float: top; 
padding: 5px 20px 5px 10px;
margin: 0px 0px 0px 0px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
background: #6A5B33;
}

#main  {
  width: 470px;
  float: left;
margin: 20px 0px 20px 0px;
padding:0px 20px 0px 20px;
border-right:1px solid #000000;
  }
  
  #sidebar  {
  width: 149px;
  float: right;
margin: 35px 0px 0px 0px;
  padding:0px 20px 0px 20px;
  }
  
  #pullquote {
width: 127px;
float: right;
padding:10px 10px 10px 10px;
margin: 20px 0px 0px 0px;
border:1px solid #000000;
}

#footer  {
width: 660px;
  clear: left;
  float: bottom;
  margin: 0 20px 0 20px;
  padding: 10px 0;
 text-align: left;
  border-top: 1px solid #000000;
  }

/* Default links */

 a:link, a:visited {
 text-decoration : none;
  color: #99330C;
  background: transparent; 
  } 

a:hover {
text-decoration : none;
  color: #000000;
  background: transparent; 
  }

a:active {
  text-decoration : none;
  color: ##99330C;
  background: transparent; 
  }

/* Typography */

.subhed{
font: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
font-size: 18px;
text-transform:uppercase;
color:#FBFCF3;
text-align: center;
}

.title {
font: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
font-size: 28px;
font-weight: normal;
color:#99330C;
}

.contact {
font: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
font-size: 16px;
font-weight: bold;
text-decoration:underline;
color:#99330C;
text-align: center;
}

.buttons {
font: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
font-size: 17px;
color:#99330C;
line-height: 28px;
}

p {
font: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
font-size: 13px;
  line-height: 125%;
color:#000000;
  }
  
.subscript  {
  text-align: left;
  font-size: x-small;
  background-color: transparent;
  color: #000000;
  }
  
  /* Divider for sidebar */
  
  .divider {
border-bottom:1px solid #000000; }
