body {
	background-image: url(/media/images/img_mainBG.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: #B28E5A;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFF66;
	font-size: 13px;
	scrollbar-arrow-color: #2E301A;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #2E301A;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #2E301A;
	scrollbar-darkshadow-color: #2E301A;
	scrollbar-shadow-color: #000000;
}
#leftCol {
	height: 300px;
	width: 170px;
	top: 150px;
	position: absolute;
	left: 145px;
}
#rightCol {
	position: absolute;
	height: 290px;
	width: 345px;
	top: 150px;
	left: 325px;
	overflow: auto;
}
#header {
	position: absolute;
	width: 525px;
	left: 145px;
	top: 110px;
	font-size: 11px;
}
.whiteText {
	font-size: 11px;
	color: #FFFFFF;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CFB443;
	text-decoration: none;
}



#wrapper {
	margin-top: -236px;
	margin-left: -403px;
	position: absolute;
	height: 472px;
	width: 806px;
	left: 50%;
	top: 50%;
}
hr {
	color: #FFFF66;
}
h1 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
#wrapperII {

	margin-top: -236px;
	margin-left: -403px;
	position: absolute;
	height: 472px;
	width: 806px;
	left: 50%;
	top: 50%;
	background-image: url(../images/img_lowbwBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
