#contentArea #mainContent #homeCentre{
	width: 346px;
	float: left;
	margin: -10px 0px 1px 0px;
	color: white;
	margin-top: 10px;
}

#contentArea #mainContent #homeCentre .homeBoxC{
background-color: #343434;
width: 336px;
min-height: 223px;
margin-bottom: 1px;
padding: 10px;
} 


#contentArea #mainContent #mainMid {
	float: left;
	margin: 0px 0px 1px 2px;
	width: 500px;
}

#contentArea #mainContent #homeRight{
	color: white;
	float: left;
	width: 170px;
	margin-top: 10px;
 margin-left: 10px;
}

#contentArea #mainContent #homeRight .homeBoxR{
background-color: black;
width: 159px;
min-height: 227px;
margin-bottom: 1px;
padding: 16px 10px 0px 10px
} 

#contentArea #mainContent #homeRight #homeRightBottom{
	margin: 20px 0px 0px 0px;
}

#homeRight ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#homeRight ul li{
	background-color: #333333;
	margin-bottom: 2px;
	padding: 5px;
}



