html
{
	background: #b4dff0 url(../grfx/backgrounds/bg_html_home.jpg) bottom repeat-x;
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	color: #6a6a6a;
	margin: 0;
	padding: 0;
	background: url(../grfx/backgrounds/bg_body_home.gif) top 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;
		}
		
		#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
		{
			width: 818px;
			margin: 0 auto;
			margin: 22px 72px 60px 72px;
			background: #FFFFFF;
		}
				
		#footer
		{
			width: 940px;
			height: 136px;
			padding-top: 14px;
			margin: 0 auto;
			background: url(../grfx/backgrounds/bg_footer.gif) repeat-x;
			color: #FFFFFF;
		}
		
		#footer_section1
		{
			width: 210px;
			height: 82px;
			padding: 30px 34px 0px 43px;
			float: left;
			font-size: 1.08em;
			line-height: 1.47em;
			background: url(../grfx/backgrounds/footer_div.gif) center right no-repeat;
		}
			
		#footer_section2
		{
			width: 292px;
			height: 91px;
			padding: 21px 28px 0px 32px;
			float: left;
			font-size: 1.08em;
			line-height: 1.47em;
			background: url(../grfx/backgrounds/footer_div.gif) center right no-repeat;
		}		
		
		#footer_section3
		{
			width: 150px;
			height: 72px;
			padding: 40px 0px 0px 141px;
			float: left;
			font-size: 1.15em;
			background: url(../grfx/backgrounds/footer_sun.gif) top left no-repeat;
		}
		
			#footer_section3 a
			{
				font-size: 0.63em;
				font-weight: bold;
				color: #FFFFFF;
			}
			
			#footer_section3 a:hover
			{
				text-decoration: none;
			}
						
		#footer_links
		{
			width: 800px;
			height: 20px;
			line-height: 20px;
			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;
			}
		
			
				

