body {
  font: 11px verdana, arial, helvetica, sans-serif;
  color: #604f3d;
  margin: 10px 20px 20px;
  background: #ffffff;
  line-height: 170%;
  }

p, li, ul, dd, td {
  font: 11px verdana, arial, helvetica, sans-serif;
  color: #604f3d;
  line-height: 170%;
  }
 
a {
  font-size: 11px;
  color:#0000ff;
  text-decoration: underline;
  }
  
a:hover {
  color:#c72f40; 
  }
  
h1, h2, h3, h4 {
  color: #685254;
  padding-bottom: 6px;
  line-height: 120%;
  margin-top: 0;
  }
h1 {
  font-size: 18px;
  border-bottom: solid 1px #b0a79c;
  }
h2 {
  font-size: 16px;
  }
h3 {
  font-size: 14px;
  } 
h4 {
  font-size: 12px;
  } 


#wrapper {
  width:949px;
  margin:0 auto;
  }
  
#header div {
  float: left;
  height: 160px;
  margin: 0;
  }
  
#header-left {
  width: 644px;
  }

#header-right {
  width: 262px;
  }
  
#navbar {
  width: 672px;
  height: 40px;
  background: #ffffff;
  float: left;
  display: inline;
  padding: 1px 0 0 10px;
  }

#active {
  float: left;
  display: inline;
  } 
  
#content div {
  float:left;
  }
#content {
  float:left;
  background: url(../images/contentbg.gif) repeat-y left top;
  }
  
#content-left {
  float:left;
  width:229px;
  margin-top: 10px;
  }

#content-main {
  width:682px;
  }

#content-body {
  padding: 28px;
  width:620px;
  }

#homecontent {
  padding-right: 20px;
  }
  
#homecol {
  border-left: 1px solid #ada397;
  padding-left: 20px;
  font-size: 11px;
  }
  

#footer {
  text-align: center;
  width: 620px;
  }

.imageright {
  float: right;
  align: right;
  margin: 0px 0px 6px 6px;
  border: 1px solid #b4a896;
  }
  
.imageleft {
  float: left;
  align: left;
  margin: 0px 6px 6px 0px;
  border: 1px solid #b4a896;
  }

.imageborder { 
  border: 1px solid #b4a896;
  }
.border {
	border: 1px solid #CCCCCC;
}
