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


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

#col {
	background-color:#FFFFFF;
	width:100%;
	color:#000000;
	height:300px;
}

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