body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a:link, a:visited {
	color: #000;
}
a:hover, a:active {
	color: #09F;
}
#container {
	background-image: url(/images/polperro-self-catering.jpg);
	height: 700px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	line-height: 21px;
}
.header {
	padding-top: 30px;
	padding-left: 30px;
}
.header h1 {
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
}
.left {
	width: 500px;
	padding-left: 30px;
	text-indent: 40px;
	float: left;
	margin-right: 20px;
}
.right {
	width: 400px;
	padding-right: 30px;
	float: left;
}
.image-caption {
	font-size: 10px;
	color: #666;
	float: right;
	padding-right: 5px;
}
#footer {
	float: left;
	width: 100%;
	font-size: 10px;
	text-align: center;
	color: #666;
}

