@charset "UTF-8";
/* Global Elements */
html, body {
	padding: 0;
	margin: 0 auto;
	background: #e1e2e3;
	font: 12px Tahoma, Arial, Verdana, Georgia;
	color: #fff;
}

img {
	border: none;
}

/* Container Elements */
#container {
	position: relative;
	width: 855px;
	margin: 0 auto;
}

#header {
	width: 855px;
	height: 107px;	
	background: url(wsimages/header_bg.gif) no-repeat;
}

#pfs_logo { margin: 29px 0 0 132px; }

#content {
	width: 855px;
	height: 372px;
	background: url(wsimages/content_bg.jpg) no-repeat;
}

#content_left {
	float: left;
	width: 495px;
	height: 107px;	
}

#map_normal { margin: 75px 0 0 133px; display: block; }
#map_australia { margin: 75px 0 0 133px; display: none;  }
#map_new_zealand { margin: 75px 0 0 133px; display: none;  }

#content_right {
	float: left;
	width: 359px;
	height: 107px;
}

#content_right #title_area {
	width: 359px;
	height: 153px;
	padding-top: 67px;
}

* html #content_right #title_area { padding-top: 60px; }
	
#title_area img { 
	padding-bottom: 22px; 
}

#content_right #links_area {	
	width: 359px;
	height: 139px;
	padding-top: 12px;
	border-top: 1px solid #88ab3f; 
}

#content_right #links_area img {	
	display: block;
	margin-bottom: 19px;
}
#content_right #links_area a img {		
	margin-bottom: 14px;	
}

/* Footer Elements */
#footer {
	width: 855px;
	height: 78px;
	clear: both;
	bottom: 0;
	background: url(wsimages/footer_bg.jpg) no-repeat;
}

#footer_content {
	position: absolute;
	margin-left: 3px;
	bottom: 8px;	
	width: 855px;
	height: 15px;
	text-align: center;
}

#footer_content p {
	text-align: center;
	font: 11px Tahoma, Verdana, Arial, Gerogia;
	color: #999;	
}