
html, body { height:100%; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%;
	color: #333300;
	background-color: #fedb6f;
}
#totalcontainer {
	width: 982px;
	margin: 0 auto;
	min-height:100%;	
	border-top: 1px solid #333300;	
	border-right: 1px solid #333300;	
	border-left: 1px solid #333300;			
	margin-bottom:-28px;
	background-color:#FFFFFF;
}
#banner {
	width: 980px;
}
#maincontent {
	width:980px;
	margin: 10px;
	height: 86%;
	clear:both;

}
h2 {
	font-size: 1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p { font-size:1.05em; line-height:1.5em; }
#clearfooter {
	clear:both;
	height: 28px;
}
#footer {
	width:100%;
	height:28px;
	margin: -4px auto 0 auto;
	position:relative;
}
#footer {
	width:982px;
	clear:both;
	background-color:#333300;
	color:#fff;
	font-size:1em;
	text-align:center;	
	height:28px;
	line-height:28px;
	margin: 0 auto;
}
#footer a { color:#fff; }

