@CHARSET "UTF-8";
/* content begins -- courtesy of http://matthewjamestaylor.com */crumbs
.content { /* column container */
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;	/* This chops off any overhanging divs */
	/*background-color: green;*/
}
.side #columns {
	float:left;
	width:200%;
	margin-left:-200px;
	position:relative;
	right:100%;
	/*background-color: blue;*/
}
.side #col1_wrap {
	float:left;
	width:50.9%;
	position:relative;
	left:50%;
	padding-bottom:1em;
	/*background-color: red;*/
}
.side #col1 {
	margin:0 0 0 200px;
	padding: 0 10px;
	overflow:hidden;
	/*background-color: yellow;*/
}
.side #col2 {
	float:right;
	width:170px;
	position:relative;
	left:190px;
	/*background-color: grey;*/
}
/* display ends */