body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#container {
	position: absolute;
	width: 100%;
	height: 600px;
	top: 50%;
	left: 0;
	margin-top: -300px;
}

#navbarContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 540px;
}

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

#sidebarContainer #sidebar_content {
	height: 540px;
}


#navbarContainer #navbar {
	height: 520px;
}

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

#navbarContainer, #sidebarContainer, #sidebarContainer #sidebar_content, #navbarContainer #navbar, #contentContainer, #container, #content {
	border-left-width: 0 !important;
	border-right-width: 0 !important;
}

#pageHeader h1, #pageHeader h2 {
	width: auto;
}

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

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