/* Start of CMSMS style sheet 'Layout' */
html, body {
	padding:0;
	margin:0;
}
.showall * {
	border:1px solid #f00;
}
#wrapper {
	width: 955px;
	margin: 0 auto;
}
#subwrapper {
	width: 902px;
	margin: 0 auto;
}
#banner {
	height: 116px;
}
#menu {
	height: 107px;
}
#container {
	padding: 13px;
}
#content-left {
	width: 719px;
	float: left;
}
#content-right {
	width: 719px;
	float: right;
}
#sidebar-left {
	width: 139px;
	float: left;
}
#sidebar-right {
	width: 139px;
	float: right;
}
#footer {
	text-align: center;
}
.clearl {
	clear: left;
}
.clearr {
	clear: right;
}
.clearb {
	clear: both;
}
.quarter-box-1 {
	float: left;
	width: 25%;
}
.quarter-box-2 {
	float: right;
	width: 25%;
}
.small-box-1 {
	float: left;
	width: 33%;
}
.small-box-2 {
	float: left;
	width: 33%;
}
.small-box-3 {
	width: 33%;
	float: left;
}
.medium-box-1 {
	width: 50%;
	float: left;
}
.medium-box-2 {
	width: 49%;
	float: right;
}
.large-box-1 {
	width: 66%;
	float: left;
}
.large-box-2 {
	width: 66%;
	float: right;
}
.x-large-box-1 {
	float: left;
	width: 75%;
}
.x-large-box-2 {
	float: right;
	width: 75%;
}
.fs-box-1 {
	width: 100%;
	float: left;
}
.fs-box-2 {
	width: 100%;
	float: right;
}
/* End of 'Layout' */

