body {
	background-color: #FFFDCA;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	color: #551902;
	font-size: 16px;
}

#container {
	width: 850px;
	margin: 0px auto 0px auto;
}

#header {
	background-image: url(../images/design/header.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 1px #8E5937;
	width: 850px;
	height: 139px;
}

#header img {
	border: 0px;
	display: block;
	margin: 0px 0px 0px 24px;
}

#content {
	background-image: url(../images/design/content.jpg);
	background-repeat: repeat-y;
	border-right: solid 1px #8E5937;
	width: 849px;
}

#contentLeft {
	float: left;
	border-top: solid 5px #8E5937;
	width: 153px;
}

#contentRight {
	float: right;
	width: 630px;
	padding: 15px 33px 15px 33px;
}

#footer {
	background-image: url(../images/design/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 846px;
	padding: 0px 2px 0px 2px;
}

#footerNav {
	width: 846px;
	height: 25px;
	margin: 0px 0px 3px 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
}

#footerNav a {
	color: #000000;
}

#footerSiteBy {
	float: left;
}

#footerCopyright {
	float: right;
}