body{
	background-color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size:80%;
}

/* Structure */
#singlecolumn {
	position:relative;
	padding:10px;
	background-color:#FFFFFF;
	clear: both;
	margin:0px;
}

#left3column, #center3column, #right3column {
	position:relative;
	width: 30%;
	text-align:left;
	float:left;
	background-color:#FFFFFF;
	padding:10px;	
	margin:0px;
}

#left2column, #left2columnNB {
	position:relative;
	width: 46%;
	text-align: left;
	float:left;
	background-color:#FFFFFF;
	padding:15px;
	margin:0px;
}


#right2column {
	position:relative;
	width: 46%;
	text-align: left;
	float:right;
	background-color:#FFFFFF;
	padding:15px;
	margin:0px;
}

#left2column {
	z-index:10;
}

#left2columnNB {
	z-index:10;
}


#center3column {
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0033cc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	z-index:20;
}



/*  */
#topper{
	background-color: #e67030;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #000000;
}

#wrapper{
	width: 746px;
	background-color: #FFFFFF;
	margin: 10px auto;
}

#banner{
	height: 140px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #e67030;
}
#banner img {
	margin-left: 5px;
}

#nav {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 16px;
}


#nav a:link {
	color: #000000;
	margin-right: 12px;
	margin-left: 2px;
}

.current {
	color: #FF9900;
	margin-right: 12px;
	margin-left: 2px;
}

#nav a:visited {
	color: #000000;
	margin-right: 12px;
	margin-left: 2px;
}

#nav a:hover {
	color: #FF0000;
	margin-right: 12px;
	margin-left: 2px;
}

#content {
	background-repeat: no-repeat;
	background-position: center center;
	margin: 8px;

}

#content a:hover {
	color: #DD6600;
	background-color: #FFFF99;
}

#content a:visited {
	color: #0000FF;
}

#contentlib {
	background-repeat: no-repeat;
	background-position: 370px 58px;
	margin: 8px;
	background-image: url(images/rhacradio.jpg);
}

#contentlib a:hover {
	color: #DD6600;
	background-color: #FFFF99;
}

#footer {
    position:relative:
	margin: 0px;
	color: #FFFFFF;
	clear: both;
	float: none;
	border-top-style: groove;
	border-top-width: 1px;
	background-color: #e67030;
	border-top-color: #000000;
}

#footer a:link {
	color: #FFFFFF;
	margin-right: 12px;
	margin-left: 2px;
}

#footer a:visited {
	color: #FFFFFF;
	margin-right: 12px;
	margin-left: 2px;
}

#footer a:hover {
	color: #FFFF66;
	margin-right: 12px;
	margin-left: 2px;
}

.floatright {
	float:right;
	clear: both;
	position: static;
}

.floatleft {
	float:left;
	clear: both;
	position: fixed;
}

.hilight {
	background-color: #FFFF99;
	border: 1px groove #000000;
	padding: 4px;
}
.marginize {
	margin: 10px;
	clear: right;
}
.floatleftM {
	float:left;
	clear: both;
	position: static;
	margin-right: 10px;
}
