/* 
      Created by Dizi at Web Design Pond
	  
	  E-Mail: dizi@webdesignpond.co.uk
	  
	  You are free to use this template however you want
	  if you wish to say thanks the best way would be a link 
	  back to webdesignpond.co.uk :)
 */

body {
	text-align:center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: bold;
	background-color: #D9FFFF;
}

#wrapper {
	width:100%;
	margin: 0 auto;
	text-align:left;
	background-color: #00afdc;
}

#header {
	width:100%;
	height:130px;
	background-color: #00718C;
}

#left-col {
	float:left;
	width:25%;
	height: 300px;
	background-color: #009BC1;
}

#left-middle {
	float:left;
	width:25%;
}

#right-middle {
	float:left;
	width:25%;
	height: 300px;
	background-color: #009BC1;
}

#right-col {
	float:right;
	width:25%;
}

#footer {
	clear:both;
	width:100%;
	height:20px;
	text-align:center;
	background-color: #000000;
}
