@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.gif);
}
div#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}
div#top {
	width: auto;
}
div#header {
	width: auto;
	height: 105px;
	background-image: url(images/header.gif);
}
div#gradient {
	width: auto;
	height: 18px;
	background-image: url(images/gradient.jpg);
	padding: 10px;
}
div#body {
	width: auto;
	padding: 10px;
	font-family: arial;
	font-size: 11pt;
	background-color: #ffffff;
}
div#footer {
	width: auto;
	background-color: #433d20;
	color: #ffffff;
	font-family: arial;
	font-size: 10pt;
	text-align: center;
	padding: 10px;
}
h1 {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
}
div#header h1 {
	font-family: arial;
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
}
div#title {
	height: 35px;
	width: 850px;
	margin: auto;
	padding-top: 35px;
}
h2 {
	font-family: arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	background-image: url(images/zenleaf.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
}
p#contact {
	color: #433d20;
	font-style: italic;
	font-weight: bold;
}
div#error {
	background-color: #ffaeae;
	padding: 10px;
}
.form_class {
	font-family: arial;
	font-size: 11pt;
	padding: 5px;
	background-color:transparent;
	border: solid 1px #999999;
}
div#grass {
	z-index: -999;
	background-image: url(images/grass.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}