body {
  background: url('../images/background.jpg') repeat-x fixed;
  text-align: center;
  font-family: Arial, sans-serif, Helvetica;  
}

p, li {
  font-family: Arial, sans-serif, Helvetica;
  font-size: 12px;
  line-height: 21px;
  color: #432718;
  padding: 3px 0px;
}

a {
  color: #403D38;  
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-weight: bold;
  color: #426075;
  padding: 15px 0px;    
}

ol, ul {
  padding-left: 30px;
}

ul li { list-style: circle; }
ol li { list-style: decimal; }

h1 { font-size: 18px; padding: 0px 0px 10px 0px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; padding: 5px 0px 5px 0px; }

#site_container {
  width: 955px;
  margin: 0 auto;
  text-align: left;
}

#header {
  background: url('../images/header2.jpg') no-repeat;
  height: 200px;  
  padding-top: 0px;
  padding-bottom: 0px;
}

#header .header_home {
  position: relative;
  display: block;
  height: 172px;
  width: 255px;  
}

#main_content, #footer {
  float: left;
  position: relative;
  width: 100%;
}

#nav_background {
  position: absolute; 
  width: 955px;
  height: 28px; 
  background-color: #FFF7DF;
 
  filter: alpha(opacity=35);
  opacity: .35;   
}

#navigation {  
  
  position: relative;  
}

* html #navigation {  
  height: 28px;
}

#navigation ul {
  margin-left: 43px;
  padding-top: 3px;
}

#navigation li {
  display: inline;
  font-size: 15px;  
  margin-right: 30px;
  text-align: center;
  font-weight: bold;    
}

#navigation li a {
  text-decoration: none;
  color: #706335;
}

#navigation li a:hover {
  color: #8E6D53;
}

#navigation li#current {
  font-size: 16px;  
  background: transparent url('../images/topleft.png') no-repeat scroll left top;    
  padding: 2pt 0pt 15pt 9px;
}

#navigation li#current a {
  color: #432718;
  padding: 3px 15px 7px 6px;  
  background: transparent url('../images/topright.png') no-repeat scroll right top;
}

#main_content {
  background-color: #FFF7DF;
  padding: 40px 0px 40px 0px;	     
}

#main_content #left_column {
  float: left;
  position: relative;
  width: 240px;
  padding: 10px 15px 0px 20px;
}

#main_content #right_column {
  float: left;
  position: relative;
  padding: 10px 20px 20px 20px;
  width: 635px; 
  border-left: 1px solid #E8DCBA;
}

#main_content img {
  margin: 10px;
}

#main_content ul {
	padding: 20px 0px 20px 40px;	
}

#main_content li {	
	font-size: 12px;
	padding: 5px 0px;
	line-height: 150%;
	color: #432718;
}

.internal { 
  float: left;
  position: relative;  
}

.image {
  width: 350px;
  text-align: center;
}

.image-desc {
  width: 450px;
}

p.image-description {
  font-size: 10px;
  text-align: center;
}

.left { 
  width: 200px;   
}
.right { 
  width: 650px;
  border-left: 1px solid #ABABAB;
  padding-left: 55px;   
}

#main_content .side-navigation li {
  list-style-type: none;
  list-style: none;
  padding: 3px 10px;
  border-bottom: 1px solid #ABABAB;
  text-align: right;  
}

#main_content .side-navigation li#highlighted {
  background-color: #FFEFBD;
}

#main_content .side-navigation li#highlighted a{
  font-weight: bold;
}

#main_content .side-navigation li:hover {
  background-color: #FFEFBD;
}

#main_content .side-navigation li a {
  text-decoration: none;
  padding-right: 10px;
}

.spacer {
  border-top: 1px solid #E8DCBA;
  margin: 20px 0px;
  width: 100%;
}


#footer {
  background-color: #FFF7DF;  
  border-top: 1px solid #E8DCBA;
  padding: 20px 0px 100px 0px;
  text-align: center;  
}
