#container {
	width: 720px;
	height: 540px;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -360px;
}

#navbarContainer {
	top: 0;
	left: 0;
	height: 480px;
}

#sidebarContainer {
	position: absolute;
	top: 0;
	right: 0;
	height: 480px;
}

#sidebarContainer #sidebar_content {
	height: 480px;
}

#navbarContainer #navbar {
	height: 460px;
}

#contentContainer {
	position: absolute;
	top: 0;
	left: 180px;
	right: 180px;
	width: 360px;
	height: 480px;
}

#pageHeader h1, #pageHeader h2 {
}

#content {
	position: relative;
	overflow: auto;
	width: 320px;
	height: 354px;
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
