body {
	background: #f1f6d4 url(/assets/images/body_bg_sidebar.gif) repeat-y top center;
}

/* page content */
div#page_content {
	width: 473px;
	margin-right: 20px;
}

div#sidebar {
	float: left;
	width: 259px;
}

/* images markup + rounded corners in the right sidebar */
div.sidebarimage {
	width: 255px;
	margin-top: 20px; 
	background-repeat: no-repeat;
	bckground-position: top left;
}

div.sidebarimage.link {
	cursor: pointer;
}

div.sidebarimage table.rc {
	width: 100%; 
	height: 100%;
}

div.sidebarimage table.rc td.top {
	height: 8px;
	background: url(/assets/images/sidebar/top.png) no-repeat top left;
}

div.sidebarimage table.rc td.middle {
	background: url(/assets/images/sidebar/repeat.png) repeat-y top left;
}

div.sidebarimage table.rc td.bottom {
	height: 8px; 
	background: url(/assets/images/sidebar/bottom.png) no-repeat top left;
}


