/* =================================================
	Site specific definitions
   ================================================= */
#workingareawrapper
{
	background: #dbdbdb;
	width: 1024px;
	min-height: 600px;
	height: auto ! important;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-size: 0.8em;
	border-bottom: solid 1px gray;
}
div#homeworkingarealeft
{
	float: left;
	text-align: left;
	width: 32%;
	padding: 5px 5px;
	color: #2a424e;
}

div#homeworkingareacenter
{
	float: left;
	text-align: left;
	width: 33%;
	min-height: 500px;
	height: ! auto;
	padding: 5px 5px;
	color: #2a424e;
}

div#homeworkingarearight
{
	float: right;
	text-align: left;
	width: 32%;
	padding: 5px 5px;
	color: #2a424e;
}
