html {
	color:#ffffff;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(../../images/bs_main_shadow.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ffffff;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#595959;
}
img {
	border:none;
	padding:0px;
	margin:0px;	
}

#mainPage {	}
#cmsDiv {
	width:958px;
	margin:0px auto 0 auto;
	padding:0px;
}
#cmsHeader {
	width:100%;
	height:297px;
}
#cmsCenter {
	width:952px;
	min-height:440px;
	border-left:3px solid #ffffff;
	border-right:3px solid #ffffff;
	background-color:#f5efe5;
	background-image:url(../../images/bs_contents_bkg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#cmsLeft {
	width:230px;
	min-height:440px;
	float:left;
}
#cmsMain {
	width:472px;
	min-height:440px;
	float:left;
	line-height:160%;
	padding:10px;
	padding-top:0px;
	color:#595959;
}
#cmsRight {
	width:230px;
	min-height:440px;
	float:left;	
}
#cmsFooter {
	width:952px;
	height:95px;
	border-left:3px solid #ffffff;
	border-right:3px solid #ffffff;
	border-bottom:3px solid #ffffff;
	background-color:#e1d0b5;
	clear:both;
}

.div_float_left { float:left; }
.div_float_right { float:right; }
.div_clear_both { clear:both; }