@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3D72A6;
}
	
.wrapper {
	background-color: #FFF;
	width: 954px;
	position:absolute;
	margin: 15px 10% 0 15%;
	padding: 0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #09C;
	border-right-color: #FC9;
	border-bottom-color: #09C;
	border-left-color: #FC9;
	visibility: visible;
	z-index: 1;
}
.header {height: 150px;background-image:url(../images/headBG.jpg);
	}
.headerL {width: 235px;padding: 0 0 0 25px;float: left;
	}
.headerR {width: 505px; float:right;
	}
	
.mid {height: 207px  !important;
	float: left;}
.leftMid {
	width: 140px;
	float: left;
}
.rightMid {
	height: 207px !important;
	width: 715px;
	float: right;
}
.menu {background-color:#369;
height: 39px !important;
	width: 814px; float: left;}
.main {background-color: #FFF;
	top: 0px;
	width: 950px;
float:left;}
.mainleftCol {
	left: 0px;
	top: 257px;
	height: 417px !important;
	width: 140px;
	float: left;
}
.mainContent {
	width: 540px;
	margin: 0;
	height: 100%;
	padding: 20px;
	float:left;
}
.move {
	width: 510px;
	margin: 0;
	height: 240 !important;
	padding: 5px;
	float:left;
	background-color: #E2D9C8;
}
.moveR {
	width: 200px;
	margin: 0;
	height: 240 !important;
	padding: 5px;
	float:right;

}
.mainRcol {width:220px; margin: 0;padding: 20px 5px;float:right;}

.mainContentWide {
	width: 670px;
	margin: 0;
	height: 100%;
	padding: 20px;
	float:right;
	z-index:2;}
.footer {
	padding: 4px 20px;
	background: #85A791;
	width: 916px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #336699;
}
.clear {clear:both;}
