body { background-color: #60a3c0; background: url(../images/background.jpg); background-repeat: repeat; margin: 0; padding: 0; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, p { margin: 0; padding: 0; }

p { margin: 0 0 1em 0; line-height: 1.4em; }

#wrapper { background-color: #595a5c; width: 824px; padding: 18px 16px 33px 16px; margin: 48px auto 0 auto; 
-moz-box-shadow: 5px 5px 5px #527d94; -webkit-box-shadow: 5px 5px 5px #527d94; box-shadow: 5px 5px 5px #527d94;
}

	#header { background: #595a5c url('../images/logo.jpg') no-repeat top left; min-height: 156px; color: #fff; padding: 0 30px 0 0; }
		#header h1,
		#header h2 { display: none; }
		
		#header .contact_info { float: right; font-size: 8pt; font-weight: bold; text-align: right; margin: 15px 0 0 0; }
			#header .contact_info a { color: #fff; }
				#header .contact_info a:link { color: #fff; }
				#header .contact_info a:visited { color: #fff; }
				#header .contact_info a:hover { color: #79b1d6; }
				
	
	#content { background-color: #fff; color: #4d4e50; padding: 30px; }
		#content .main { float: left; width: 447px; }
			#content .main h2 { color: #457a9c; margin: 1em 0 0 0; line-height: 1.5em; font-weight: normal; }
				#content .main h2.first { margin: 0; line-height: 1.3em}
			#content .main ul { padding-left: 1em; margin: 0; }
				#content .main ul li { line-height: 1.3em; margin: 0 0 1em 0; }
			
		#content .aside { float: right; margin: -65px 0 0 0; }
			#content .aside .green_cert { display: block; margin: 10px auto; }
		
		#content .callout { background: #7ab1d7 url('../images/vacuum.jpg') no-repeat 16px 12px; margin: 25px 0 0 0; padding: 15px 20px 10px 66px; min-height: 90px; color: #fff; }
			#content .callout h3 { font-size: 18pt; margin: 0; padding: 0; }
			#content .callout h4 { font-size: 16pt; line-height: 1.5em; }
			#content .callout a { color: #fff; }
			
		
			
#footer { width: 824px; color: #fff; margin: 12px auto 48px auto; text-align: right; font-size: 8pt; }
	#footer a { color: #fff; }
		#footer a:link { text-decoration: none; }
		#footer a:visited { text-decoration: none; }
		#footer a:hover { text-decoration: underline; }
		

.clear { clear: both; }
