/* BASIC css start */
.page_left_menu {width:150px; float:left;}
.page_right {width:819px; float:right;}

#content:after {
	content: "";
	display: block;
	clear: both;
}

#content {
    width: 1000px;
    margin: 20px auto;
}

/* BASIC css end */

