* {
	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%;
		padding: 0 13px;
	}

	* html #nonFooter {
		height: 100%;
	}

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

	* html #page {
		height: 100%;
	}

	#footer {
		background-color:white;
	}

/* HEADER */

#header {
	height:70px;
}

/* CONTENT */

#content {
}

#contentMain {
	clear: both;

}



/* SUBCONTENT */
#contentSub {

	float: left;
	width: 213px;

}


