#content #right_col{
	top:285px;	
}

#ribbon{
	width:824px;
	height:225px;
	position:relative;
	margin:0 0 24px -12px;
	background-image:url(../interface/ribbon_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	border-bottom:26px solid  #325466;
}
#ribbon #right{
	width:194px;
	height:153px;
	float:right;
	text-align:left;
	padding:17px 20px 0 20px;
	margin:20px 0 52px 0;
	border-left:1px dashed #81A581;
}
#ribbon #active{
	float:left;
	width:300px;
	margin:0;
	padding:40px 19px 0  225px;
	position:relative;
}
#ribbon #active img#active_img{
	position:absolute;
	top:0;
	left:0;
	height:145px;
	width:145px;
	padding:40px;
	background-image:url(../interface/ribbon_image_bg.jpg);
	background-position:0px 92px;
	background-repeat:no-repeat;
}
#ribbon #active img#active_title{
	position:absolute;
	top:40px;
	left:225px;
	height:23px;
	width:350px;
}
#ribbon img#arrow{
	position:absolute;
	bottom:0;
	left:73px;
}

#ribbon h1{
	margin:0;
	padding:0;
}

#ribbon p{
	margin:0.5em 0 0.5em 0;
}

#ribbon #menu{
	list-style-type:none;
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	bottom:-26px;
	height:26px;
	line-height:24px;
}


#ribbon #menu li{
	float:left;
	margin:0 3px 3px 6px;
}
#ribbon #menu li a{
	font-size:11px;
	border:1px solid white;
	padding: 2px 8px 1px 8px;
	color:white;
}
#ribbon #menu li a:hover, #ribbon #menu a.active{
	text-decoration:none;
	color:#FFF696;
	border-color:#FFF696;
}
