@charset "utf-8";
/* CSS Document */

body {
	background-color: #727357;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
a {
	color: #DE362E;

}

a:hover, a:active {
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #363;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	color: #759A74;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEEE5;
	margin-right: -20px;
	padding-right: 20px;
}

h3 {
font-size: 15px; 
color: #7B1313;	
}

.clear {
	clear: both;
}

.form {
	width: 400px;
	color: #534822;
	background-color: #EDF0E9;
	border: 1px solid #969C5C;
}

.form td {
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	color: #BB5F51;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.form  input, .form select, .form textarea {
	width: 95%;
	font-size: 11px;
	background-color: #FCFCFC;
	color: #534822;
}

.gray {
	color: #6A6B6D;
}
.testauthor {
	padding-bottom: 20px;
}
.testimonials {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #969C5C;

}

#content {
	clear: both;
	float: left;
	width: 800px;
}

#footer {
	clear: both;
	background-color: #4F5E25;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	margin-top: 10px;
}
#footer a {
	text-decoration: underline;
	color: #D8E1D7;
}
#footer a:hover, #footer a:active {
	color: #9AB599;
	text-decoration: none;
}
#header {
	clear: both;
	background-color: #969C5C;

}

#mainarea {
	float: left;
	width: 420px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	background-image: url(images/cornmato.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #896B38;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainarea p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 140%;
}
#mainarea #gallery img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 65px;
}

#mainarea blockquote {
	background-color: #EDF0E9;
	padding: 10px;
	margin: 10px;
	padding-top: 20px;
}

#nav {
	float: left;
	width: 165px;
	padding-top: 20px;
	padding-left: 10px;
}
#nav a {
	font-size: 16px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #BB5F51;
	border: 1px solid #94463A;
	margin-bottom: 5px;
}


#nav a:hover, #nav a:active {
	background-color: #4F5E25;
	border-top-color: #4F5E25;
	border-right-color: #4F5E25;
	border-bottom-color: #4F5E25;
	border-left-color: #4F5E25;
}
#rightcol {
	float: right;
	padding-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	width: 130px;
}
#rightcol a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #EDF0E9;
	display: block;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	color: #BB5F51;
	border: 1px solid #707445;
}
#rightcol a:hover {
	color: #FFF;
	background-color: #BB5F51;
}

.accent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #DE362E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB8883;
}
