@CHARSET "UTF-8";
* {
	margin: 0; 
	padding: 0;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden {
	position: absolute;
	left: -10000px;
}

/* Rules for layout */

	html {
		height: 100%;
	}

	body {
		height: 100%;
	}

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

	* html #nonFooter {
		height: 100%;
	}

	#page {
		margin:0 auto;
		min-height: 100%;
	}

	* html #page {
		height: 100%;
	}

	#footer {
		position:relative;
		margin:-122px auto 0 auto;
		height:122px;
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer {
		margin-top:-122px;
	}

#header{
	height:116px;
} 

/* CONTENT */

#content {
	margin:0 auto;
	padding-bottom:140px;
}

#contentMain {
	display: inline;
	float:left;
	width:765px;
	margin-left:245px;
}

/* SUBCONTENT */
#contentSub {
	float:left;
	width:245px;
	margin-left:-1010px;
}


