.banner
{
	position:relative;
	border-top:0px solid #467B11;
	border-bottom:1px solid #467B11;
	background-image:url('horsebanner2.jpg');
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:center -45px;
  
	height:122px;
	margin:0px;
	padding-left:5px;
}

.sitetitle
{
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
	width:100%;
	
	font-size:300%;
	font-style:bold;
	line-height:90%;
	
	color:#EAD6AC;
}

body
{
	background: #998841;
	border-top: 1px solid #000;
	/* color: #333; */
	color:#332015;
	font-size: 11px;
	padding: 0px 0 40px;
	margin:0px;
}

a
{
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}