div {
	border: none;
	}

#headerleft{
	position: relative;
	width: 270px;
	background-image: url('images/w18withaview.jpg');
	top: 0;
	left: 0;
	height: 202px;	
	border-bottom: 7px solid red;
}
	
#headercenter{
	background-image: url('images/devoncaravanbg.jpg');
	position: absolute;
	left: 270px;
	right: 270px;
	height: 202px;
	top: 0;
	border-bottom: 7px solid red;
}

#headerright{
	position: absolute;
	width: 270px;
	top: 0;
	right: 0;
	background-image: url('images/sandybayexmouth.jpg');
	height: 202px;
	border-bottom: 7px solid red;
}
	
#headercenter 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;
}	

#leftcol {
	float: left;
	width: 150px;
	margin-top: 0px;
	padding: 5px;
	}
	
#rightcol {
	position: absolute;
	left: 83%;
	top: 210px;
	width: 160px;
	text-align:right;
	padding-left: 1px;
}

#leftcol p{
	font-size: 12px;
	}
#rightcol p {
	font-size: 12px;
	align: right;
	}
	
#content {
	margin: 0px 20% 0 160px;
	padding: 5px;
	color: #000;
	border-left: 0px solid red;
      }
#footer {
	text-align: center;
	background-color: #0033CC;
	border-top: 7px solid red;
	border-bottom: 7px solid red;
}
	
#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: 0px;
	background-color: #fff;
	color: #000;
	text-align: justified;
	}
	
p, a, td {
	font-family: Arial;
	font-size: 13px;
	font-align: justify;
	}
	
img {
	margin: 4px;
	}
	
address {
	font-family: verdana;
	text-align: center;
	color: red;
	font-weight: bold
	font-size: 10px;
	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;
	align: center;
	font-family: arial;
	font-size: 10px;
	padding: 1px;
	}

td {
	font-family: Arial;
	font-size: 14px;
	}

h1{
	font-family: Berlin Sans FB Demi, Verdana;
	font-size: 34px;
	font-weight: bold
	margin-top: 0px;
	text-align: center;
	color: white;

	}	
h2, h3, h4, h5, h6 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold
	margin-top: 0px;
	text-align: center;
	color: #0033cc;

	}

/* CSS Popout menuv */
/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */


#menuv		                                 /* position, size, and font of  menu */
	{	
	position:absolute;	
	top:210px;
	left:1.5em;
	z-index: 10;
	width: 8em;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 0.9em;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom:5px solid white;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	background-color: #0033CC;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: white;
	background-color: red;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 8em;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, div#menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 8em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
