html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
} 

body {
	background-color: #74a055;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 87.5%;
	padding: 5px 0px;
	text-align: center;
}

#wrapper {
	width: 894px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#header {
	background-color: #71b047;
	height: 150px;
	background-image: url(images/meadow_caravan.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#nav {
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background-color: #71b047;
}
#wrapper #header h1 {
	font-size: 100.01%;
	margin-top: 5px;
	margin-left: 5px;
}
#wrapper  h2  {
	font-family: "Monotype Corsiva", Garamond, serif;
	font-size: 2.5em;
	text-align: right;
}

#wrapper #nav ul {
	margin: 0px;
	list-style-type: none;
}
#wrapper #nav li {

	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#wrapper     #nav     a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 120%;
}

#wrapper #nav a:visited {
	font-weight: bold;
	color: #da251c;
	text-decoration: none;
}
#wrapper #nav a:hover {
	font-weight: bold;
	color: #da251c;
	text-decoration: underline;
}

#wrapper #nav a:active {
	font-weight: bold;
	color: #da251c;
}
#content {
	background-color: #FFFFFF;
	color: #316dac;
	padding: 0px 40px;
	position: relative;
	float: left;
	width: 814px;
}
#wrapper #content .im_cap p {
	margin-bottom: 5px;
}

#wrapper  #content  a {
	font-weight: bold;
	text-decoration: none;
	padding: 15px 0px;
	color: #316dac;
}

#wrapper #content a:visited {
	font-weight: bold;
	color: #da251c;
	text-decoration: none;
}

#wrapper #content a:hover {
	font-weight: bold;
	color: #da251c;
	text-decoration: underline;
}

#wrapper #footer .left {
	float: left;
	width: 350px;
	text-align: left;
	padding: 0px 5px;
}
#wrapper #footer {
	padding: 5px;
	color: #000000;
	background-color: #71b047;
	margin: 0px;
	text-align: right;
	clear: both;
}

#wrapper #footer ul {
	list-style-type: none;
}
#wrapper #footer li {
	display: inline;
	padding: 0px 10px;
	margin: 0px;
}

#wrapper #footer a {
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	color: #000000;
}

#wrapper #footer a:visited {
	font-weight: bold;
	color: #da251c;
	text-decoration: none;
}

#wrapper #footer a:hover {
	font-weight: bold;
	color: #da251c;
	text-decoration: none;
}

.pol {
	font-size: 0.6em;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

.pol a {
	text-decoration: none;
	color: #8d4f42;
}

.bold_text {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#wrapper h3 {
	font-family: "Monotype Corsiva", Garamond, serif;
	font-size: 2.5em;
	text-align: left;
	margin-bottom: 5px;
}
#wrapper #content .im_cap {
	float: right;
	width: 400px;
	text-align: center;
	margin: 5px 0px;
}
#wrapper #content .im_cap img {
	border: 1px solid #000000;
}

.img_cent {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.img_right {
	float: right;

}

#content .address {
	display: block;
	margin: 0px;
	padding: 10px 0px;
	font-weight: bold;
}
#availability {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
.photos {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}

.photos img {
	background-color: #FFFFFF;
	padding: 10px;
	float: left;
	border: 1px solid #57316A;
	margin: 4px;
}
p {
	margin-bottom: 5px;
}
form {
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #ebf2f8;
	border: 2px solid #74a055;
	width: 600px;
	display: block;
}
.form_left    {
	float: left;
	padding-right: 5px;
	padding-left: 40px;
}
.form_right    {
	float: left;
	padding-left: 40px;
}

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: text-top;
	color: #74a055;
	padding-left: 5px;
	margin-left: 20px;
	margin-top: 5px;
}

label {
	font-family: "Monotype Corsiva", Garamond, serif;
	color: #316dac;
	margin: 0px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
