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

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

body {
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #505050;
	line-height: 1.4;
}

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

* html #nonFooter { height: 100%; }

#container-page {
	margin: 0 auto;
	width: 90%;
	min-width: 1020px;
	position: relative;
	text-align: left;
	background: #6b6b69 url("/images/sklbg.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;
	font-family: Monaco, "Lucida Console", "Courier New", Courier, monospace
}
#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: 30px 0 0 0;
}
/*  \*/
* html #content { height: 1%; }
/*  */

#footer {
	position: relative;
	border-top: 1px solid black;
	margin: -3em auto 0 auto;
	width: 89%;
	min-width: 1010px;
	text-align: left;
}

/* 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 */