/* Start of CMSMS style sheet 'Home' */
div#pagewrapper {
background:#A6B39A url(uploads/images/content_shadow.jpg) repeat-y scroll 0 0;
}

img#top_content_shadow{
   position:absolute;
   left:200px;
   top:125px;
   width:445px;
   z-index:99;
}
#side_image_area{
   position:absolute;
   top:125px;
   right:14px;
}
.side_img{
    width:272px;
}
 div#content {
   margin: -5px auto 2em 0;   /* some air above and under menu and content */
   min-height:300px;
}


div#main {
   margin-left: 210px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 375px; /* and some air on the right */
}
/* End of 'Home' */

