/* A Two Column Layout																*/
/* Right columns fixed																*/
/* Non two column specific bits (e.g. header and footer are) in interCMSstyle.css	*/

.right {
	float:right;
	width:250px;
	overflow: auto;
	margin-left: 10px;
}

.left {
 	overflow: auto;
}

