/*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-background
{
	background-image: url('../img/content-tile.png');
	background-repeat: no-repeat;
	background-position: top center;

	width: 960px;
	margin-left: -501px;
	position: relative;
	left: 50%;
	
	margin-top: -20px;
	padding: 9px 20px 15px;
}
#content-wrapper
{
	min-height: 380px;
	background-color: #FFF;
	border: 1px solid #aba7a0;
}

#content-wrapper .main_section
{
	/*font-family: arial, helvetica, sans-serif;
	color: #a2958a;*/
	font-size: 0.7em;
}

#content-wrapper #contact_container .section_text .contact, 
#content-wrapper #privacy_policy_container #content_container .main_section .privacy,
#content-wrapper #content_container .main_section .search
{
	padding: 0 40px;
}

#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;*/
	color: #333;
	text-align: left;
}

#content-wrapper #contact_container td.tall
{
	font-size: 14px;
	/*color: #5f5b59;*/
	color: #333;
}

#footer {}

/**
*	GOOGLE SEARCH OVERWRITE
*/

#content-wrapper a, #content-wrapper a:visited, #content-wrapper a b {
	color: #EE2E24;
	text-decoration: underline;
}

/**
* IE HTML HACK
*/

*html #footer
{
	margin-top: -140px;
}
