@charset "UTF-8";
/* CSS Document */

#twocols{
	width:740px; 
	float:right; 
	position:relative; 
}

#rightcol{
	width:220px; 
	float:right; 
	position:relative; 
	background-color:#d7dedf;
}

#maincol{
	width:520px; 
	float: left; 
}
