@charset "UTF-8";

#header
{
	width: 970px;
	height: 170px;
	margin-bottom: 30px;
	position: relative;
}
#headerHome
{
	width: 970px;
	height: 85px;
	position: relative;
}
#toolsNav
{
	width: 200px;
	position: absolute;
	top: 50px;
	right: 20px;
}
#leftColumn
{
	width: 180px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	padding-top: 20px;
	float: left;
	background: url(../images/leftcol-bg.gif) no-repeat 0 0;
}
#leftColumn.noNav
{
	background: none;
}
#pageLabelContainer
{
	width: 700px;
	float: left;
	margin: 0 0 20px 50px;
	display: inline;
}
#centerColumn
{
	width: 500px;
	float: left;
	margin-left: 50px;
	display: inline;
}
#rightColumn
{
	width: 190px;
	float: left;
	margin-left: 35px;
	display: inline;
}
#fullWidthColumn
{
	width: 725px;
	float: left;
	margin-left: 50px;
	display: inline;
}
.listByColumn
{
	width: 265px;
	float: left;
}
#peopleLeftColumn
{
	width: 250px;
	float: left;
}
#peopleRightColumn
{
	width: 440px;
	float: left;
	display: inline;
	margin-left: 30px;
}
#footer
{
	width: 970px;
	margin-bottom: 50px;
	padding-top: 35px;
	background: url(../images/footer-bg.gif) no-repeat 0 0;
}


