body
{
	background-color: #efefef;
	background-image: url(../img/bg_page.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
a
{
	color:#339933;
	font-family: verdana;
	
}
#topbar
{
	background-color: white;
	background-image: url(../img/adros_bg.gif);
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-repeat: no-repeat;	
	background-position: right;	
	
	height: 260px;
	font-family: verdana;
	font-size: 14px;
	color: #999;
	position: absolute;
	top: 25px;
	left: 0px;
	width : 100%;
	z-index: 1;
	
}
#navigation
{

	position:absolute; 
	right:300px;
	top:215px; 
	width:400px;
	height:53px; 
	z-index:70;
	font-weight: bold;
	font-size: 11px;
	padding-left: 260px; 
}
#navigation table 
{

	float: right;width: 50px;
}
#navigation a
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#navigation a:hover
{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #00CC00;
}

#content
{
	position:absolute; 
	right:260px;
	text-align: justify;
	top:26px; 
	width:400px; 
	font-family: verdana;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	padding: 0px;
	margin: 0px;
	z-index: 20;
	padding-bottom: 50px;
}
#content h1
{
	font-size: 18px;
}
#content h2
{
	font-size: 16px;
}
#content a
{
	color:#339933;
	font-family: verdana;
	font-size: 11px;
}
#content img
{
	border-color: black;
}
#content hr
{
	height: 0px;
	border: 0px;
	border-bottom: 1px dotted #999;	
}
#content form
{
	padding: 0px;
	margin: 0px;
}
#rightbar
{
	z-index:6;
	padding-top: 20px;
	position:absolute; 
	right:40px;
	top:308px; 
	width: 180px;
	margin-lefT: 25px;
	font-family: verdana;
	font-size: 10px;
	line-height: 16px;
	color: #666;
}
#rightbar h1
{
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #999;
}
#rightbar hr
{
	height: 0px;
	border: 0px;
	border-bottom: 1px dotted #999;	
}
