
/* CSS Document */

#wrap {
	width: 800px;
	text-align: left;
}

#headerPlacement {
	 position: absolute;
	 top: 0px;
	 width: 800px;
	 clear: both; 
	   
}

#contentPlacement {
	margin-top: 190px;
	margin-left: 8px; 
    margin-right: 7px;
}

#footerPlacement {
	margin-top: 0;
	
}

#buttons {  position: absolute; left: 80px; top: 245px; width: 800px; clear: both; z-index: 10; }

h2 { font-size: 14pt; }

