/* CSS Document */
body {
background:#000 url(graph/bg.jpg);
background-attachment:fixed;
color:#FFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;

}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.cleaner_h80 { clear: both; width:100%; height: 80px; }
.cleaner_h90 { clear: both; width:100%; height: 90px; }
.cleaner_h100 { clear: both; width:100%; height: 100px; }
.cleaner_h120{ clear: both; width:100%; height: 120px; }

a:link { color: #d1ab1b; }

a:visited {color :#d1ab1b; }

a:hover { color:#FFF ; text-decoration: none ; }

ul#topmenu li{
	
	font-size: 10pt;
	text-decoration: none;
	list-style-type: none;
	cursor: pointer;
	margin-right: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear: both;
	
}
ul#topmenu li a:link, ul#topmenu li a:visited, ul#topmenu li a:active {
	color: #fff;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	font-size: 10pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: right;
	color: #d1ab1b;
	font-weight: bold;
}
ul#topmenu li a:hover  {
	background: #d1ab1b;
	color: #000;
}
ul#topmenu li a.selected:link, ul#topmenu li a.selected:visited, ul#topmenu li a.selected:active {
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	font-size: 10pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: right;
	color: #ffffff;
	font-weight: bold;
	background: #c54243;
}
#content_left {
	float:right;
	width:280px;
	margin-right:20px;

}

