html {
	height:100%;
	position:relative;
}
body {
	height:100%;
	position:relative;	
}
#wrapper {
	width:100%;
	min-width:960px;
	
	min-height:100%;
	_height:100%;
	position:relative;
	
	text-align:center;
}
#userbar {
}
#userbar-inner {
	text-align:left;
	padding:5px 0;
}
#header {
	width:100%;
	height:80px;
	
	text-align:center;
}
#header-inner {
	height:80px;
	position:relative;
	
	text-align:left;
}
#logotype {
	height:93px;
	width:960px;
	position:absolute;
	top:0;
	left:0;
}
#mainmenu {
	position:absolute;
	bottom:0;
	left:370px;
}
#page {
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	padding:10px 0;
}
#page-inner {
	margin:0 10px;
	overflow:hidden;
}
#content {
	margin:0 10px -32700px 0;
	padding:0 0 32700px 0;
}
#content-inner {
	padding:20px;
}
#sidebar {
	margin:0 0 -32700px 0;
	padding:0 0 32700px 0;
	width:230px;
}
#footer-pusher {
	clear:both;
	text-indent:-9999px;
	line-height:0;
	margin:0;
	padding:0;
	height:60px;
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50px;
}
#footer-inner {
	text-align:left;
	padding:10px 0 0 0;
	height:40px;
}
#bottommenu {
	position:absolute;
	top:0;
	left:370px;
}












