/* CSS Document */

/* 

Site: VersaStick.com 
Document: rightBar.css
Updated: Dec, 6, 2006

*/


/* ------------  rightBar ------------- */


#rightBar {
	float: right;
	position: relative;
	width: 280px;
	padding: 0px;
	margin: 15px -8px 15px 15px;
}

.box_top {
	position: relative;
	width: inherit;
	height: 14px;
	background-image:url(../img/sideBar_280_top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.box_body {
	position: relative;
	width: inherit;
	background-image:url(../img/sideBar_280_body.jpg);
	padding: 0px;
	margin: 0px;
}

.box_bottom {
	position: relative;
	width: inherit;
	height: 19px;
	background-image:url(../img/sideBar_280_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}