body, html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	width: 923px;
	margin: 8px auto auto auto;
	background-color: #71654B;
	color: #5E523D;
	text-align: center;
}

form {
	display: inline;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FA6400;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

#container {
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width: 913px;
	height: 652px;
	background-image: url(/images/container.jpg);
	text-align: left;
}
#container2 {
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width: 913px;
	height: 652px;
	background-image: url(/images/container2.jpg);
	text-align: left;
}
#footer {
	width: 915px;
	height: 25px;
	margin: 3px 4px 0px 4px;
	background-image: url(/images/footer.jpg);
	color: #bfb295;
	padding: 15px 0px 0px 0px;

}
#column1 {
	width: 230px;
	height: 652px;
	float: left;
}
#column2 {
	margin: 5px 0px 5px 0px;
	width: 233px;
	height: 642px;
	float: left;
}
#column3 {
	width: 385px;
	height: 577px;
	margin: 50px 0px 25px 35px;
	float: left;
	text-align: left;
	line-height: 18px;
	overflow: auto;
}

#logo {
	padding: 25px 0px 0px 12px;
}
#tagline {
	background: url(/images/line.jpg) top repeat-x;
	width: 188px;
	margin: 7px 15px 55px 20px;
	padding: 10px 0px 0px 2px;
	text-align: left;
	font-size: 12px;
}
.menu {
	width: 121px;
	height: 25px;
	background-image: url(/images/menu.jpg);
	margin: 10px 32px 0px 32px;
	text-align: left;
	font-size: 13px;
	padding: 8px 0px 0px 45px;
}
.menu a:link, .menu a:visited, .menu a:active {
	text-decoration: none;
	color: #fdf5ea;
}

.menu a:hover {
	text-decoration: underline;
}
#contentColumn1 {
	width: auto;
	float: left;
	font-size: 11px;
	margin: 0px 10px 0px 0px;
}
#contentColumn2 {
	width: auto;
	float: left;	
	font-size: 11px;
	margin: 0px 10px 0px 0px;
}
#contentColumn3 {
	width: auto;
	float: left;	
	font-size: 11px;
	margin: 0px;
}
.line {
	width: 100%;
	height: 50px;
	background: url(/images/line.jpg) center repeat-x;

}
#button {
	width: 68px;
	height: 21px;
	background: url(/images/button.jpg);
	padding: 0px 0px 0px 20px;
}
#button a:link, #button a:visited, #button a:active {
	text-decoration: none;
	color: #FFF;
}
#button a:hover {
	text-decoration: underline;
}
.field {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #f95500 1px solid;
	height: auto;
	width: 200px;
	margin: 5px 0px 5px 0px;
}
.field textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #f95500 1px solid;
	height: auto;
	width: 200px;
	margin: 5px 0px 10px 0px;
}