body {
	/*
		please note, when using php accessability class, body font size is declared within _setup.php
		at:
		$_accessability -> _default_font_size = 0.8;
	*/
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}


#container {
	
}
#container_header {
	height: 8px;
}
#container_footer {
	height: 9px;
}
#container_content {
	margin: 5px 10px;
}

#header_section {
	font-size: 95%;
}
