
body {
	background-color: #26221B;
text-align:center;
margin:0;
}
.wrapper{
width:800px;
text-align:left;
margin:10px auto;
background:#F4EDDF;
}

a:link {
	color: #BA8F38;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #BA8F38;
}
a:hover {
	text-decoration: none;
	color: #BA8F38;
}
a:active {
	text-decoration: underline;
	color: #BA8F38;
}

.header{
width:800px;

height:120px;
background:#1E1B16 url(images/banner.jpg);
background-repeat:no-repeat
}




  .clear{
  clear:both;
  }
  .content{
  width:800px;
  background:url(images/undernav_22.gif) repeat-x top;
 
  }
  .leftcolumn{
  float:left;
  width:760px;
  padding:20px;
  }
 
  .holder{
  width:100%;
  height:42px;
  background:url(images/h2_25.gif) top repeat-x;
  }

  h2{
  float:left;
  width:100%;
  padding-left:20px;
  padding-top:10px;
  color:#fff;
  font-family:verdana;
  font-size:16px;
  font-weight:bold;
  margin:0;
  }
  h2 a:link,h2 a:visited{
    color:#fff;
  font-family:verdana;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  }
  h2 a:hover{
  text-decoration:underline;
  }
  h3{
  background:#E8D9BD;
  margin-bottom:10px;
  text-align:center;
  padding-top:8px;
  padding-bottom:8px;
  font-weight:bold;
  font-size:12px;
  font-family:verdana;
  border-bottom:1px solid #CBA964;
  }
  .article{
  width:760px;
  background:#F5EEE0 url(images/topbg_26.gif) top repeat-x;
line-height:20px;
  }
  .artfoot{
  width:738px;
  text-align:left;
   padding-top:5px;
   margin-bottom:30px;
  padding-left:10px;
  padding-right:10px;
  border-left:1px solid #CBA964;
  border-right:1px solid #CBA964;
  background:url(images/artfoot_30.gif) repeat-x bottom;
  border-bottom:3px solid #CBA964;
  }
.artfoot img {
border:none;
}

.footer{
width:100%;
padding-top:15px;
padding-bottom:15px;
color:#fff;
text-align:center;
background:#4E4739;
}
.footer a {
	margin:0 20px 0 20px;
	}

