@charset "UTF-8";
/* CSS Document */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	min-height: 300px;
}
#mncontent {
	float: left;
	margin-left: 10px;	/*margin: 0 0 0 260px;  remember that padding is the space inside the div box and margin is the space outside the div box */	/*min-height: 420px;*/
}
