html, body, #body {height: 100%; }
body > #body {height: auto; min-height: 100%;}
/* Body */  

body  {
	background: #fff;
	font: Georgia,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#maintext {
	font-size:14px;
	text-align:justify;
	color:#000;
	padding:20px;
	margin:0;
}
h1 {
	font-size:18px;
	text-align:left;
	color:#000;
	padding-left:20px;
	font-weight:bold;
	margin:5px;
	text-transform:uppercase;
}
h2 {
	font-size:16px;
	text-align:left;
	color:#000;
	padding-left:20px;
	font-weight:bold;
	margin:5px;
	text-transform:uppercase;
}
h3 {
	font-size:14px;
	text-align:left;
	color:#000;
	padding-left:20px;
	font-weight:bold;
	margin:5px;
	text-transform:uppercase;
}
