body {
	background-image: url(img/backfiresmall.jpg);
	background-repeat: no-repeat;
	background-color: #F1EEE8;
}
#title {
	position: absolute;
	top: 90;
	left: 300;
	width: 355;
	text-align: center;
}
#content-1 {
	position: absolute;
	top: 180;
	left: 160;
	width: 790;
	border-top: 3px solid #929B8A;
	border-right: 1px solid #DDD6C7;
	border-bottom: 1px solid #DDD6C7;
	border-left: 1px solid #DDD6C7;
	background-color: transparent;
	padding: 20px 0 10px 0;
}
#nav {
	position: absolute;
	top: 425;
	left: 157;
	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;
}
#leftside {
	position: absolute;
	top: 350;
	left: 0;
	width: 155;
}
#leftside img {
	border: 1px solid #929B8A;
}
#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: 30pt;
	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 5px 0 5px;
}
ul {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #666;
	margin: 3px 0 3px 20px;
}
.indent {
	margin-left: 178px;
}
.right {
	float: right;
	border: 1px solid #929B8A;
	margin: 3px 10px 3px 5px;
	padding: 8px;
}
.small {
	font-size: 12pt;
}