html, body {
	height: 100%;
	margin: 0px;
}

body{
	/* ensure main content layer is centred on page */
	text-align: center; 
}
#page {
	position: relative;
	width: 660px;
	min-height: 100%;
	margin: 0 auto;
	/* padding-bottom should equal height of footer, including borders and padding 
	padding-bottom: 60px;*/
	/* reset alignment so text is left aligned */
	text-align: left;
}
#titlebar {
	position: relative;
}
#titlelogo {
	float: left;
}
#titlesleeve {
	float: right;
}


#topmenu {
	position: relative;
	display: none;
}
#content {
	position: relative;
	padding-bottom: 70px;
}
#leftcontent {
	float: left;
	width: 160px;
}
#maincontent {
margin-left: 200px;
}
#footer{
	position: relative;
	clear: both;
	margin: 0 auto;
	width: 660px;
	margin-top: -60px;
	height: 59px;
	text-align: center;
}

.clearer{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
