html, body {
	height: 100%;
	margin: 0px;
	text-align: center; 
	padding: 0;
}
#pageouter {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
#pageinner {
	min-height: 100%;
}

#titlebar {
	position: relative;
	height: 120px;
	width: 820px;
	margin: 0 auto;
}
#titlebar * {
	margin: 0;
	/* to prevent titlebar pushing down from page top */
}
#titletext {
	width: 820px;
	margin: 0 auto;
}
#titleright {
	position: absolute;
	top: 0px;
	right: 50px;
	text-align: right;
	width: 200px;
	height: 120px;
}
#headerlink {
	/* positioning only really necessary for IE 6, but doesn't affect other browsers */
	position: absolute;
	top: 0;
	left: 0;
	height: 100%; /*or whatever*/
	width: 820px;
}
#headerlink p{
	height: 120px; /*match to #header height*/
	text-indent: -100.0em;
	overflow: hidden;
}
#headerlink p a {
	display:block;
	line-height: 120px; /*match to h1 height*/
}
#topmenu {
	display:none;
}

#content {
	position: relative;
	/* padding-bottom should equal height of footer, 
	including borders and padding  */
	padding-bottom: 80px;
	width: 720px;
	margin: 0 auto;
	overflow: auto;
}

#maincontent {
	float: left;
	width: 520px;
	margin-left: 0px;
}
#leftcontent {
	display:none;
}
#rightcontent {
	float: right;
	width: 200px;
}
#rightinner {
	float: left;
	width: 100%;
}
#rightupper{
	display:none;
}
#rightouter{
	display:none;
}
#footer{
	position: relative;
	clear: both;
	margin: 0 auto;
	margin-top: -60px;
	height: 60px;
	text-align: center;
	/* if borders are added to footer then the footer-height will need
	   to be adjusted in a later style sheet */
}
#footer * {
	margin: 0px;
}
.clearer{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
