
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}


#news {background:#a99a8f;}
#tutorials {background:#c2b7af;}
#links {background:#d2ccc6;}

#r_contain {
	height:171px;
	width: 100%;
}

#r_contain a {
font-weight:bold;
color:#000;
}

#r_contain a:hover {
font-weight:bold;
color:#666;
}

#r_contain .float-r{
float:right; padding:3px 5px 0 10px;
}

#r_contain ul {
	list-style: none;
	list-style-position: outside;
}

#r_contain ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 13px 5px 14px;
	position: relative;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size:0.8em;
}
#r_contain ul.menu li.active{
	top: 0;
	color: #000;
	background:#fff;
}
/******* /MENU *******/
/******* CONTENT *******/
.content_rblock{
	margin: 0pt auto;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}
/******* /CONTENT *******/
/******* NEWS *******/
.content_rblock.news{
	display: block;
	background:url('../i/rbox.gif') repeat-x top;
}

/******* /NEWS *******/
/******* TUTORIALS *******/

.content_rblock.tutorials{
	display: none;
	background:url('../i/rbox.gif') repeat-x top;
}
/******* /TUTORIALS *******/
/******* LINKS *******/
.content_rblock.links{
	display: none;
	background:url('../i/rbox.gif') repeat-x top;
}

#rbg {background:#e7e8e9; border-left:1px #a6a7aa solid; border-right:1px #a6a7aa solid; border-top:1px #a6a7aa solid; border-bottom:1px #494949 solid;}
#rbox {float:right; background:#bfc0c3; padding:0 0 8px 0; width:300px;}