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



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

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

#left-col {
	position: absolute;
	left: 0px;
	top:0px;  
	width:200px;
}

#middle-col {
	background-color:#FFFFFF;
	margin: 0px 200px 0px 200px;
	height:300px;
	color:#000000;


}

#right-col {
	position:absolute;
	right: 0px;
	top:0px;  
	width:200px;
}


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

