body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/riv_BG.jpg);
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 1200px;
	height: 1040px;
}

#sideLeft {
	margin: 0px;
	padding: 0px;
	height: 1040px;
	width: 200px;
	float: left;
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #CCC;
	text-align: center;
}
#header {
	padding: 0px;
	height: 100px;
	width: 800px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: none;
	background-image: url(images/header_bg9.png);
	color: #999;
	text-align: left;
	font-size: 0.8em;
}
#midBanner {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 800px;
	clear: none;
	float: left;
}

#sideRight {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 1040px;
	width: 200px;
}
#sideLeft_top {
	height: 423px;
	width: 200px;
}
#sideLeft_bottom {
	height: 620px;
	width: 200px;
	text-align: center;
	text-decoration: underline;
	font-size: 0.9em;
	color: #CCC;
}
.sideLeft_bottom a img{
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
}



#content {
	height: 600px;
	width: 800px;
	clear: none;
	float: left;
	margin-top: 7px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
}
