body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/woodknots.jpg);
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #FDF5D5;
	border: 5px solid #754C24;
}
#nav {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #754C24;
	text-transform: uppercase;
	border-top: 2px solid #754C24;
	border-bottom: 2px solid #754C24;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #754C24;
	border-left-color: #754C24;
	background: #FDF9C3;
}

#content {
	margin: 10px 20px 20px;
}
#footer {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #754C24;
	border-top: 2px solid #754C24;
	border-right-color: #754C24;
	border-bottom-color: #754C24;
	border-left-color: #754C24;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#nav a:hover {
	text-decoration: underline;
	color: #0000CC;
}
h1 {
	font-size: 18px;
	color: #754C24;
}
h2 {
	font-size: 16px;
	color: #754C24;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #754C24;
}

.imgR {
	float: right;
	margin-left: 20px;
	border: 2px solid #754C24;
}
#footer a {

	color: #754C24;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
}
.imgBorder {
	border: 2px solid #754C24;
}
#nav a {

	text-decoration: none;
	color: #754C24;
}
.imgRNB {
	float: right;
	margin-left: 20px;
	border-top: #754C24;
	border-right: #754C24;
	border-bottom: #754C24;
	border-left: #754C24;
}
