/* Start of CMSMS style sheet 'main' */
/*********** MAIN ***********/
body {
	background:#004f7d url(templates/images/bg-main.gif) repeat-x;
}
#site-container {
	width:778px;
	margin:0 auto;
	background:url(templates/images/bg-site-container.png) left top no-repeat;
}
#main-container {
	width:750px;
	height:auto;
	margin:0 auto;
	background:#FFF;
}
#content-container {
	width:710px;
	padding:20px;
	background:#fff url(templates/images/bg-content.gif) repeat-x;
}
#footer-container {
	background:#003b5e;
}
div.clear {
	clear:both;
}
.float-left{
float:left;
}
.float-right{
float:right;
}
/* End of 'main' */

