html
{
  margin: 0;

} 

body
{
  margin: 20px;
  background: #9c7a61;
  font-family: Verdana;
  font-size: 12px;
}


h1+p, h2+p, h3+p, h1+ul, h2+ul, h1+ol, h2+ol {
  margin-top: -1em;
}

div#container
{
  width: 982px;
  margin: 0 auto;
}

div#content
{
  padding: 50px 50px;
  background: #f5e8bc url('/images/background_clear.jpg');
 
}

div#content_right
{
  float: right;
  padding: 10px 10px;
  width:300px;
}
div#content_left
{
  float: left;
  padding: 10px 30px;
  width:480px;
}

.spacer
{
  clear: both;
}

div#footer
{
  padding: 30px 50px;
  height: 63px;
  background: #f5e8bc url('/images/footer.jpg') no-repeat top;
  font-size: 10px;
}
  
div#header
{
  width:100%;
  height: 272px;
  background-position: 50% 50%;
  background: #f5e8bc url('/images/header.jpg');
}

div#navbar
{
  width:100%;
  color: white;
  background-position: 50% 50%;
  background-image: url('/images/navbar1.jpg');
  }

#navbar ul {
	text-align: center;
	margin-left: 40px;
	padding-left: 0;
	display: inline;
	} 

#navbar ul li {
	text-align: center;
    margin-left: 0;
	padding: 0px 15px;
	list-style: none;
	display: inline;
	}
	
		
#navbar ul li.first {
	text-align: center;
    margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
  
  div#navbar a {
    text-decoration: none;
    color: #920000;
  }
  
div#navbar2{
  width:100%;
  color: white;
  background-position: 50% 50%;
  background-image: url('/images/navbar2.jpg');
  }
  
#navbar2 ul {
	text-align: center;
	margin-left: 40px;
	padding-left: 0;
	display: inline;
} 

#navbar2 ul li {
	text-align: center;
    margin-left: 0;
	padding: 0px 15px;
	list-style: none;
	display: inline;
	}
	
		
#navbar2 ul li.first {
	text-align: center;
    margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
  
 div#navbar2 a {
    text-decoration: none;
    color: #09088a;
  }
  
div#column {

}


