html
{
	background: url(../images/background.gif) repeat-x;
	height: 992px;
}

#header
{
	width: 1024px;		
	height: 43px;
	/*background: red;	*/
}

#content
{
	width: 1024px;
	height: 915px;
	text-align: left;
	
}

#content .left
{
	width: 310px;
	height: 915px;
	float: left;
	padding-left: 35px;
}

#content .separator
{
	width: 4px;
	height: 915px;
	float: left;
	background: url(../images/separator.gif) no-repeat;	
}

#content .middle
{
	width: 309px;
	height: 915px;
	float: left;
	padding-left: 22px;
}

#content .right
{
	width: 314px;
	height: 915px;
	float: right;
	padding-left: 20px;
}

#footer
{
	/*background: url(../images/footer.gif) no-repeat top center;*/
	width: 1024px;	
	height: 30px;
	/*background: red;*/
	padding-top: 4px;
	color: #005c9b;
	font-size: 11px;
	font-family: tahoma;	
}

.clear { clear: both; }
.clearRight { clear: right; }

.spacer2 { height: 2px; font-size: 2px;}
.spacer4 { height: 4px; font-size: 4px;}
.spacer5 { height: 5px; font-size: 5px;}
.spacer6 { height: 6px; font-size: 6px;}
.spacer7 { height: 7px; }
.spacer8 { height: 8px; }
.spacer10 { height: 10px; }
.spacer12 { height: 12px; }
.spacer14 { height: 14px; }
.spacer15 { height: 15px; }
.spacer16 { height: 16px; }
.spacer20 { height: 20px; }
.spacer24 { height: 24px; }
.spacer28 { height: 28px; }
.spacer30 { height: 30px; }
.spacer32 { height: 32px; }
.spacer35 { height: 35px; }
.spacer40 { height: 40px; }
.spacer44 { height: 44px; }
.spacer50 { height: 50px; }
.spacer55 { height: 55px; }





