body {
	background-color: #55533a;
	text-align: center;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div.center {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
#head {
	background-color: #3d3207;
	background-image: url(../images/headBG.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	padding: 35px 0px 20px 0px;
}
h1 a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	height: 98px;
	width: 646px;
	margin: 0px auto;
	display: block;
}
#navigation {
	background-color: #dedccb;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #868457;
	font-weight: bold;
	display: block;
}
#navigation ul li a:hover {
	color: #55533a;
}
#content {
	background-color: #ffffff;
	color: #353322;
	padding: 45px 0px 25px 0px;
}
p {
	line-height: 28px;
	margin: 0px 0px 20px 0px;
}
big {
	font-size: 26px;
	font-weight: bold;
	line-height: 18px;
}
#content a {
	color: #705e15;
	text-decoration: none;
	border-bottom: 1px solid #705e15;
}
#content a:hover {
	border-bottom: 1px solid #dad4be;
}
#foot {
	padding: 30px 0px;
	color: #ffffff;
}
#foot a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
#foot a:hover {
	border-bottom: 1px solid #807e6b;
}
#foot .columnleft {
	float: left;
	width: 530px;
	margin: 0px 35px 0px 50px;
}
#foot .columnright {
	font-size: 12px;
	float: left;
	width: 240px;
	padding-top: 5px;
}
#foot .columnright a {
	text-transform: uppercase;
}
#foot .columnright div {
	background-color: #3f3d29;
	padding: 10px 16px;
	margin-bottom: 10px;
}
#foot .columnright p {
	line-height: 22px;
	margin: 0px;
}
#foot .columnright em {
	font-style: normal;
	text-transform: uppercase;
	color: #646245;
}
