body {
	font-family: Tahoma, Verdana, Arial, "MS Sans Serif";
	background-image: url(/images/bg_currentriverlogo.gif);
	background-attachment: fixed;
	margin: 0px;

}
.logo{
	position:absolute; 
	width:300px; 
	height:172px; 
	z-index:5; 
	left: 0px; 
	top: 0px;
}
.banner{
	position:absolute; 
	width:470px; 
	height:70px; 
	z-index:1; 
	left: 300px; 
	top: 0px;
	padding: 5px;
	vertical-align:middle;
}
.menu{
	position:absolute;
	top: 180px;
	left: 1px;
	width:175px;
	height:165px;
	z-index:10;
	font-weight: 900;
	padding: 10px;
}

.contact{ 
	position:absolute;
	width:175px;
	height:165px;
	z-index:15;
	left: 0px;
	top: 382px;
	font-weight: 900;
	font-size:9px;
	padding: 10px;
}

.content{
	/*background-color: #F7F7F7;*/
	position:absolute;
	width: 560px;
	z-index: 20;
	left: 201px;
	top: 180px;
	padding: 0px;
	border:1px #FFFFCC;
} 
.copyright {
	font-size: x-small;
	color: #666666;
	text-align: center;
	position:absolute;
	width: 100%;
	z-index:1;
	left: 0px;
	bottom: 20px;
	padding: 5px;
	float: left;
}
.riverlinks{
font-size:11px;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #9966CC;
}
a:hover {
	background-color: #FFFF99;
}
a:active {
	color: #CC0000;
}
