/* @override 
	http://ssdccblog.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: 200px;
	background: url(../images/bg-head.png) no-repeat;
	z-index: 1;
}

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

div.thebottom {
	height: 100px;
	padding-left: 20px;
	padding-right: 40px;
	background: url(../images/bg-foot.png) no-repeat;
}

div.header {
	top: 50px;
	left: 5px;
	height: 145px;
	width: 850px;
	position: absolute;
	display: block;
	z-index: 9;
}


div.leftBar {
	position: absolute;
	width: 180px;
	height: 500px;
	top: 180px;
	left: -1px;
	padding-left: 20px;
	padding-top: 50px;
}

div.rightContent {
	position: relative;
	min-height: 500px;
	height: auto;
	margin-left: 224px;
	padding-right: 26px;
	padding-left: 10px;
	display: block;
	float: none;
}

div.content {
	position: relative;
	min-height: 500px;
	height: auto;
	padding-right: 40px;
	padding-left: 40px;
	display: block;
	float: none;
}

div.subnavtop {
	height: auto;
	position: relative;
	padding-bottom: 10px;
	padding-left: 190px;
	padding-right: 30px;
	display: block;
	clear: both;
}
div.subnavbottom {
	height: auto;
	position: relative;
	padding-top: 10px;
	padding-left: 190px;
	padding-right: 30px;
	display: block;
	clear: both;
}
div.footer {
	position: relative;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	clear: both;
}
