/* Start of CMSMS style sheet 'Maison Layout 2 Colunne' */
div#main {
   margin-left: 38%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}


div#leftcontent{
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 35%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 15px;
   margin-bottom: 15px;
   background: url(images/rounded_red_box_br.png) 100% 100% no-repeat;
}

div#roundedbox_bl {
	background: url(images/rounded_red_box_bl.png) 0 100% no-repeat;
}

div#roundedbox_tr {
	background: url(images/rounded_red_box_tr.png) 100% 0 no-repeat;
}

div#roundedbox_tl {
	background: url(images/rounded_red_box_tl.png) 0 0 no-repeat;
}


/* End of 'Maison Layout 2 Colunne' */

