@charset "UTF-8";
body {
	background-image: url(img/rb_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #666666;
	width: 824px;
	position: relative;
}
#wrapper #header {
	background-image: url(img/top_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 160px;
}
#wrapper #logo {
	background-image: url(img/rb_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 417px;
	position: relative;
}
#leftcol {
	width: 750px;
	padding-right: 20px;
	padding-left: 33px;
	float: left;
	font-family: "Lucida Grande", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 17px;
}
#rightcol {
	float: right;
	width: 240px;
	position: relative;
}
.minitype {
	font-size: 11px;
}
#sharestory fieldset {
	padding: 10px;
	margin-bottom: 10px;
}
.listtable td {
	vertical-align: baseline;
	padding: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
a:link {
	text-decoration: underline;
	color: #555555;
}
a:visited {
	text-decoration: underline;
	color: #555555;
}
a:hover {
	text-decoration: underline;
	color: #669933;
}
a:active {
	text-decoration: underline;
	color: #669933;
}