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

.left {
 	float:left;
	width:150px;
	overflow: auto;
	margin-right: 5px;
}

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

.center {
 	overflow: auto;
}
