/* CSS layout */
#top_nav {
	height: 182px;
}

#top_divider {
	height: 30px;
}

#main_container {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

#left_nav {
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	margin-right: 5px;
	min-height: 500px;
}

#top_left {
	position: absolute;
	top: 0px;
	padding: 5px;
}

#bottom_left {
	position: absolute;
	top: 0px;
	padding: 5px;
	margin-left: 22px;
}

#page_content {
	height: 100%;
	padding: 10px;
	min-height: 500px;
}

#bottom_nav {
	margin-top: 10px;
	padding: 5px;
}
