/* Start of CMSMS style sheet 'main' */
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#container {
	width: 955px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header {
	width: 955px;
	margin-bottom: 0px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 174px;
	text-align: left;
}
#content {
	height: auto;






/* End of 'main' */

