/* Start of CMSMS style sheet 'layoutStyles' */
* {
margin:0;
padding:0;
}

body {
	background: url('uploads/images/bg/bodyBG.gif');
}

.contentWrap, #wrap, #header{
width:935px;
}

#container {
	position: absolute;
	top: 0;
	bottom: 0;
	width:100%;
	background: url('uploads/images/bg/containerBG.png') center center;
}

#wrap {
	margin: 5% auto;
}

#header {
	float:left;
}

#logo {
	width:317px;
	height:87px;
	float:left;
	background: url('uploads/images/headers/adamHarder.png') bottom repeat-x;
}

#headFill {
	float:left;
	width:290px;
	height:87px;
	background: url('uploads/images/bg/headerBG.gif') repeat-x;
	
}

#nav {
	float:right;
}

#cw_left, #cw_right, #cw_tile,  #cw_bottom, #cw_gradient {
float:left;
}

#cw_left {
	background: url('uploads/images/bg/cw_leftBG.gif') left repeat-y;
}

#cw_right {
	background: url('uploads/images/bg/cw_rightBG.gif') right repeat-y;
}
#cw_bottom {
	background: url('uploads/images/bg/cw_bottomBG.gif') bottom no-repeat;
}
#cw_gradient {
	background: url('uploads/images/bg/cw_gradientBG.png') bottom no-repeat;
}

#cw_tile {
	clear:both;
	background: url('uploads/images/bg/contentBG.gif');
	margin: 0;
}
/* End of 'layoutStyles' */

