@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.clearer{
	clear: both;	
}

h2{
	font-size: 15px;
	margin-bottom: 5px;
}

h2 .small{
	font-size: 10px;
	font-weight: normal;
}

a:link,a:visited{
	color: #FFF;
	text-decoration: none;
}

a:hover,a:active{
	color: #CCC;
	text-decoration: none;
}

img{
	border: none;	
}

/* Main Structure */

#maincontainer{
	position:absolute;
	height:600px; 
	width:1012px;
	margin:-300px 0px 0px -506px;
	top: 50%; 
	left: 50%;
	background-repeat: no-repeat;
}
#maincontainer .rflogo{
	float: right;
	position: relative;
	top: 490px;
	left: 10px;
}
#maincontainerinner{
	width:1000px;
	height:600px; 
	position: relative;
	
}
#rightnavi{
	z-index: 10;
	position: absolute;
	top: 75px;
	left: 880px;
}
#rightnavi .logo{
	padding-bottom: 20px;	
}
#rightnavi .section{
	padding-bottom: 20px;
}
#rightnavi .element{
	background-image:url(images/rightnavi_divider.png);
	background-position:3px 0px;
	background-repeat:no-repeat;
	padding: 5px 0px 5px 0px;
}
#rightnavi .first{
	background-image:none;
}