/* Following section (c) dynamicdrive.com, taken from http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-22-fluid-fixed/
 * Some local modifications made
 */

#contentwrapper {
	float: left;
	width: 100%;
}

#content {
	margin-right: 180px;
}

#contentballoon {
	padding: 10px;
	padding-left: 15px;
}

#sidebar {
	float: left;
	width: 180px;
	margin-left: -180px;
	text-align: center;
}

#sidebarballoon {
	padding: 10px;
}

#footer {
	width: 100%;
	clear: left;
	padding-bottom: 15px;
}

#footerballoon {
	padding: 10px;
}

/* End */

#footer .footer_left {
	float: left;
}

#footer .footer_right {
	float: right;
}