/* Layout */
* {
	margin: 0;
	padding: 0;
}

html, body { height: 100%; /* Required */ }

body {
	margin: 0;
	padding: 0;
	font: 13px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.4;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter { height: 100%; }

#container-page {
	margin: 0 auto;
	width: 100%;
	min-width: 945px;
	position: relative;
	text-align: left;
	background: #6b8f6b url("/images/flrbg.jpg") no-repeat top left;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}

#head {
	padding: 0px;
	margin: 0px;
}
#head:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*  \*/
* html #head { height: 1%; }
/*  */ 

#container-content { padding-bottom: 50px; }

#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#content {
	margin: 0px 5px;
	padding: 10px;
}
/*  \*/
* html #content { height: 1%; }
/*  */

#footer {
	position: relative;
	margin: -3em auto 0 auto;
	width: 100%;
	min-width: 935px;
	text-align: left;
	font-size: 85%;
	font-weight: bold;
}

/* IE hack */

* html #footer{
	margin-top: -2.9em;
}
#footer:after {
	content: ".";  
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
/*  \*/
* html #footer { height: 1%; }
/*  */ 

#foot {
	padding: 0 1em;
}
/* End Layout */
