@charset "utf-8";

/* 
	3ColumnBody CSS
	Style which defines the settings for the left, right and middle columns
*/

#leftCol {
	float: left; 
	width: 140px;
	padding: 10px 5px;
}
#rightCol {
	float: right; 
	width: 130px; 
	padding: 10px; 
	font-size:.95em;
	border-left:1px solid #e1e1e1;
}
#mainCol { 
	margin: 0 150px; 
	padding: 15px 12px 3em 0; 	/* we want 15px on left, 12px on right */
} 

#mainContentContainer {
	clear:both;
}