<!-- 
#mainContent {
	margin: 0px auto 0px 222px; 
	padding: 0px;
} 

.box {
	float:left;
	width: 317px;
	height: auto;
	background-color: #484543
}

.box .boxHeader {
	float: left
}

.box .boxContent {
	float: left;
	padding: 10px
}

.box .boxBottom {
	float: left;
	width: 100%;
	height: 17px;
	background-color: #484543
}

.box .boxBottom .bottomLeft {
	float: left
}

.box .boxBottom .bottomRight {
	float: right
}

.boxInThisSector {
	float:left; 
	width: 204px; 
	padding: 0px;
	margin: 0px;
	height: auto;
	background-color: #484543
}

.boxInThisSector .boxHeader {
	float: left
}

.boxInThisSector .boxContent {
	float: left; 
	padding: 10px;
	text-align: left
}

.boxInThisSector .boxBottom {
	float: left; 
	width: 100%; 
	height: 17px;
	padding: 0px;
	margin: 0px;
	background-color: #484543
}

.boxInThisSector .boxBottom .bottomLeft {
	float: left
}

.boxInThisSector .boxBottom .bottomRight {
	float: right
}

-->
