/* <!-- */ /* General styles */
body {
	margin: 0;
	padding: 0;
	border: none;
	width: 58em;
	min-width: 58em;
}

#layout-header {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#layout-body {
	position: relative;
	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* 2 column left menu settings */
#layout-colright {
	float: left;
	width: 200%;
	position: relative;
	left: 12em;
}

#layout-col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 20em;
	padding-bottom: 1em;
}

#layout-col1 {
	width: 46em;
	margin: 0 0 0 20em;
	position: relative;
	right: 100%;
	overflow: hidden;
}

#layout-col2 {
	float: left;
	width: 11em;
	position: relative;
	right: 12em;
}

/* Footer styles */
#layout-footer {
	clear: both;
	float: left;
	width: 100%;
}
/* --> */
