*
{
	margin: 0;
	padding: 0;
	text-align: left;
}

body
{
	background: #ebe8cc url( ../_graphics/body-background.png ) repeat-x top;
	font: normal 62.5% "Trebuchet MS", Arial, sans-serif;
	color: #7b7a75;
	text-align: center;
}


#main-container
{
	width: 819px;
	margin: 22px auto 0 auto;
	background: url( ../_graphics/main-background.png );
}


#main-container #header{ height: 308px; }
#header #part1{ height: 112px; background: url( ../_graphics/header-1.jpg ); }
#header #part2{ height: 85px; background: url( ../_graphics/header-2.jpg ); }
#header #part3{ height: 111px; background: url( ../_graphics/header-3.jpg ); }


.twoColumns
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	
	position: relative;
	
	/* IE 7 Fix */
	padding-bottom: 20px;
}

* html .twoColumns{ height: 0; }


.columnOne{ width: 134px; float: left; position: relative; margin-bottom: 81px; }


.columnTwo
{
	width: 590px;
	float: left;
	position: relative;
	left: 32px;
}


.clearHelper{ clear: both; line-height: 0; }


#main-container #footer
{
	clear: both;
	height: 31px;
	font-size: 1.1em;
	text-align: center;
	background: url( ../_graphics/main-footer.jpg );
}