@charset "utf-8";
/*	2 columns to be embedded in a liquid layout 
	DO NOT EDIT THIS FILE. Instead, override using a custom file.
	*/
body #content {
	/*min-height:1700px;*/
	padding:10px;
	}
	body #content .wrapper #primaryContent {
		/*min-height: 1000px;*/
		float: left;
		width: 750px;
		padding:10px;
	}
	body #content .wrapper #secondaryContent {
		float: right;
		min-height: 1585px;
		width: 170px;
		display: inline;
	}


