#headerleft{
	position: relative;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 270px;
  background-repeat: repeat-no;
}
	
#headercent{
	background-image: url('../images/devoncliffscaravan.jpg');
	position: absolute;
	width: 100%;
	top: 0px;
	height: 150px;
}

	
#headercent h1{
	font-family: Lucida Calligraphy, Arial, Verdana;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
	color: white;
}	

#bar {
	top: 150px;
	left: 0;
	border-bottom: 1px solid #808080;
}

#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;
	}