/* @override 
	http://iwfeet.co.uk/css/layout.css
	http://iwshoes.co.uk/css/layout.css
*/

div.container {
	position: relative;
	z-index: auto;
	height: 1100px;
	width: 958px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	top: 0px;
}

div.thetop {
	height: 30px;
	background: url(../images/topfill.gif) no-repeat;
}

div.thepage {
	text-align: left;
	background: url(../images/horfill.png) repeat-y;
}

div.thebottom {
	height: 40px;
	background: url(../images/botfill.png) no-repeat;
}

div.header {
	height: 80px;
	position: relative;
	width: auto;
	display: block;
	clear: both;
	margin-left: 40px;
	margin-right: 40px;
	background-image: url(../images/header.gif);
}


div.leftBar {
	background: url(../images/SideFill.gif) no-repeat;
	position: absolute;
	width: 180px;
	height: 500px;
	top: 110px;
	left: 40px;
	padding-top: 260px;
}

div.content, div.rightContent {
	position: relative;
	min-height: 500px;
	height: auto;
	margin-left: 40px;
	padding-right: 40px;
	padding-left: 200px;
	display: block;
	float: none;
}
div.subnavtop {
	height: 50px;
	position: relative;
	padding-top: 0px;
	padding-right: 30px;
	display: block;
	float: left;
}
div.subnavbottom {
	height: 40px;
	position: relative;
	display: block;
}
div.footer {
	position: relative;
	height: auto;
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
}
