/* CSS Document */
body
{
	background: url(../grfx/backgrounds/bg_body.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #373737;
	margin: 0;
	padding: 0;
}

#wrapper
{
	width: 948px;
	border: 1px solid #ff0000;
	margin: 0 auto;
}

#wrapper_header
{
	width: 948px;
	height: 99px;
	background: url(../grfx/backgrounds/bg_header.gif) repeat-x;
	margin: 0 auto;
}

		#wrapper_header img
		{
			float: left;
		}

		#contact_details
		{
			float: right;
			color: #2f2529;
			padding-top: 2.45em;
			padding-right: 2.27em;
			font-size: 1.27em;
		}
		
		#contact_details .white
		{
			color: #FFFFFF;
			font-size: 0.86em;
		}
		
		#contact_details a
		{
			color: #FFFFFF;
			text-decoration: none;
		}

#wrapper_flash
{
	width: 948px;
	height: 189px;
	margin: 0 auto;
}

#wrapper_content
{
	width: 802px;
	background: #FFFFFF url(../grfx/backgrounds/bg_content.gif) no-repeat;
	margin: 0 auto;
	padding: 5.45em 6.55em 2.45em 6.55em;
	overflow: auto;
}

		#wrapper_content_text
		{
			margin: 0 auto;
			width: 506px;
			float: left;
		}
		
		#wrapper_content_right
		{
			width: 238px;
			float: right;	
		}

#footer
{
	width: 948px;
	height: 42px;
	color: #FFFFFF;
	font-size: 0.91em;
	padding-top: 1.91em;
	margin: 0 auto;
	text-align: center;
	background: url(../grfx/backgrounds/bg_footer.gif) repeat-x;
}

	#footer a
	{
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 1.10em;
		padding-right: 1.10em;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
	}
	
	#footer .sml
	{
		color: #000000;
	}
	
	#footer .sml a
	{
		color: #000000;
		padding: 0;
	}
	



