/* @override http://keatscottage.co.uk/css/layout.css */

div.container {
	position: relative;
	z-index: auto;
	height: 1100px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: medium none #FF0000;
	top: 0px;
}
div.thepage {
	text-align: left;
}
div.header {
  background-image : url(/images/header.gif);
	height: 100px;
	position: relative;
	width: auto;
}
div.leftBar {
	background-color: white;
	position: relative;
	width: 200px;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right: 1px solid #DDDDDD;
	float: left;
}
div.precontent {
	position: relative;
	width: 100%;
	height: 10px;
	background-color: #FF9966;
	clear: both:
}
div.rightContent {
	position: relative;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 223px;
}
div.content {
	position: relative;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.subnavtop {
	height: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	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 {
	clear: both;
	background-color: #DDDDDD;
	position: relative;
	height: auto;
	margin-top: 10px;
	padding-bottom: 10px;
	width: 960px;
}
