body {
	text-align:center;
	background: #006D2C url(htmlback.jpg) repeat-x;
	behavior: url(csshover2.htc);/*WinIE behavior call */
	}
div#container {
	margin: 0 auto;
	text-align:left;
	background-color:#FFF;
	width:800px;
	overflow:auto;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
	}
div#header {
	float:left;
	margin-top:9px;
	width:780px;
	height:70px;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-top: 5px;
}
div#betaholder {
	position:absolute;
	top:-5px;
	left:70%;
	z-index:3;
}
div#leftpane {
	float:left;
	height:172px;
	width:100px;
	padding:8px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A0000;
	z-index:0;
}
div#leftpane a {
	font-size: 10px;
	font-family: Tahoma;
	text-decoration:none;
	color: #006D2C;
}
/*div#leftpane a:hover {
	text-decoration:underline;
}*/
div#content {
	float:left;
	width:568px;
	padding-left:10px;
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
div#content h1 {
	font-family: Helvetica, Arial;
}
div#footer {
	float:left;
	width:100%;
	text-align:center;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times, serif;
}