.thrColAbsHdr #mainContent {
	margin: 0 280px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 60px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#CCCCCC;
	vertical-align: top;
}

.siteindex {
	margin: 0 280px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 16px 2px;
	font-weight: lighter;
	color: #CCCCCC;
	text-decoration: none;
	line-height: normal;
	font-size: 10px;
	text-align:right
}

