html, body {
	height: 100%;
	}

body, div, p {
	margin:0;
	padding:0;
}
body {
	text-align: center;
	color: #000000;
	background-color: #C7D62B;
	width:100%;
	position:absolute;
	background-image:url(gfx/scfirebg3.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
#container {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	min-height:100%;
	position:absolute;
	left:50%;
	margin-left:-395px;
}
#header {
	position:absolute;
	width:790px;
	height:185px;
}
#innercontainer {
	width:790px;
}
#sidebar1 {
	float: left;
	width: 170px;
	margin-top:180px;
	margin-left:6px;
}
#sidebar1 p {
	padding-top: 16px;
}
#sidebar2 {
	float: right;
	width: 184px;
	margin-right:6px;
	padding-top:113px;
}
#sidebar2 h2, p {
	padding-right:15px;
}
#sidebar2 p {
	font-size:11px;
}
img {
	border:none;
}
#mainContent {
	margin-left: 185px;
	margin-right: 210px;
	padding: 0 10px;
	padding-bottom:50px;
	height:100%;
	min-height:100%;
}
#mainContent p, li {
	font-size:11px;
}
#footer {
	padding-bottom: 20px;
	position: absolute;
	bottom: 0px;
	clear:both;
	width:789px;
	height:40px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:9px;
	text-align:center;
}
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 30px;
	color: #C4151D;
	padding-bottom:0px;
	margin-bottom:0px;
}
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #C4151D;
	padding-bottom:0px;
	margin-bottom:0px;
}
.floatleft {float:left; margin-right:10px}
.floatright {float:right}
