body {
	background:url(../images/bg2.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#header {
	width: 800px;
	height: 150px;
	margin: 36px auto 0px auto;
}

#navigation {
	font-weight: bold;
	width: 748px;
	margin: 0 auto 0 auto;
	height: 22px;
	padding-top: 2px;
	background: url(../images/bg3.jpg) repeat;
	border-top: 2px solid #ffdfad;
	border-right: 2px solid #6b1512;
	border-bottom: 2px solid #6b1512;
	border-left: 2px solid #ffdfad;
	text-align: center;
}

#navigation a:link,
#navigation a:visited {
	text-decoration: none;
	color: #ffc;
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
}

#navigation a:hover {
	color: #ffe;
	text-decoration: underline;
}

#contentwrapper {
	width: 750px;
	background-color: #fff;
	margin: 0px auto 0px auto;
}

#content {
	padding: 6px 18px 6px 18px;
}

#footer {
	width: 800px;
	height: 75px;
	margin: 0px auto 0px auto;
	background: url(../images/footer.gif) no-repeat;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffc;
	line-height: 20px;
	text-align: center;
	margin: 0 auto 0 auto;;
	padding: 14px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #174c18;
}

h1 {
	font-size: 1.6em;
}

p, li {
	font-size: 0.9em;
	line-height: 1.5em;
}

a:link,
a:visited {
	font-weight: bold;
	color: #174c18;
	text-decoration: none;
}

a:hover {
	color: #397f3a;
	text-decoration: underline;
}

input.formtext {
	width: 95%;
	height:18px;
	border: #000 1px solid;
	background-color: #fff;
}

input.formbutton {
	width: 95%;
	height:24px;
	border-top: #ccc 2px solid;
	border-right: #000 2px solid;
	border-left: #ccc 2px solid;
	border-bottom: #000 2px solid;
	background-color:#A7BBA7;
	font-weight: bold;
	overflow: auto;
}

textarea.formtext {
	width: 95%;
	height: 100px;
	border: #000 1px solid;
	background-color: #fff;
}

p.formtext {
	margin: 0;
	padding: 6px 0 0 0;
}
