body, html {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 90%;
	font-family: Verdana,Arial,Sans-serif;
	color: #333333;
}
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */
#centering {
	margin: 10px auto;
	padding: 0;
	width: 770px;
	min-height:100%;
    height:auto;
}
#header {
	width: 100%;
}
#menu {
	width: 100%
	background-color: #C4E86B;
	height: 36px;
}
#container {
	width: 100%;
	float: right;
	margin-left: -210px;
	min-height: 100%;
	height: auto;
	background-color: #F8FF99;
}
#content {
	margin-left: 210px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#sidebar {
	width: 200px;
	float: left;
	min-height: 100%;
	height: auto;
	display: inline;
}
#footer {
	clear: both; 
	text-align: center;
	position: relative;
	margin-top: 0px;
	background-color: #2574B1;
	color: #F8FF99;
}
#footer p {
	font-size: 0.8em;
}
#footer a {
	color: #F8FF99;
}
#header a {
	border: none;
	text-decoration: none;
}
#header a img {
	border: none;
	text-decoration: none;
}
#content a:active, a:hover, a:visited {
	color: #CC0033;
}
#content a {
	color: #CC0033;
}
#content img.floatright {
	float: right;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;	
}
#content img.floatleft {
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
p {
	font-size: 1em;
	padding: 2px 20px 0px 20px;
	margin-right: 20px;
	line-height: 1.4em;
}
h1 {
	font-size: 2.0em;
	margin: 15px 10px 10px 10px;
	padding: 4px 0px 4px 4px;
	color: #294B5F;
	border-bottom: 1px solid #E7AB0B;
	border-left: 15px solid #E7AB0B;
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	margin: 15px 10px 10px 10px;
	padding: 4px 0px 4px 4px;
	color: #294B5F;
	border-bottom: 1px solid #E7AB0B;
	border-left: 5px solid #E7AB0B;
	display: block;
	text-align: left;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
	padding: 2px 20px 10px 20px;
}
span.right {
    float: right;
    text-align: left;
    width: 300px;
}
span.left {
    float: left;
    width: 200px;
}