/* cmsms stylesheet: Content 4 pics modified: 03/22/18 10:05:09 */
div#content {
/* some air above and under menu and content */
	margin: 1.5em auto 2em 0;
	padding: 0px;
}
/* this gets all the outside calls that were used on the div#main before  */
div.back1 {
/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */
	margin-left: 4%;
/* and some air on the right */
	margin-right: 4%;
       overflow: hidden;
       background-color:#06f1ea;
       border:solid 3px #998c5a;
       -moz-border-radius: 20px;
       -webkit-border-radius: 20px;
       border-radius: 20px;
/* you can set your own image here */
	background: #ffffff url(https://www.michrocks.org/uploads/images/bits/mainrt1.gif) no-repeat right top;
}

div.back2 {
/* you can set your own image here */
	background: url(https://www.michrocks.org/uploads/images/bits/mainleft1.gif) no-repeat left top;
}
div.back3 {
/* you can set your own image here */
	background: url(https://www.michrocks.org/uploads/images/bits/wbtmleft.gif) no-repeat left bottom;
}
div#main {
 
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
	padding: 10px 15px;
/* you can set your own image here */
	background: url(https://www.michrocks.org/uploads/images/bits/rtup.gif) no-repeat right bottom;
        font-size:medium;
}
