body
{
	background-image: url('../img/sections/background-sections.gif');
	background-repeat: repeat-x;
	background-position: top center;
}

/*#header
{
	background-position: -270px 0;
}

#header #menu a.safety_first_rollover
{
	background-position: 0 -32px;
}*/

#content-wrapper
{
	background-image: url('../img/content-tile-white.png');
	background-repeat: repeat-y;
	background-position: top center;
	min-height:600px;
}

#content-wrapper .main_section
{
	font-family: arial, helvetica, sans-serif;
	color: #a2958a;
	font-size: 0.7em;
}

#content-wrapper #contact_container table
{
	background-image: url('../img/sections/table-tile.gif');
	width: 100%;
	border: 1px solid #999;
	margin-left: -10px;
}

#content-wrapper #contact_container tr.even
{
	background-color: #FFF;
}

#content-wrapper #contact_container td
{
	padding: 10px;
}

#content-wrapper #contact_container td.header
{
	font-size: 14px;
	font-weight: bold;
	color: #5f5b59;
	text-align: left;
}

#content-wrapper #contact_container td.tall
{
	font-size: 14px;
	color: #5f5b59;
}

#footer
{
	background-image: url('../img/footer-background.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding: 50px 0 30px 0;
}

/**
* IE HTML HACK
*/

*html #footer
{
	margin-top: -140px;
}