/*
	Sample CSS - you can replace this with your own.

	2 Column layout, using margins on left side of the content column, where column can "float"
	
	To change the width of the left column, you must change the value two places below.
		The width of the column.
		The left margin width of div#ContentColumn 
		
	To change colors and borders, edit the file /BordersAndColors.css
	
	To change fonts, edit the file /Typography.css or the css file related to
	the element you wish to change (Navigation.css, News.css)
	
*/
div#ToolsColumn
{
	float:			left;
}

div#InfoColumn
{
	float:			left;	
	clear:			left;	
}

div#ContentColumn
{
	margin-left:		150px;
	margin-right:		0;	
}