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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	color: #582700;
	line-height: 1.4em;
}
body {
	background-color: #FFFFFF;
	background-image: url(images_site/bkgd_home.jpg);
	background-repeat: repeat;
}
a:link, a:visited, a:active {
	color: #582700;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #f1645d;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 27px;
	color: #f1645d;
}
h2 {
	font-size: 12px;
	color: #f1645d;
	margin-bottom: -1px;
}

#outerwrapper {
	margin: 0px auto;
	width: 850px;
}
#header {
	width: 100%;
	height: 140px;
	position: relative;
}
#nav {
	width: 830px;
	height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	background-color: #582700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 13px;
	background-image: url(images_site/nav.gif);
	background-repeat: no-repeat;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color: #f1645d;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #582700;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #f1645d;
}
#content {
	width: 848px;
	height: 328px;
	position: relative;
	background-color: #a9c399;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #582700;
	border-left-color: #582700;
	border-bottom-color: #582700;
}
#features {
	width: 848px;
	height: 125px;
	position: relative;
	background-color: #a9c399;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #582700;
	border-left-color: #582700;
}
#features p {
	margin-left: 23px;
	margin-right: 23px;
	margin-top: 29px;
}

#footer {
	width: 100%;
	height: 27px;
	position: relative;
	text-align: center;
	font-size: 9.5px;
	color: #582700;
	background-image: url(images_site/footer_home.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
}