/* Start of CMSMS style sheet 'Grid' */
#wrapper {
	margin: auto;
	margin-top: 42px;
	width: 980px;
	background: transparent url(uploads/images/content.gif) repeat-y 0 0;
}

#container {
	display: block;
	margin: auto;
	padding: 0 10px;
	width: 960px;
}

#shadow-bottom {
	clear: left;
	height: 10px;
	margin: auto;
	border-bottom: 20px solid #eeedeb;
	width: 980px;
	background: transparent url(uploads/images/shadow_bottom.gif) repeat-y 0 0;
}

#header {
	width: 720px;
	background-color: #fff;
	position: relative;
}

#logo {
	background:transparent url(uploads/images/logo.png) no-repeat scroll 0 0;
	top:-62px;
	left:10px;
	position:absolute;	
	width:115px;
	height:174px;
}

#statement {
	background:transparent url(uploads/images/statement.png) no-repeat scroll 0 0;
	height:87px;
	left:33px;
	position:absolute;
	top:-7px;
	width:189px;
}


#content {
	float: left;
	width: 720px;	
	margin-right: 10px;
}

#contentLeft {
	width: 500px;
	float: left;		
}

#contentLeft.wide {
	width: 668px;
	margin-right: 0;	
}

#contentRight {
	width: 220px;
	float: left;	
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 67px;
	padding-top: 10px;
	margin-top: 10px;
	background: #fae8be url(uploads/images/bottom.png) 0 0 no-repeat;
}

/*
#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 67px;
	padding-top: 10px;
	margin-top: 10px;
	background: #fae8be url(uploads/images/bottom.png) 0 0 no-repeat;
}
*/

/* End of 'Grid' */

