@import url("text.css");
@import url(http://www.fatbeehive.com/beekeeper2/reset.css);

/* -------------------------------------------------------------
Wealden and Cornerstone centre MAIN STYLES
-------------------------------------------------------------- */

/*GLOBAL----------------------------------------- */
html, body{
	background:#e0eef7;
	margin:0;
	padding:0;
}
body img{ 
	border:0;
}
body h1{ 
	margin:0 0 10px 0;
	padding:0;
}
body h2{ 
	margin:0; 
	padding:10px 0 5px 0; 
}
body h3{ 
	margin:0; 
	padding:0;
}
.clear{
	clear:both;
}

/*CONSTRUCT----------------------------------------- */
#wrapper{
	margin:0 auto;
	margin-top:10px;
	width:960px;
}
/*HEADER----------------------------------------- */
h1#header{
	background:url('../images/heading.jpg') no-repeat;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:111px;
	width:960px;
}

/*CONTENT----------------------------------------- */
.boxbody{
	background:url('../images/bottom.jpg') bottom no-repeat;
	height:314px;
	margin-bottom:20px;
	width:437px;
}
.boxbody img{
	float:right;
	margin:10px 55px 0 0;
}
.address{
	float:left;
	margin:10px 0 0 40px;
	width:174px;
}
#seperator{
	background:url('../images/seperator.jpg') no-repeat;
	float:left;
	height:452px;
	margin-left:27px;
	width:26px;
}

/*left column------------------------- */
#leftcol{
	float:left;
	width:437px;
}
#wealdenheader{
	background:url('../images/wealdencentre.jpg') no-repeat;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:128px;
	width:437px;
}

/*right column------------------------- */
#cornerstoneheader{
	background:url('../images/cornerstone.jpg') no-repeat;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:128px;
	width:437px;
}
#rightcol{
	float:right;
	width:437px;
}
#rightcol li{
	padding-bottom:15px;
}

h2#partnershead{
	float:left;
	font-size:2em;
}
#partners{
	background:url('../images/partnersbg.jpg') no-repeat;
	float:left;
	height:122px;
	padding:22px 0 0 60px;
	width:960px;
}
#partners a{
	margin-right:50px;
}
/*mid content------------------------- */
#midcontent{
	float:left;
	width:100%;
}
#partnertext{
	background:url('../images/partnerinfo.jpg') no-repeat;
	display:block;
	height:0;
	overflow:hidden;
	padding-top:27px;
	width:960px;
}



