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

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

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

#left-col {
	float:left;
	width:200px;
}

#right-col {
	background-color:#FFFFFF;
	float:right;
	width:750px;
	padding:5px;
	color:#000000;
	height:300px;
}

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