* {
	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%;
	}

	
	#footer {
		margin:0 auto;
		width:820px;
	}

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

	* html #footer {
	}


.main-page #header{
	background-color: red;
	height:316px;
}

.inner-page #header
{
	background-color:lime;
}


#content {
	width:820px;
	margin:0 auto;
}

#content-main {
	
}



/* SUBCONTENT */
#content-sub {
	display:inline;
	float:right;
	width:279px;
}

