body {
	background-image: url(img/backfireplace.jpg);
	background-repeat: no-repeat;
	background-color: #F1EEE8;
}
#top {
	position: absolute;
	top: 25;
	left: 500;
}
#content-1 {
	position: absolute;
	top: 355;
	left: 155;
	width: 780;
	border-top: 3px solid #929B8A;
	border-right: 1px solid #DDD6C7;
	border-bottom: 1px solid #DDD6C7;
	border-left: 1px solid #DDD6C7;
	background-color: transparent;
}
#content-1 h2 {
	margin-left: 150px;
}
#content-1 p {
	margin-left: 150px;
}
#nav {
	position: absolute;
	top: 425;
	left: 120;
	width: 175;
	border: 1px solid #DDD6C7;
	background-color: #F1EEE8;
}
#nav ul {
	font-family: times new roman, serif;
	font-size: 14pt;
	list-style: none;
}
#nav li {
	margin: 7px 3px 7px -10px;
}
#nav a {
	color: #CC9966;
	text-decoration: none;
}
#nav a:hover {
	color: #666633;
}
#footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 790;
	margin: 0;
	background-color: #EBE6DD;
}
#footer p {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	margin: 4px 0 5px 5px;
}
h1 {
	font-family: times new roman, serif;
	font-size: 18pt;
	color: #996633;
	margin: 0;
}
h2 {
	font-family: times new roman, serif;
	font-size: 16pt;
	color: #CC9966;
	margin: 0;
}
h3 {
	font-family: times new roman, serif;
	font-size: 14pt;
	color: #996633;
	margin: 0;
}
p {
	font-family: times new roman, serif;
	font-size: 14pt;
	color: #666666;
	margin: 0 3px 5px 0;
}
.right {
	float: right;
	border: 1px solid #929B8A;
	margin: 3px 10px 3px 5px;
	padding: 8px;
}