body {
	background: #EEF0DB url(../images/bg2.jpg) repeat-x;
	margin: 0px;
	color: #666;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
p, h1, h2, h3, ul, li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #868860;
}
a:hover {
	color: #70B0B2;
}
h1 {
	font-weight: normal;
	font-size: 44px;
	letter-spacing: -1px;
	color: #362923;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -1px;
	color: #362923;
	border-bottom: 1px solid #362923;
	margin-bottom: 5px;
}
h3 {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -1px;
	color: #666;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
	padding-top: 30px;
	padding-left: 3px;
}
h4 {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
	color: #362923;
	margin-bottom: 5px;
}
p {
	padding-bottom: 15px;
}
#nav {
	width: 555px;
	position: absolute;
	left: 402px;
	top: -18px;
	text-align: right;
	font-size: 18px;
	letter-spacing: -1px;
	height: 30px;
}
#nav a {
}
#footer {
	margin: 0px auto;
	width: 972px;
	font-size: 12px;
	text-align: right;
}
#copyright {
	font-size: 10px;
	text-align: right;
	margin: 8px auto 15px;
	color: #999;
	padding-right: 25px;
	width: 972px;
}
#footer a, #footer a:link {
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
}
#nav ul {
	list-style: none;
}
#nav ul li a , #nav ul li a:link{
	color: #666;
	text-decoration: none;
	padding: 5px 7px;
	border: 1px transparent;
	font: 18px Georgia, "Times New Roman", Times, serif;
}
#nav ul li a:hover {
	color: #868860;
	background: #E4E4AF url(../images/bg2.jpg) center 100px;
	border-top: 1px solid #D1B083;
	border-right: 1px solid #D1B083;
	border-left: 1px solid #D1B083;
	padding-right: 6px;
	padding-left: 6px;
	border-bottom: 1px solid #999;
}
#nav ul li {
	display: inline;
}
#header {
	width: 972px;
	margin: 170px auto 0px;
	position: relative;
}
#header .box-mid img {
	position: absolute;
	top: -4px;
}
.bordered {
	background: #FFF;
	margin: 0px 0px 10px 10px;
	padding: 3px;
	border: 1px solid #878A5F;
}
.box-top {
	background: url(../images/bg_box_top.png);
	height: 18px;
	width: 972px;
}
.box-mid {
	background: url(../images/bg_box_mid.png) repeat-y;
	padding-left: 12px;
	position: relative;
	height: 300px;
}
.box-bottom {
	background: url(../images/bg_box_bottom.png);
	height: 17px;
	width: 972px;
}
#logo {
	position: absolute;
	left: 12px;
	top: -167px;
	width: 948px;
}
#divider {
	background: #352822;
	margin: 2px auto 3px;
	height: 5px;
	width: 960px;
}
#content {
	width: 972px;
	margin: 0px auto 0px;
	position: relative;
}
.content-top {
	background: url(../images/content-top.png);
	height: 18px;
	width: 972px;
}
.content-mid {
	background: url(../images/content-middle.png);
	padding: 0px 24px 10px;
}
.content-bottom {
	background: url(../images/content-bottom.png);
	height: 23px;
	width: 972px;
}
.column {
	float: left;
	width: 280px;
	margin-right: 14px;
	margin-left: 14px;
	display: inline;
}
.column-left {
	float: left;
	width: 200px;
	margin-right: 14px;
	margin-left: 14px;
	display: inline;
}
.column-right {
	float: left;
	margin-right: 14px;
	margin-left: 14px;
	display: inline;
	width: 665px;
}
.column-single {
	margin-right: 14px;
	margin-left: 14px;
	zoom: 1;
}
hr {
	clear: both;
	height: 0px;
	border-color: #F7F3E1;
}
#newsletter {
	float: left;
	width: 600px;
}
#head-text {
	float:left;
	margin:60px 0px 0px 552px;
	text-align:right;
	color: #999;
}

input.text {
  background: #fff; 
}

input.text.warning {
  background-color: #e59494; 
}

#live-response {
  margin: 0 30px 10px 20px;
  padding: 10px;
}

.going-good {
  background: #a2d86c;
  color: #383b35; 
}

.going-bad {
  background: #f3a0a0;
  color: #361212; 
}