html {
	color:#000000;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-image:url(../../images/bodyBg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
img {
	border:none;
	padding:0px;
	margin:0px;	
}

#mainPage {	}
#cmsDiv {
	width:1000px;
	background-image:url(../../images/mainBg.jpg);
	background-repeat:no-repeat;
	margin:0px auto;
}
#cmsHeader {
	width:1000px;
	height:195px;
	margin:0px auto;
}
#cmsCenter {
	width:1000px;
	margin:0px auto;
}
#cmsLeft {}
#cmsMain {
	width:856px;
	padding-left:73px;
	padding-right:73px;
	padding-top:20px;
	min-height:505px;
	overflow:auto;
	background-image:url(../../images/centerBg.png);
	background-repeat:repeat-y;
}
#cmsRight {}
#cmsFooter {
	width:1000px;
	height:56px;
	margin:0px auto;
	background-image:url(../../images/footerBg.png);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
}

.div_float_left { float:left; }
.div_float_right { float:right; }
.div_clear_both { clear:both; }