#sidebar-rounded-corners {
	width:190px;
	float:right;
	margin: 15px 15px 15px 5px;
	background-image: url(/images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	clear:none;
}
/* SIDEBAR LAYOUT
--------------------------------------------------------------------------------------- */
#sidebar-content 
	{
	padding: 3px 5px 0px;

}

#sidebar-bottom {
	background-image: url(/images/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
	width: 190px;
}
#sidebar-rounded-corners h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	color: #452c90;
	text-align: center;
	padding: 3px 0;
	border-top: solid #FEBF00 3px;
}
