/***** page layout *****/
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 76%;
	background: #ead9ab url(/images/beach-hut-header.gif) repeat-x;
}
h1 {
	text-align: center;
	margin: 10px auto 45px;
	height: 95px;
	background: transparent url(/images/header-beach-hut-of-the-year.gif) no-repeat top center;
	text-indent: -5000px;
	width: 900px;
	/* replace heading text with image - styles below are for if text is shown */
	color: #FFF;
	font-family: Tahoma, sans-serif;/*Georgia, Garamond, serif;*/
	text-transform: uppercase;
	font-size: 3em;
	letter-spacing: -0.04em;
}
#container {
	/*min-height: 100%;*/
	width: 100%;
	margin: 0 auto;
	background-color: #ead9ab;
	background: url(/images/bg-sand.gif);
	text-align: center;
}
* html #container {
	height: 100%;
}



/***** general styles *****/

p {
	font-size: 1em;
	line-height: 1.2em;
	margin-top: .5em;
}

h2,h3,h4,h5,h6 {
	margin: .5em 0;
	font-family: Tahoma, sans-serif;/*Georgia, Garamond, serif;*/
	font-size: 1.8em; /*1.5em;*/
	color: #333333;
}
h2 {
	padding: 10px;
}

a {
	color: #066bc6;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a img {
	border: 0;
}
ul.links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.links li {
	background: url(/images/icon-sun.gif) no-repeat top left;
	padding: 0 0 4px 25px;
	margin: 2px 0;
}
.right {
	float: right;
	padding-left: 10px;
}
.left {
	float: left;
	padding-right: 10px;
}
.indent {
	padding-left: 20px;
}





/***** content layout *****/

#main {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

/* navigation bar */

#navigation {
	width: 900px;
	padding: 0;
	margin: 0;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style-type: none;
	float: left;
}
#navigation a {
	display: block;
	width: 150px;
	height: 24px;
	padding: 8px 0 0 0;
	
	color: #066bc6;
	background: url(/images/tab4-off.gif) no-repeat left top;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#navigation a.on {
	background: url(/images/tab4.gif) no-repeat left top;
}
#IEroot #navigation a {
	height: 24px;
}
#navigation a:hover, #navigation a:active {
	color: #aecfed;
	outline: none;
}
/* main content area */
#content, #content-home {
	clear: both;
	background-color: #FFF;
	padding-top: 5px;
	margin-top: 0;
	border: 1px solid #FFF;
}
#content-main {
	padding: 0 10px 10px 10px;
	margin-bottom: 1px;
}
#content-home #content-main {
	width: 610px;
	float: left;
	border-right: 1px solid #ead9ab;
}
#content-home #content-right {
	/*float: right;*/
	width: 247px;
	padding: 0 10px 10px 10px;
	margin-bottom: 1px;
	float: right;
}
/* footer */
#footer {
	clear: both;
	text-align: right;
	color: #666;
	font-size: .8em;
	padding: 30px 5px 5px;
}
p.copyright {
	margin: 0;
}
#bottom-image {
	clear: both; 
	height: 20px;
}
hr {
	color: #EAD9AB;
	background-color: #EAD9AB;
	height: 1px;
	border: 0;
}
