html {
	background: url(images/seasand-background.jpg) repeat top left fixed;
}

*, body, h1, h2, h3, h4, h5, h6, p, td, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

p, li {
	font-size: 80%;
}

h1 {
	font-size: 160%;
	
}

h2 {
	color: #068;
	font-size: 120%;
}

h3 {
	color: #c00;
	font-size: 105%;
}

a {
	text-decoration: none;
	color: #00c;
}

a:hover {
	text-decoration: underline;
	color: #00f;
}

img.right {
	float: right;
	margin: 0 0 0.2em 0.5em;
}

div.small {
	font-size: 90%;
}

div.clear {
	clear: both;
}

div.webcam {
	float: right;
	width: 132px;
	height: 98px;
	margin-left: 4px;
	background: #444;
	text-align: center;
	padding-top: 4px;
}

p#thumbs {
	margin: 2em 0 -0.7em 0;
	text-align: left;
}

p#thumbs img {
	cursor: pointer;
	margin: 4px 3px 0 0;
}

body {
	width: 957px;
	position: absolute;
	left: 50%;
	margin: 8px 0 30px -472px;
	background: url(images/shadow.png) repeat-y top right;
	
}

div#content {
	width: 935px;
	background: #fff;
	padding: 15px 3px 0 10px;
}


div#header {
	background: url(images/polzeath_camping_header.jpg) top center no-repeat;
	height: 125px;
	margin: 0;
}



div#nav {
	margin: 0 0 1em 5px;
	font-size: 80%;
	color: #006;
}

	div#nav a {
		text-decoration: none;
		color: #006;
	}

	div#nav a:hover {
		text-decoration: underline;
		color: #00c;
	}


div.col {
	width: 400px;
	margin: 0;
	float: left;
}

	div#col1 {
		width: 475px;
		margin: 0 40px 0 5px;
	}

		div#col1 h1, div#col-small h1 {
			font-size: 145%;
			margin: 0;
			color: #fb2;
		}

			div#col1 h1 a, div#col-small h1 a {
				color: #fb2;
				text-decoration: none;
			}

			div#col1 h1 a:hover, div#col-small h1 a:hover {
				color: #fc3;
				text-decoration: underline;
			}
		

		div#col1 p {
			margin: 0 0 1.5em 0;
		}
		
		div#col1 h3, div#col-small h3 {
			font-size: 90%;
		}


	div#col2 {
		margin-right: 5px;
	}

		div#col2 h2{
			margin-top: 0.5em;
		}



	div#col-small {
		width: 268px;
		margin: 0 40px 0 5px;
	}

	div#col-big {
		width: 607px;
		margin: 0 5px 0 0;
	}
	


div#title {
	margin: 0 0 30px 0;
}

	div#title h1 {
		font-size: 255%;
		color: #03c;
		margin: 0;
	}

	div#title h2 {
		font-size: 100%;
		color: #006;
		margin: 0;
	}



div#footer {
	clear: both;
	padding: 10px 0;
	margin: 15px -3px 0 -10px;
	background: #dadada;
	border-top: 1px solid #666;
	font-size: 70%;
	color: #444;
	text-align: center;
}

	div#footer a {
		color: #444;
		text-decoration: none;
	}

	div#footer a:hover {
		color: #000;
		text-decoration: underline;
	}


