@charset "UTF-8";
/* CSS Document */

/*****************
  Sidebar area
*****************/

#sidebar {
	background:#fff;
	margin-left: 0px;
	width: 205px;
	height: 225px;
}
#sidebar .content { padding: 5px; overflow: auto; }
#sidebar label { display: none; }

/*****************
  Rounded corners 
*****************/

/*** Light grey bordered rounded corner ***/
.lg-tr {
	background-color: #fff;
	background-image: url(images/lg-tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}   	 /* top-left corner and left side */
.lg-tl {
	background-image: url(images/lg-tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}   	 /* top-left corner and left side */
.lg-br {
	background-image: url(images/lg-br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}  /* bottom-right corner and bottom side */
.lg-bl {
	background-image: url(images/lg-bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}   /* bottom-left corner */


/**** right banners ****/
#rightBanner {
	margin-bottom:10px;
	width:205px;
	text-align:center;
	float:left;
}

#roundbannerright {
	width:205px;
	float:right

}	
