#main #mainContent {
	width:986px;
	margin:0 0 0 0;
	}

/* Styles for Project/Company/Contact List */

.contactList table,
.companyList table,
.projectList table {
	width:986px;
	background:url(../images/content_box_986_bottom.gif) 0 0 no-repeat;
	}

.contactList table thead tr,
.companyList table thead tr,
.projectList table thead tr {
	background:url(../images/content_box_986_top.gif) 0 0 no-repeat;
	}
	
/* Styles for Custom Stats */

#main #mainContent #customStatsContainer {
	width:1002px;
	}

#main #mainContent #customStats .infoBox {
	margin:0 16px 16px 0 !important;
	float:left;
	display:inline;
	}

#main #mainContent #customStats .infoBox {
	width:318px;
	overflow:hidden;
	}

#main #mainContent #customStats .infoBox .infoBoxBody p {
	color:#333;
	}

#main #mainContent #customChart .infoBox {
	width:652px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:0 16px 16px 0 !important;
	}

#main #mainContent #customChart .infoBox h2 {
	width:652px;
	background:url(../images/content_box_652_top.gif) 0 0 no-repeat;
	}

#main #mainContent #customChart .infoBox .infoTableBody,
#main #mainContent #customChart .infoBox .infoBoxBody {
	width:628px;
	background:url(../images/content_box_652_bottom.gif) left bottom no-repeat;
	}

#main #mainContent #customChart .infoBox .infoBoxBody p {
	color:#333;
	}


