html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: 14px/1.8 'Numans', sans-serif;
    color: #666666;
  background: #fff url(bg-repeat.jpg) repeat-x left -30px;}
  

h1{
	color: #b26020;
    font-size: 35px;
    font-weight: normal;
    font-family: 'Numans', sans-serif;
    padding: 10px 0;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,address,fieldset{margin-bottom:15px}
p {
	font-size:16px;
}

h2{color: #B26020; font-size: 19px; font-weight: normal; margin: 0; padding: 0; text-transform: uppercase}
h3{font-size:18px; color: #666666; font-weight: normal; }
h4{font-size:17px}
h5{font-size:15px}
h6{font-size:14px}
ol{list-style:decimal}
ul{list-style:disc}
li{margin-left:30px;}
.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}
#content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}
  #footer {
  	text-align: center;
    margin-top: 100px;
  }

#header
{ 
  background: transparent url(top-banner.jpg) center 66px no-repeat;
    width: 100%;
    height: 240px;
}
  
#banner
{  background: transparent url(banner.jpg) no-repeat;
  width: 860px;
  height: 180px;
  margin-bottom: 20px;
  border: 10px solid #DDD;}