/* This stylesheet is used to style the mid section as one box and the side menu.
This is so that the managed pages have the max amount of space. */

div#mid_section {
	background-image: url(images/mid_section_managed_background_v2.jpg);
}

div#mid_section div.left_content {
	width: 640px;
}

div.sub_left_content {
	float: left;
	width: 310px;
}
div.sub_right_content {
	float: right;
	width: 310px;
}

div.gallery_container {
	float: left;
	padding: 10px 0px 0px 0px;
}
