body {
	background-color: #F8F8ED;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #6D5927;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6D5927;
	font-weight: bold;
}

.form {
	font-size: 10px;
	color: #666666;
	background-color: #F3F3E9;
	border: 1px solid #6D5927;
}.footer {
	font-size: 9px;
}
a {
	color: #782C1E;
	text-decoration: none;
}
#subfooter {
	margin: auto;
	width: 760px;
	text-align: center;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	margin: auto;
	width: 772px;
	text-align: center;
	border: 2px solid #D1BD92;
	clear: both;
}

HTML #container {
	height: 1%;
}

#innerframe {
	margin: auto;
	width: 772px;
	background-image: url(images/template/main.jpg);
	height: 400px;
	text-align: left;
	background-repeat: no-repeat;
	clear: both;
}

HTML #innerframe {
	height: 1%;
}

#header {
	margin: auto;
	width: 772px;
	text-align: center;
	background-image: url(images/template/top.jpg);
	height: 112px;
	background-position: center;
}
#content {
	float: left;
	width: 430px;
	margin-left: 25px;
}

#menu {
	float: right;
	width: 170px;
	margin-top: 210px;
	margin-right: 40px;
}

HTML #menu {
	height: 1%;
}

.left-image {
	padding-right: 15px;
}
.right-image {
	padding-left: 15px;
}
.right-align {
	float: right;
}
#menu-bottom {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}