html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.clear {
	clear: both;
}

body {
	background: repeat url(images/body_bg.png);
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 31px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 797px;
  position: relative;
  background: #FFFFFF;
  overflow: auto;
}

#whozit {
	float: left;
	margin-left: 50px;
}

#header {
	height: 80px;
	background-attachment: fixed;
	background-position: 280px 30px;
}
#header h1 {
	margin: 0;
	color: #424242;
	font-size: 2.6em;
	font-weight: normal;
	padding-left: 330px;
	padding-top: 10px;
}
#header h2 {
	margin: 0;
	padding-left: 330px;
	font-size: 1.2em;
	color: #ababab;
	font-weight: normal;
}

#banner {
	width: 797px;
	height: 176px;
	position: relative;
	z-index: 1;
	/*background: url(images/header.jpg) repeat-x;*/
}

#navcontainer {
	background: #ffffff; 
	width: 225px;
	float: left;
}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 14px;
font-family: verdana, arial, sans-serif;
}
#navcontainer li {
	list-style: none;
}
#navcontainer a
{
display: block;
padding: 3px;
width: 185px;
background-color: #ececec;
border-bottom: 1px solid #ffffff;
}
#navcontainer a:link, #navlist a:visited
{
color: #000000;
text-decoration: none;
}
#navcontainer a:hover
{
background-color: #7a4b55;
color: #ececec;
}
#navcontainer #current {
	background: #573a41;
	color: #ececec;
}

#content {
	margin: 0 auto;
	background: #ffffff;
	float: right;
	width: 552px;
	padding-right: 20px;
}
#content h2 {
	text-align: center;
}
#content h3 {
	text-align: center;
}
#content p {
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
}


#spacer {
  height: 1em;
}

#footer {
	width: 797px;
	color: #ffffff;
	position: relative;
	background: background: repeat url(images/body_bg.png);
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	text-align:center;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
