* { margin: 0; padding: 0;
	font-family: Verdana, sans-serif;
	color: #0f4c85; }

html, body { height: 100%; }

body { width: 791px;
	margin: 0 auto; }

#container { position: relative;
	min-height: 100%; 
	margin: 0 8px; 
	background: #f4f6f7; }
	
	* html #container { height: auto !important; height: 100%; } /* IE6 fix for 100% height */
	
	#top { position: absolute;
		top: 0; left: -8px;
		width: 791px; height: 144px;
		padding-bottom: 8px;
		background: url("../../img/simple/top.jpg") no-repeat; }
	
		img#logo { position: absolute;
			left: 20px; top: 60px; }

	#content { padding-top: 152px;
		padding-bottom: 25px; }
		
		h1 { position: relative;
			padding: 5px 35px;
			font-size: 15pt;
			background: #dedfe1; }
			
		a#websiteTop { position: absolute;
			left: 550px; top: 10px;
			font-size: 10pt; }
			
		a#websiteFooter { position: absolute;
			right: 50px; top: 2px;
			font-size: 10pt;
			color: #fff; }
			
		a.arrow { padding-right: 18px; padding-bottom: 3px; }
		a.arrow.light { background: url("../../img/simple/linkbg_light.png") no-repeat bottom right; }
		a.arrow.blue { background: url("../../img/simple/linkbg_blue.png") no-repeat bottom right; }
	
		#text { position: relative;
			padding: 15px 35px; margin: 45px 0;
			font-size: 10pt;
			background: #e9eaeb; 
			border: 1px solid #d3d4d6; }
			
			#text p { margin-bottom: 15px; }
			
		h2 { font-size: 14pt;
			margin-bottom: 15px; }
	
	#footer { position: absolute; 
		bottom: 0; left: 0;
		width: 775px; height: 21px;
		background: url("../../img/simple/footer.png") no-repeat; }
