/* 
      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 {
	background-color: #D9FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	margin:0;
	padding:0;
	font-weight: bold;
}

#wrapper {
	width:100%;
	background-color: #00afdc;
}

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


#left-col {
	float:left;
	width:20%;
}

#middle-col {
	float:left;
	width:60%;
	height:300px;
	background-color:#FFFFFF;
}

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

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



