body
	{
	margin:0px;
	padding:0px;
	background-color: #FFFFFF; 
	text-align: center;
	}
	
*{	
	font-family: Trebuchet MS;
	font-size:11px;
	line-height:16px;
	color:#666666;
}

A:link, A:active, A:visited { 
	color: #000;
	font-weight:bold;
	text-decoration: none; 

}

A:hover { 
	color: #666;
	font-weight:bold; 
	text-decoration: none; 

}

A.navTop:link, A.navTop:active, A.navTop:visited { 
	margin:0px 10px 0px 0px;
	color: #000000; 
	font-weight:bold;
	text-decoration: none;
	float:left; 

}

A.navTop:hover { 
	margin:0px 10px 0px 0px;
	color: #999999; 
	font-weight:bold;
	text-decoration: none;
	float:left; 

}

A.main:link, A.main:active, A.main:visited { 
	color: #666; 
	text-decoration: none;
	}

A.main:hover { 
	color: #FFFF66; 
	text-decoration: none;
	}

A.email:link, A.email:active, A.email:visited { 
	color:#FFFF66;
	text-decoration: none;
	}

A.email:hover { 
	color: #000000; 
	text-decoration: none;
	}

#main {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

#colour {
	background-color:#F0F0F0;
	padding:50px 0 0 0;
	float:left
	}
	
.footer {
	width:555px;
	margin:20px 0 20px 20px;
	padding:2px 0 2px 5px;
	background-color:#777777;
	color:#EEEEEE;
	float:left
	}
	

.content {
	text-align:left;
	width: 300px;
	margin:0 0 0 0;
	float:left;
	}	
	
.content2 {
	text-align:left;
	width: 560px;
	margin:20px 0 0 20px;
	float:left;
	}
	
.copy {
	text-align: left;
	padding:0 0 0 20px;
	float:left;
	}
	
.head {
	font-weight:bold;
	color:#EEEEEE;
	margin:50px 0 5px 0;
	padding:2px 0 2px 5px;
	background-color:#000000;
	}