	/*----XHTML TAG SETTINGS----*/
	
	* {
		margin: 0;
		padding: 0;
		}
	
	body {
		font: 76% verdana, arial, helvetica, sans-serif;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		}
	
	img {
		border: 0;
		}
	
	h1 {
		font-size: 1.3em;
		}
		
	h2 {
		font-size: 1.2em;
		}
		
	h3 {
		font-size: 1.1em;
		}
		
	h4 {
		font-size: 1em;
		}
	
	h5 {
		font-size: 0.9em;
		}
		
	h6 {
		font-size: 0.8em;
		}
	
	p { margin: 1em; }
	li, td, dt, dd, div { margin: 0.5em; }
	
	/*----END XHTML TAG SETTINGS----*/
	
	#logo { position: absolute; top: 0; left: 0; }
	#gchs87-header { background: #630; padding: 1em 1em 1em 130px;  border-bottom: 2px solid #000; margin: 0; }
	#gchs87-header h1 { font-size: 1.2em; color: #ff3; }
	#gchs87-header h2 { font-size: 2em; color: #ff3; }	
	#gchs87-content { clear: both; padding-left: 130px; }
	#gchs87-footer { clear: both; padding-left: 130px;  }

	.center { text-align: center; margin-left: auto; margin-right: auto; }
	.important { color: #f00; font-weight: bold; }
