body {
	background-color: #FFF;
	color: #520;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin:0px;
	padding:0px;
}

a {
	background-color: transparent;
	color: #085;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #B98C6D;
}

h1,h2,h3,h4,h5 {
	margin:0px;
	padding:0px;
}
ul {
padding:0px;
margin:0px;
}

p {
	margin-top:0px;
}

#header {
	background-color: #FFF;
	background-image: url(../images/guyoncliff_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #631;
	height: 174px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	width: 100%;
}
#header_title{
	font-size:54px;
	white-space:nowrap;
}

#header img{ 
	float:left;
	padding-right:20px;
	border:0px;
}

#contentleft {
	float: left;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 175px;
	height:100%;
}

#navigation_list {
	border-bottom: 1px solid #B98C6D;
	margin-left: 0px; 
	padding-left: 0px;
	margin-top: 10px;
	width: 175px;
}

#navigation_list li {
	border-top: 1px solid #B98C6D;
	list-style: none;
	margin: 0px;
	padding: 0.25em;
}

#navigation_list li a {
	font-weight: bold;
	text-decoration: none;
}

#sub_navigation
{
	margin:0px;
	padding:0px;
	padding-top:10px;
	text-align:center;
	list-style:none;
}

#content {
	background-color:#fff;
	margin-left:175px;
	padding-top:10px;
	padding-left:5%;
	padding-right:5%;
}
#content ul {
	padding-left:20px;
}

#footer{
clear:both;
}

#footer_navigation {
padding-top:20px;
padding-left:5%;
padding-right:5%;
margin-left:175px;
}

.clearboth{
clear:both;
}
