/* 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: -77px auto 0 auto;
}

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

* html #footer {
	margin-top: -77px;
}

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

* html #page {
	height: 100%;
}

/* HEADER */

#header {
	height: 86px;
}


#mainrow {
	min-height: 189px;
}

/* CONTENT */

#contentrow {
	position: relative;

	padding-bottom: 90px;

}

/* FOOTER */

#footer {
	/*width: 740px;*/
	height: 77px;
}
