/* Start of CMSMS style sheet 'layoutStyles' */
* {
margin:0;
padding:0;
}

body {
background: url('uploads/images/contentBGs/bodyBG.jpg');

}

body, html {
height:100%;
}

#container {
	width:100%;
}

#header {
	background: url('uploads/images/contentBGs/headerBG.gif') no-repeat;
	width:911px;
	height:64px;
	padding: 28px 0 0 73px;
}

#topWrap {
	background: url('uploads/images/contentBGs/containerBG.gif') repeat-x;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -784px;
}

#colWrap, #push {
width:984px;
height:784px;
}

#bgHolder {
background: red url('uploads/images/contentBGs/bodyBG.gif') repeat-y;
float:left;
}

#topShadow {
	background: url('uploads/images/contentBGs/topNavBG.png') bottom left;
	width:984px;
	height:50px;
}

#leftCol {
	float:left;
	width:149px;
}
#rightCol {
	background: url('uploads/images/contentBGs/colWrapBG.png') no-repeat;
	float:left;
	width:829px;
}

#leftNav {
	background: url('uploads/images/contentBGs/leftNavBG.png') no-repeat;
	float:left;
	width:149px;
	height:734px;
}
#content {
	float:left;
	background: #fff url('uploads/images/contentBGs/contentBG.png') no-repeat;
	float:left;
	width:590px;
	height:714px;
}
/* End of 'layoutStyles' */

