body {
	background-color: #938356;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #221E1F;
}
a:visited {
	color: #221E1F;
}
a:hover {
	color: #584832;
}
a:active {
	color: #584832;
}
.white_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.divider_home {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #504539;
}
.home_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 8px;
}
.home_events {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #302F2F;
}

.header {
	font-size: 12px;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #504539;
}


.bg_left {
	background-image: url(images/bg_lft.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.bg_right {

	background-image: url(images/bg_rt.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.spotlight {
	background-image: url(images/img_spotlight_over.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.headerRed {
	font-size: 11px;
	font-weight: bold;
	color: #660000;
}
.products {
	color: #73623E;
}
.form {
	padding: 4px;
}
input.text {
	border:#73623E 1px solid;
	background-color:#C1AD79;
}
input.submit {
	border:#73623E 1px solid;
	background-color:#C1AD79;
}
textarea.textarea {
	border:#73623E 1px solid;
	background-color:#C1AD79;
	width:400px;
	height:100px;
}
