/*** BEGIN "Holy Grail" Three-Column CSS Layout ***/

body {
	min-width: 45em;
}

#page-header {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

#content-wrapper4, #content-wrapper3, #content-wrapper2, #content-wrapper1 {
	width: 100%;
}

#content-wrapper4 {
	position: relative;
	float: left;
	clear: both;
	overflow: hidden;		/* This chops off any overhanging divs */
	background: #e6e4d7;    	/* Right column background colour */
}

#content-wrapper3 {
	position: relative;
	float: left;
	background: #f1f1e9;
	right: 15em;
}

#content-wrapper2 {
	position: relative;
	float: left;
	right: 100%;
}

#content-wrapper1 {
	position: relative;
	float: left;
	background: #e6e4d7;
	left: 30em;
}

#main-content {
	position: relative;
	float: left;
	left: 100%;
	padding: 1em 1.5em;
	margin-right: 30em;
}

#left-sidebar {
	position: relative;
	float: right;
	width: 12em;
	padding: 1em 1.5em;
	margin-left: -15em;
}

#right-sidebar-wrapper {
	position: relative;
	float: right;
	left: 100%;
	width: 15em;
	margin-left: -15em;
}

#right-sidebar {
	position: relative;
	float: right;
	width: 12em;
	padding: 1em 1.5em;
	margin-right: 15em;
	margin-left: -30em;
}

* html #right-sidebar {
	left: 15em;
}

#page-footer {
	clear: both;
	float: left;
	width: 100%;
}

/*** END "Holy Grail" Three-Column CSS Layout ***/


/* Body and main divs */

.print-only { display: none ! important; }

body { 
	margin: 0;
	padding: 0;
	font-size: 100%; 
	line-height: 140%; 
	font-family: arial, helvetica, geneva, sans-serif; 
	color: #333333;
	background: #f1f1e9;
}

#page-header {
	text-align: left;
	padding: 0em 0em;
}

#page-footer {
	text-align: center;
	padding: 0.3em 0em;
}


a:link { color: #025165; }
a.hidden-link { position: absolute; left: -99em; top: -99em; width: 0; padding: 0; margin: 0; height: 0.1em; }
