/* Start of CMSMS style sheet 'Layout:Top Menu + 3 columns ' */
div#sidebarright {
/* set sidebar right. Change to right, float: right; instead, but you will need to change the margins. */
	float: right;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 220px;
/* FIX IE double margin bug */
	display: inline;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin: 0px 0px 20px 0px;
	padding: 0px;
/* you can set your own image here */
	background: url(uploads/ngrey/mainleft1.gif) no-repeat left top;
       background-color: #fefefe;
}
div#sidebarc {
	padding: 10px 10px 10px 10px;
/* this one is for sidebar with content and no menu */
	background: url(uploads/ngrey/mainleftup.gif) no-repeat left bottom;
}

div.back1 {
/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */
       border:none;
       float:left;
       margin-left: 10px;
       width:420px;
/* and some air on the right */
       margin-right: 2%;
/* you can set your own image here */
	background: url(uploads/ngrey/mainrt1.gif) no-repeat right top;
       background-color: #fefefe;
}
/* this is an IE6 hack, you may see these through out the CSS */
* html div.back1 {
/* unlike other browser IE6 needs float:right and a width */
	float: left;
	width: 420px;
/* and we take this out or it will stop at the bottom  */
	margin-left: 10px;
/* and some air on the right */
	margin-right: 10px;
/* you can set your own image here */
	background: url(uploads/ngrey/mainrt1.gif) no-repeat right top;
       background-color: #fefefe;
}

div.back2 {
	background: url(uploads/ngrey/mainleft1short.gif) no-repeat left top;
}
/* End of 'Layout:Top Menu + 3 columns ' */

