/*  HTML STYLES */
html {
	min-height: 101%;
}
body {
	text-align: center;
	margin-top: 2px;
	padding: 0px;
	background-color: #D2DEC8;
	font-family: verdana, arial;
	font-size: 12px;
	color: #333333;
}
a {
	font-weight: bold;
	color: #707D3E;
}
a:visited {
	font-weight: bold;
	color: #594B39;
}
p {
	text-align: justify;
	color: #666666;
}

/*  HEADER STYLES */
#headerwrapper {
	background-image: url(images/headerback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	background-image: url(images/stratfordcaravanpark_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 185px;
	width: 750px;
	margin: auto;
}
#menu {
	font-family: verdana, arial;
	font-size: 14px;
	color: #C49D06;
	width: 700px;
	height: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#menu a {
	color: #425B7B;
	text-decoration: none;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
}
#menu a:hover {
	color: #C49D06;
	text-decoration: none;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
}

/*  CONTENT STYLES */
#contentwrapper {
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 700px;
	text-align: left;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content h1 {
	font-family: verdana, arial;
	font-size: 16px;
	font-weight: normal;
	color: #425B7B;
	margin-top: 0px;
}
#content h2 {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
}
#content h3 {

	font-family: verdana, arial;
	font-size: 13px;
	font-weight: bold;
	color: #43400D;
	margin-top: 0px;
}

/*  FOOTER STYLES */
#footerwrapper {
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	width: 750px;
	font-size: 10px;
	text-align: center;
	color: #467332;
	padding: 0px;
	margin: auto;
	height: 90px;
}
#footer a {
	color: #96CF7A;
}

/*  MISCELLANEOUS STYLES */
.rightsideimg {
	margin-left: 30px;
	float: right;
}
#tarriftable {
	padding: 0px;
	border: none;
}
#tarriftable h2 {
	border: none;
	display: inline;
	color: #4B7A34;
	font-size: 12px;
	font-weight: bold;
}
.ttparks {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	width: 100%;
}

.ttparks td {
	width: 33%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.ttparks a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#ttparksheader {
	color: #339933;
}
#ttparksheader h1 {
	margin-top: 20px;
	margin-bottom: 5px;	
}
#ttparksheader h2 {
	color: #339933;
	margin-top: 10px;
	margin-bottom: 5px;	
}

#ttparklinks {
	font-family: verdana, arial;
	font-size: 10px;
}
#ttparklinks table {	
	border: 1px solid #97B37B;
}
#ttparklinks td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: none;
}

#ttparklinks a {
	font-weight: normal;
	text-decoration: none;
}
#ttparklinks th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	background-color: #D2DEC6;
}
#ttparklinks th a{
	font-weight: bold;
	color: #333333;
}
#contactpagectr {
	margin: auto;
	width: 350px;
	text-align: center;
}
