/* @override http://seaview-services.co.uk/css/layout.css */

div.container {
	position: relative;
	z-index: auto;
	height: 1100px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	background-repeat: no-repeat;
	border: medium none #FF0000;
	top: 0px;
}
div.thepage {
	text-align: left;
}
div.header {
    background-image : url(/images/header.gif);
	height: 80px;
	position: relative;
	width: auto;
}
div.content {
	position: relative;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
}
div.subnavtop {
	height: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
}
div.subnavbottom {
	height: auto;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: both;
}
div.footer {
	background-color: #FFFFCC;
	position: relative;
	height: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 760px;
}

