/* @override http://esg6zue9feq.preview.thewebconsole.com/layout.css */

/*-------------------- General Layout Styles --------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	background: url(bgRunner.gif) 0 0 repeat-x #045c2a;	
}

.container {
	width: 982px;
	margin: auto;	
}

/*-------------------- Menu Styles --------------------*/

.menuDiv {
	background: url(menuBg.jpg) 0 0 no-repeat;
	height: 45px;
}


/*-------------------- Footer Styles --------------------*/

.footerDiv {
	background: url(footer.jpg) 0 0 no-repeat;
	min-height: 150px;
	padding: 0 180px 0 0;
}

/*-------------------- Content Styles --------------------*/

.contentRunner {
	background: url(bodyRunner.gif) 0 0 repeat-y;
}

.contentTop {
	background: url(contetnTop.jpg) 0 0 no-repeat;	
}

.contentBottom {
		background: url(contentBottom.jpg) 0 100% no-repeat;
		min-height: 300px;
}

#cmsbody {
	padding: 25px 15px 15px 20px;
}