body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #c6b262;
}

/* Centers the div and sets the font styling */
#container {
  background-color: white;
  margin: 0 auto;
  width: 800px;
  font-family: sans-serif;
  font-size: 16pt;
  text-align: left;
  padding-left:10px;
  padding-right: 10px;
  border-left: 1px solid #560100;
  border-right: 1px solid #560100;
  border-bottom: 1px solid #560100;
}

#backgroundheader {
  background-image: url(../images/header_background.jpg);
  background-repeat: no-repeat;
}

/* The banner padding is to get the Contact Us a little away from the edges */
#banner {
  height: 183px; 
}

/* This creates the "inner" blue portion of the links banner */
#linkbanner {
  border: 2px solid #520500;
  background: #B79C65;
  width: 796px;
  height: 26px;
  font-family: sans-serif;
  font-size: 12pt;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Below is for Internet Explorer (doesn't support min-height) */
/*\*/
* html #linkbanner {
  width: 800px;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 30px;
}

/* Positions the links center screen - this is a hack and could be better */
#linkbannerlinks {
  padding-top: 5px;
  position: absolute;
  left: 50%;
  height: 30px;
  width: 800px;
  margin-left: -357px;	
  color: #FFF;
}

#linkbannerlinks a {
	text-decoration: none;
	color: #743911;
}

#linkbannerlinks a:hover {
	color: #FFF;
}

/*** This following two sections causes the UL to list horizontally ***/
#linkbannerlinks ul {
  margin: 0;
  padding: 0 0 0 10;
  list-style: none;
  font-size: 14px;  
}
#linkbannerlinks ul li{
  float: left; 
  padding-right: 45px;
}
/******************** End UL horizontal styling **********************/

#main {
  font-family: "Trebuchet MS", sans-serif;
  width: 785px;
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
  color: #520500;
  min-height: 425px;
}
/* Below is for Internet Explorer (doesn't support min-height) */
/*\*/
* html #main {
height: 450px;
width: 800px;
}

#main a {
  font-family: "Trebuchet MS", sans-serif;
  color: blue;
  text-decoration: none;
}

#main a:hover{
  text-decoration: underline;
}

h1 {
 text-decoration: underline;
 font-size: 14pt;
 color: #520500;
 margin-top:0;
 margin-bottom: 5px;
}

#footer {
  margin-top: -11px;
  padding-top: 7px;
  background-image: url(../images/footer.png);
  width:100%;
  height:70px;
}

* html #footer
{
  background-image: none;
}
