body { margin:20px; background:#808080; font-family: Arial, Helvetica, sans-serif; }

	#wrapper { position:relative; margin:auto; width:760px; }

	#wrapper #header { width:760px; height:250px; }
		#wrapper #header #topImg { width:760px; height:22px; background-image:url(../images/backgrounds/topImg.gif); background-repeat:no-repeat; }
		
		#wrapper #header #top { width:760px; height:90px; }
			#wrapper #header #top #logo { float:left; width:317px; height:90px; }
			#wrapper #header #top #topLeft { float:right; width:443px; height:90px; }
			#wrapper #header #top #topLeft #barHeader { width:443px; height:29px; background:#5F81A3; text-align:right; }
			#wrapper #header #top #topLeft #imgHatch { width:443px; height:61px; background-image:url(../images/backgrounds/imgHatch.jpg); background-repeat:no-repeat; }
		
		#wrapper #header #imgHdMain  { width:760px; height:138px; background-image:url(../images/backgrounds/imgHdMain.jpg); background-repeat:no-repeat; }
			#wrapper #header #imgHdMain #address { width:142px; height:123px; margin-left:12px; padding-top:15px; text-align:center; }
			
	#wrapper #bar { width:760px; height:26px; background-image:url(../images/backgrounds/bar.gif); background-repeat:no-repeat; }

	#wrapper #main { width:760px; height:500px; background: #dcdcdc; }

		#wrapper #main #leftNav { float:left; width:154px; height:500px; background-image:url(../images/backgrounds/leftNav.gif); background-repeat:repeat-y; }
			#wrapper #main #leftNav #navBar { width:122px; margin-left:12px; padding:10px 0px 10px 20px; }
			#wrapper #main #leftNav #key { width:142px; margin-left:12px; }
			#wrapper #main #leftNav #admin { width:122px; margin-left:12px; padding:10px 0px 10px 20px; }
		
		#wrapper #main #content { float:right; width:606px; height:500px; }
			#wrapper #main #content #txtContent { float:left; width:466px; padding:20px 5px 20px 5px; }
			#wrapper #main #content #btnFeature { float:right; width:130px; padding:20px 0px 20px 0px; }
			
	#wrapper #footer { width:760px; height:73px; background-image:url(../images/backgrounds/footer.gif); background-repeat:no-repeat; text-align:right;}
