/* css for center_DHTML.js code */
body {
	position: relative;
	z-index: 0;
}

#main {
	position:absolute;
	visibility:hidden;
	top: 0; 
	left: 0; 
	z-index: 0;
	
	/* set these according to specific layout */
	width: 550px; 
	height: auto;
}

	#main_inner { text-align: center; margin: 0 auto; }
	
		#content_wrapper img { border: 1px #FFFFCC solid; }
		
		#titles { }
			
			h2,
			h2 a,
			h2 a:link,
			h2 a:visited,
			h2 a:active,
			h2 a:hover { color: #FFCC33; font-size: 14px; font-weight: normal; padding: 3px 0 3px 0;  }
			
			p,
			p a,
			p a:link,
			p a:visited,
			p a:active,
			p a:hover { color: #FFFFCC; font-size: 12px; line-height: 1.3em; padding: 0 0 10px 0; }
			
			h4 { color: #CC3300; font-weight: bold; font-size: 18px; padding: 10px 0 17px 0; }
			
			h4 a,
			h4 a:link,
			h4 a:visited,
			h4 a:active,
			h4 a:hover { color: #CC3300; text-decoration: none; }
			
			h4 a:hover { color: #FFFF00; }
		
			select,
			option { text-align: left !important; }
			
		#footer { }
		
			#footer img { border: 0; }
			
			