body {
	background-image: url(../images/background1.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3B2019;
}
.innernav {
	width: 170px;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 0px;
	vertical-align: top;
}


.maincontent {
	background-color: FAE3C8;
	background-image: url(../images/content_background.jpg);
}
.innercontent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	vertical-align: top;
}
a:link {
	font-weight: bold;
	color: #3B2019;
}
a:visited {
	font-weight: bold;
	color: #3B2019;
}
a:hover {
	font-weight: bold;
	color: #3B2019;
}
.boldit {
	font-weight: bold;
}

a:active {
	font-weight: bold;
	color: #3B2019;
}


.footer {
	background-image: url(../images/foot_background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 1C0200;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #B04F4C;
}
.formtable {
	border: thin solid #B04F4C;
}
input {
	background-color: #FBE3C9;
	background-image: url(../images/content_background.jpg);
	border: thin solid #B04F4C;
	font-weight: bold;
}
textarea {
	background-color: #FBE3C9;
	background-image: url(../images/content_background.jpg);
	border: thin solid #B04F4C;
	font-weight: bold;
}

