html
{
	background: url(../grfx/backgrounds/bg_body.gif) top repeat-x;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	color: #6a6a6a;
	margin: 0;
	padding: 0;
	background: url(../grfx/backgrounds/bg_html.jpg) bottom repeat-x;
}

	#wrapper
	{
		width: 962px;
		background: url(../grfx/backgrounds/bg_wrapper.png) center repeat-y;
		margin: 0 auto;
	}
	
	
		#header
		{
			width: 962px;
			height: 94px;
			margin: 0 auto;
			clear: both;
			background: url(../grfx/backgrounds/bg_header.gif) no-repeat;
		}
		
			#header img
			{
				float: left;
			}			
			
			.phone_number
			{
				font-size: 1.69em;
				font-weight: normal;
				color: #FFFFFF;
				padding-top: 63px; 
				float: right;
			}
		
		#navigation
		{
			width: 962px;
			height: 54px;
			background: url(../grfx/navigation/navigation.gif) no-repeat;
			margin: 0 auto;
		}
		
		#flash
		{
			width: 962px;
			background: url(../grfx/backgrounds/bg_flash.png) no-repeat;
			margin: 0 auto;
			text-align: center;
		}
		
		#content_int
		{
			width: 840px;
			min-height: 550px;
			margin: 0 auto;
			padding: 22px 12px 22px 82px;
			background: #FFFFFF;
		}
			
		#footer_int
		{
			width: 940px;
			height: 100px;
			padding-top: 14px;
			margin: 0 auto;
			background: url(../grfx/backgrounds/bg_footer.gif) repeat-x;
			color: #FFFFFF;
		}
		
		#footer_int_section1
		{
			width: 524px;
			height: 62px;
			padding: 0px 34px 0px 52px;
			float: left;
			font-size: 1.08em;
			line-height: 1.47em;
			background: url(../grfx/backgrounds/footer_div.gif) center right no-repeat;
		}		
		
		#footer_int_section2
		{
			width: 150px;
			height: 62px;
			padding-left: 38px;
			float: left;
			font-size: 1.15em;
		}
		
			#footer_int_section2 a
			{
				font-size: 0.63em;
				font-weight: bold;
				color: #FFFFFF;
			}
			
			#footer_int_section2 a:hover
			{
				text-decoration: none;
			}
			
		#footer_links
		{
			width: 800px;
			height: 28px;
			line-height: 28px;
			clear: both;
			margin: 0 auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			text-align: center;
		}
		
			#footer_links a
			{
				color: #515151;
				text-decoration: none;
				padding: 0px 4px 0 4px;
				border-left: 1px solid #515151;
			}
			
			#footer_links a:hover
			{
				text-decoration: underline;
			}
			
			.perthweb {
				vertical-align: middle;
				margin-top: -6px;
				padding-left: 3px;
			}
		
			
				


