/* PAGE LAYOUT */


#container {
	margin: 60px 0 0 40px;
	width: 920px;
	position: relative;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#sidebar {
	width: 170px;
	float: left;
}

#page {
	width: 750px;
	float: right;
	zoom: 1;
}

#content {
	position: relative; /* new */
	margin-top: 90px; /* was padding 40 */


	display: block;


	
	min-height: 465px;
	height:auto !important;
	height: 465px;
}

/* MODULES */

.module {
	float: left;
	zoom: 1;
}

.module.main {
	width: 570px;
}

.module.additional {
	margin-left: 20px;
	width: 160px;
	!margin-left: 10px;
}

/* GENERIC CLEAR */

.clear {
	clear: both;
}

