html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

a:link {
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	color: #ffffff;
	text-decoration: none; 
}
a:visited {
	color: #ffffff; 
	text-decoration: none; 
}
a:hover {
	color: #333333; 
	text-decoration: none;
}

body {
	background: #bcb396 url('images/background2.jpg') repeat-x;
	font-family:  Bauhaus, Verdana, Verdana, Geneva, sans-serif;
	font-size: .8em;
	color:#fffefe;
	
}

#header {
	width: 1024px;
	height: 142px;
	background: url('images/header.png') no-repeat;
}

#right{
	background: url('images/rightfade.png') repeat-y;
	float: right;
	height: 100%;
	width: 10px
}
#wrapper{
	background:  url('images/background2.jpg') no-repeat;
	margin-left: auto;
	margin-right: auto; 
	width: 1024px;
	height: 768px;
}

#bodywrapper{
	background: #bcb396 url('images/background.jpg') no-repeat;
	width: 1024px;
	
}

#leftnav{
	padding-left:  24px;
	text-align: right;
	float: left;
	width: 177px;
	height: 496px;
	background: url('images/leftside.png') no-repeat top right;
}

#rightnav{
	padding-right:  24px;
	float: right;
	width: 175px;
	height: 496px;
	background: url('images/rightside.png') no-repeat;
}

#content{
	float: left;
	margin: 10px 3px 0px 3px;
	width: 614px;

}

#spacing{
	margin-top: 6px;
	width: 177px;
}

#subcontentleft{
	width: 205px;
	margin: 10px 3px 0px 0px;
	float: left
}

#subcontentcenter{
	width: 197px;
	margin: 10px 4px 0px 4px;
	float: left
}

#subcontentright{
	width: 197px;
	margin: 10px 0px 0px 3px;
	float: left
}

#subcontenttext{
	margin:0px 25px 0px 25px;
	line-height: 2;
}

#center{
	margin-left: auto;
	margin-right: auto;
}

.logo a {
	position: relative;
	left: 183px;
	display: block; 
	height:116px;
	width:126px;
	background-image:url('images/logo.png') ;
}

.logo a:hover{
	background-position:-126px 0;
}