@charset "utf-8";
/* CSS Document */

	@import url("global.css");
	@import url("modules.css");

	.headWrapper, .bodyWrapper, .footerWrapper{ margin:0px auto; width:1000px; padding:0px; text-align:left; background:url(../images/body_bg.jpg) repeat-y;}
	.header, .body, .footer{ margin:auto; width:980px;}
			
	.headWrapper{}
	
	.body{position:relative; width:980px;}
	.leftCenterWrapper{float:left; width:780px;}
	.lefterWrapper{float:left; width:200px;}
	.mainWrapper{width:580px; overflow:hidden; _width:577px; display:block; margin-left:200px; _margin-left:193px; border:1px solid #fff; border-width:1px 0px;}
	.righterWrapper{float:right; width:200px;}
	.righterWrapper, .mainWrapper, .lefterWrapper{background-color:#fff;}
	.lefter, .main, .righter{background-color:#fff; margin:0px 5px; display:block;}
	.lefter{background:#fff url(../images/leftBG.jpg) top left no-repeat; margin:0px; min-height:430px; _height:400px;}
	.footer{ line-height:42px; height:50px; width:990px; margin-bottom:-8px; font-size:12px; text-align:center; background:url(../images/foot_bg.gif) 5px bottom no-repeat;}
