/* Layout
-----------------------------------------------------*/

/* Commented backslash hack \*/
html, body {
	height: 100%;
}
/* End hack */

html, body {
	margin: 0px;
	padding: 0px;
}

/* Always show vertical scrollbar */

html {
	overflow-y: scroll;
}

/* Container for entire page */

#wrapper {
	height: auto;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
}

* html #wrapper {
	height: 100%;
}

/* Widths (allow 13px gradient either side of content)
-----------------------------------------------------*/

#wrapper {
	width: 976px;
}

#header, #footer {
	margin: 0px 13px;
	width: 950px;
}

#content {
	margin: 0px 30px;
}

/* Footer (stick to the bottom)
-----------------------------------------------------*/

#clearfooter {
	clear: both;
	height: 40px;
}

#footer {
	border-top: 1px solid #cccccc;
	bottom: 0px;
	font-family: Arial;
	font-size: 8pt;
	height: 15px;
	left: 0px;
	padding: 5px 0px;
	position: absolute;
	text-align: center;
}
