﻿@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;}

	.lefterWrapper{ display:block; width:200px;  float:left;}	
	.mainWrapper{ display:block; margin:0 0 0 200px; width:780px; _width:750px; display:block; margin-left:200px; _margin-left:193px; border:1px solid #fff; border-width:1px 0px; overflow:hidden;}
	.righterWrapper{ display:block; width:200px; float:right;}		
	
	.lefter, .main{background:#fff  top left no-repeat; margin:0px 0px; display:block;}
	.lefter{background:url(../images/leftBG.jpg) top left no-repeat; min-height:430px; _height:400px;}
	.footer{ line-height:42px; height:50px; width:990px; margin-bottom:-8px; font-size:10px; text-align:center; color:#EFF1F9; background:url(../images/foot_bg.gif) 5px bottom no-repeat;}

