body {
	font-family: Sans-Serif;
}

#section-logo {
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	right:160px;
	height:54px;
}

#section-menu {
	overflow:auto; 
	position:absolute; 
	top:54px; 
	left:0px; 
	width:250px; 
	bottom:0px;
	z-index:1;
}

#section-content {
	padding-left: 10px;
	overflow:auto; 
	position:absolute; 
	top:54px; 
	left:250px; 
	right:160px; 
	bottom:0px;
}

#section-footer {
	overflow:hidden; 
	position:absolute; 
	bottom:0; 
	left:250; 
	height:90px
}

#support-aoia-dont-block-it {
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:160px;
}

#copyright {
	text-align: center;
	overflow:hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
}

#current {
	float: left;
	text-align: center;
}

#all {
	float: left;
	width: 200px;
}

