body
{
	background: #3f3c33 url( ../_graphics/background_hTile.png ) repeat-x top;
	font: normal 62.5% "Century Gothic", Verdana, Arial, sans-serif;
	color: #666666;
	
	/* IE Fix - Center everything, specifically the design holder, then re-align the font with style.css */
	text-align: center;
}


#main-container
{
	margin: 0 auto;

	width: 800px;
	background: url( ../_graphics/bodyBackground.png ) repeat-y;
}

#title
{
	height: 151px;
	background: url( ../_graphics/title.jpg ) no-repeat;
}


#content
{
	width: 742px;
	position: relative;
	left: 30px;
	padding-top: 18px;
}


#footer
{
	color: #b3a67e;
	height: 21px;
	background: #3f3c33 url( ../_graphics/footer.jpg ) no-repeat top;
	padding-bottom: 50px;
	position: relative;
	font-size: 0.8em;
}
