

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

.left {
	background: url(left.jpg) 100% 0 no-repeat;
}

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

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

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

.bodyBottom {
	background: url(bottom.gif) 0 100% no-repeat;
}

#cmsbody {
	min-height: 300px;
	padding: 3px 23px 23px 23px!important;
}

.bodyLeft {
	background: url(content-left.gif) 0 0 no-repeat;
}
