* {
	margin: 0;
	padding: 0;
}

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

.disabled {
	display:none !important;
}

.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 {
		margin:0 auto;
		height:480px;
	}

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

	* html #footer {
		height:480px;
	}


/* CONTENT */


#header{
	height:101px;
}

#content {
	margin:0 auto;
}

#content-main {
	display:inline;
	float:left;
	width:595px;
	
}

#main-page {
	margin:0 auto;
}

/* SUBCONTENT */
#content-sub {
	display:inline;
	float:right;
	width:330px;
	background-color: gray;
}

