﻿html { overflow: -moz-scrollbars-vertical; }
html { -ms-overflow-x: hidden; }
html { overflow-y:scroll; }
body 
{
	/*background-color: #E6E6E6;*/
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	color:#666;
}
h1
{
	font-size:140%;
	font-family:Sans-Serif;
	color:#BED62F;
	margin:0;
	padding:10px 0px 0px 0px;
}
h2
{
	font-size:120%;
	font-family:Sans-Serif;
	margin:0;
	padding:10px 0px 0px 0px;
}
p
{
	margin:0;
	padding:4px;
}
#container
{
	width:900px;
	background-color:#fff;
	margin:0 auto;
	text-align:left
}

#header
{
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	height:80px;
	margin:10px;
	padding:0px;
}

#footer
{
	font-size:11px;
	color:#999;
	width:900px;
	background-color:#fff;
	margin:0 auto;
	text-align:right;
	border-top:solid 1px #C6B8B4;
	clear:both;
}
#footer p
{
	padding:3px 6px;
}

#menu
{
	height:20px;
	padding:0;
margin:0;
white-space:nowrap;
list-style-type:none;
float:right;
font-size:12px;
font-weight:bold;
padding-top:2px;
}

#menu ul{padding:0; margin:2px;}
#menu li {display:inline;}
#menu li a
{
padding:2px 10px;
background:#DBEBF5;
color:#333;
text-decoration:none;
border-top:solid 1px #C6B8B4;

}
#menu li a:hover
{
background:#C6B8B4;
color:#fff;
}

#break
{
	height:5px;
	margin-left:10px;
	margin-right:10px;
	width:880px;
	background-color:#C6B8B4;
}
#leftimg
{
	margin-top:12px;
	margin-left:10px;
	border: solid 5px #C6B8B4;
	height:150px;
	width:450px;
	float:left;
	background-image:url(../images/southdevon.jpg);
	background-repeat:no-repeat;
}
#centerimg
{
	margin-top:12px;
	border-top: solid 5px #C6B8B4;
	border-bottom: solid 5px #C6B8B4;
	border-right: solid 5px #C6B8B4;
	height:150px;
	width:140px;
	float:left;
	background-image:url(../images/beachchill.jpg);
	background-repeat:no-repeat;
}
#rightimg
{
	margin-top:12px;
	margin-left:0px;
	border-top: solid 5px #C6B8B4;
	border-bottom: solid 5px #C6B8B4;
	border-right: solid 5px #C6B8B4;
	height:150px;
	width:270px;
	float:left;
	background-image:url(../images/surfingchild.jpg);
	background-repeat:no-repeat;
}
#content
{
	padding:10px;
	display: inline-block; /*sets hasLayout - required for IE*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/ 
	width: 880px;

}
#content {display: block; /* resets to proper property value without resetting layout*/}

