/* Positioning Info */
#container {
	background: url('/images/2col_right_bg.gif') repeat-y;
}

#content {
	background-color: #FFFFFF;
	float: left;
	width: 568px;
	clear: both;
}

#rightcol {
	float: right;
	margin: 0;
	padding: 0;
	background: transparent;
	width: 191px;
}

