/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;

}

* html #nonFooter {
	height: 100%;
}

#footer {
	position: relative;
	margin: -180px auto 0 auto;
	height: 180px;
	width: 1012px;

}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -180px;
}


#page {
	width: 1012px;
	margin: 0 auto;
	min-height: 100%;
}

* html #page {
	height: 100%;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden {
	position: absolute;
	left: -10000px;
}


/* HEADER */

#top {
	height: 68px;
}

/* CONTENT */

#content {
	width: 1012px;

	padding-bottom: 60px;

}

#contentMain {
	float: left;
	display: inline;

	float: none;
	display: block;
}


/* SUBCONTENT */

#contentSub1 {
	display: none;
	display: inline;
	float: left;

	float: none;
	display: block;

	width: 253px;

	margin-left: 0;
}

#contentSub2 {
	display: none;
	display: inline;
	float: right;

	display: block;
	float: none;


	width: 174px;
}
