<!-- 
#mainContent {
	margin: 0px 234px 0px 222px; 
	padding: 0px;
} 

.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
}

.searchBoxHeader, .selectIndustryHeader {
	float: left;
	width: 204px;
	height: 29px
}

.searchBoxBottom {
	float: left;
	width: 204px;
	height: 39px;
	text-align: left;
	background-image: url(../img/templates/searchBoxBottom.gif)
}

.selectIndustryBottom {
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	width: 189px;
	height: 32px;
	text-align: left;
	background-image: url(../img/templates/searchBoxBottom.gif)
}

.selectIndustryFormInputDropDown {
	width: 175px;
	height: auto;
	padding: 1px;	
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #696969; 
	border: 1px solid #484543
}

.searchInputText {
	float: left;
	width: 122px;
	height: 24px;
	padding: 5px 6px 0px 14px
}

.searchButton {
	float: left;
	width: 56px;
	height: 24px;
	padding: 5px 6px 0px 0px
}

.formSearchButton {
	width: 56px;
	height: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px
}

.formInputText {
	width: 114px;
	height: 15px;
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #484543
}

.individuals {
	float: left;
	margin: 0px;
	padding: 0px 15px 15px 0px;
	width: 350px;
	height: 180px
}

.individual {
	float: left;
	width: 79px;
	height: 180px;
	padding: 0px 20px 15px 0px;
}

.individualInfo {
	float: left;
	width: 251px;
	height: 180px;
	padding: 0px 0px 15px 0px;
}


.subscribeHeader_subpage{
	float: left;
	width: 204px;
	height: 29px
}

.subscribeBoxBottom_subpage{
	float: left;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	width: 189px;
	height: 32px;
	text-align: left;
	background-image: url(../img/templates/subscribeBottom_subpage.gif)
}

.subscribeFormInputText_subpage {
	width: 135px;
	height: 15px;
	padding: 3px;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #484543;
	float:left;
}

.subscribeButton_subpage {
	float: left;
	width: 30px;
	height: 29px;
	padding: 0px;
	margin:0px 0px 3px 8px;
	border:0px;
}

--> 