#centercol {
	float:left;
	width: 400px;
}

#rightcol {
	float: right;
	width: 190px;}


#content{
	background-image: url(../images/bg_centerdots.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 400px;
}


#rightfill
{
	height:10px;

}



#righbox {}
#rb_top{
	background-image: url(../images/bg_rb_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 2px;
	width:180px;
	background-color: #31353C;
}
#rb_sides{
	background-image: url(../images/bg_rb_sides.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #31353C;
	width:180px;
	}
#rb_bot{
	background-image: url(../images/bg_rb_bot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 2px;
	background-color: #31353C;
	width:180px;}

#rb_content{
	padding: 4px 7px 5px 7px;
	font-size: xx-small;
}
