/* CSS Document */
html {
	height: 100%;
}

body {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}


#footer {
	position: relative;
	margin: -119px auto 0 auto;
	height: 119px;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -119px;
}

* {
	margin: 0;
	padding: 0;
}
	
#page
{
	/*width: 760px;*/
	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 */

#header {
	height: 129px;
}

/* CONTENT */

#content {
	padding-bottom: 125px;

}

