/*
// Code copyright Cornish WebServices - www.cornishwebservices.co.uk
// 
// This copyright statement to reamin intact according to 
// IP agreement between THL-Cornish January 2009 
//
// Author: Cornish WebServices - http://www.cornishwebservices.co.uk
// ------------------------------------------------------------------
//		version 
// ----------------------------------------------------------------
*/

body {
	min-width: 700px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff;
}
#header, #footer {
	clear: both;
}
#header {
	height: 120px;
	width: 960px;
	padding:20px 10px 5px 10px;
}
#header h1 {
	float:left;
	width:300px;
	margin:0;
}
#header h1 img {margin:0 0 -5px 0;padding:0;}
#strap, #tel {
	position:relative;
	float:right;
	text-align:right;
	clear:right;
}
#strap {
	top:10px;
	width:170px;
}
#tel {
	top:30px;
}
#footer {
	background: #2b465c url(../images/bg-footer.gif) repeat-x;
	color:#dfe8ec;
	padding: 20px 10px 10px 10px;
}
#legal {
	text-align:center;
	padding:10px 0 0 0;
}
#contentfloatholder {
	float: left;
	width: 100%;
	background:#fff;
	height:400px;
	height:auto!important;
	min-height:400px;
}
#contentfloatholder:after {
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#centerwrap {
	float:left;
	width: 100%;
	margin: 0 -95% 20px 0;
	position:relative;
}
#center {
	width:580px;
	margin: 0 190px;
	padding: 0 10px;
}
#right {
	float:right;
	width: 170px;
	margin: 0;
	padding:0 10px;
	position:relative;
}
#left {
	float:left;
	width: 170px;
	margin: 0 0 0 -5%;
	padding:0 0 0 10px;
	position:relative;
}
#sitemap,#articles {
	height:280px;
	height:auto!important;
	min-height:280px;
}
#sitemap,.widecol {
	float:left;
	width:640px;
	margin: 0;
}
#article,.slimcol {
	float:right;
	width:300px;
	border-left: 1px solid #def8ec;
	margin: 0 5px;
	padding: 0 0 0 5px;
}

* html div#centerwrap {
	margin: 0 -100% 0 0;
}
* html div#left {
	margin: 0;
}
