@charset "utf-8";
/* CSS Document */
/*  css for the whole website is covered by /general.css - this css, home.css, coverers differences for the home page only */

.mainright{
	/* margin-top:23px; */
	height:100%;
	width:210px;
	margin-right:0px;
	padding:0px;
	border:0px;
	float:right;
	margin-left:5px;
}
.maincentre{
	font-size:18px;
	padding:10px;
	height:100%;
	overflow:hidden;
}	
.footer{
	clear:both;
	height:25px;
	width:100%;
	background-color:#CC00FF;
}
.advertbox{
	width:190px;
	height:100px;
	float:left;
	
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	
	padding:3px;
	background-color:#ffffff;
	overflow:hidden;
	margin-top:5px;
}



