/* Start of CMSMS style sheet 'Layout: SEICAA' */
/* this gets all the outside calls that were used on the div#main before  */
div#main {
	margin-left: 29%;
/* and some air on the right */
	margin-right: 2%;
/* 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;
       min-height: 350px;
}/* this is an IE6 hack, you may see these through out the CSS */
* div#main {
/* unlike other browser IE6 needs float:right and a width */
	float: right;
	width: 77%;
/* and we take this out or it will stop at the bottom  */
	margin-left: 0%;
/* and some air on the right */
	margin-right: 10px;
}

div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: left;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 18%;
/* 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;
	padding: 0px;
}

/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/* End of 'Layout: SEICAA' */

