@charset "utf-8";
/* CSS Document */
.bodywrapper {
	Width: 100%;
} 
.leftsidebar {
	Float: left;
	Width: 24%;
	background-color: #898989;
	min-height: 500px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.content {
	Float: right;
	Width: 70.5%;
	background-color: #898989;
	padding: 15px;
} 
