#body{
	width: 800px;
}
#headerleft{
	position: relative;
	width: 200px;
	background-image: url('../images/caravanwithview.jpg');
	top: 0;
	left: 0;
	height: 150px;
}
	
#headercent{
	background-image: url('../images/devoncliffscaravan.jpg');
	position: absolute;
	left: 200px;
	right: 200px;
	height: 150px;
	top: 0;
}

#headerright{
	position: absolute;
	background-image: url('images/sandybaybeachd.jpg');
	width: 200px;
	top: 0;
	right: 0;
	height: 150px;
}
	
#headercent h1{
	font-family: Lucida Calligraphy, Arial, Verdana;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	color: white;
}	

#bar {
	top: 150px;
	left: 0;
	border-bottom: 1px solid #808080;
}

#rightcol {
	position: absolute;
	left: 85%;
	top: 200px;
	text-align: center;
}

#leftcol p, #rightcol p, #rightcoli p{
	font-family: Arial, Verdana;
	font-size: 12px;
	color: red;
}
	
#content {
	padding: 30px;
	width: 75%;
	color: #000;
	text-align: center;
  }
  
#rightcoli {
	position: absolute;
	top: 173px;
	right: 0px;
	padding: 20px;
	width: 300px;
	text-align: center;
}

#contenti {
	padding: 20px;
	margin-right: 330px;
	left: 0px;
	color: #000;
	text-align: center;
}
#contentL {
	padding: 30px;
	width: 75%;
	color: #000;
	text-align: left;
  }
  
#contentW {
	padding: 30px;
	width: 95%;
	color: #000;
	text-align: left;
  }
#pitch {
	text-align: center;
	background-color: yellow;
	border: 1px solid silver;
	font-family: Arial, Verdana;
	font-size: 11px;
}


#footer {
	text-align: left;
	background-image: url('../images/devoncliffscaravanf.jpg');
	border-top: 7px solid red;
	border-bottom: 7px solid red;
	padding-left: 30px;
}
	
#footer	a:active, #footer p {
	color: #FFFFFF;
	}

#footer	a:hover { 
	color: #FFFFFF;
	background-color: red;
	}
#footer	a:link,	#footer a:visited {
	color: #FFFFFF; 
	}
	
	#footer .date {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}
	
body {
	width: 100%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}
	
td {
	font-family: Arial;
	font-size: 13px;
	}
	
p, a {
	font-family: Arial;
	font-size: 13px;
	}
	
img {
	margin: 5px;
	}
	
address {
	font-family: verdana;
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
}
pass {
	font-family: arial;
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 12px;
}
table {
	margin-left:auto;
	margin-right:auto;
	font-family: arial;
	font-size: 10px;
	padding: 1px;
	}

td {
	font-family: Arial;
	font-size: 14px;
	}

h2 {
	font-family: Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
	color: #0033cc;

	}
h3, h4, h5, h6 {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
	color: #0033cc;

	}
	
		#navigation {

		background: #FF0000;
		border-top: 1px solid #ffffff;
		height: 25px;
		clear: both
	}

	#navigation ul {

		font-family: Arial, Verdana;
		padding: 0;
		margin: 0;
		list-style: none;	
		font-size: 10pt;
		height: 25px;
	}

	#navigation ul li {

		display: inline;
	}

	#navigation ul li a {

		color: #FFFFFF;
		display: block;
		text-decoration: none;
		float: left;
		line-height: 25px;
		padding: 0 16px;
		border-right: 1px solid #ffffff;
	}

	#navigation ul li a:hover {

		background: #0033cc;
	}
