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


<!--Layout-->

#flashMessage {
	background-color:#DDDDFF;
}

#clientPanel{
	width:924px;
	text-align:right;
	margin:0 auto;
	padding-top:5px;
}
#chapterPanel{
	width:924px;
	text-align:right;
	margin:0 auto;
	padding-top:5px;
}

#wrapper{
padding:0px;
margin:0px;

}

#container{
	width:936px;
	margin:0 auto;
	position:relative;
	z-index:1;
	
}
#contentLayer1{
	height:330px;
	width:936px;
	border:rgba(187,207,200,0.9) solid 7px;

	background:#fafafa;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	z-index:1;
}
#contentLayer2{
	height:320px;
	width:1000px;
	left:-25px;
	top:0px;
	position:absolute;
	z-index:1;
	margin:0 auto;
	background:url(/img/site/header.png) no-repeat;
}
#contentLayer3{
	height:225px;
	margin-top:75px;
	margin-left:400px;
	position:absolute;
	z-index:1;
}
#contentLayer4{
	position:relative;
	width:936px;
	min-height:400px;
	border:rgba(187,207,200,0.9) solid 7px;
	background:#fafafa;
	z-index:1;
}
#contentLayer5{
	float:left;
	width:185px;
	position:relative;
	z-index:1;
}
#contentLayer6{
	float:left;
	width:936px;
	position:relative;
	z-index:1;
	}
#contentLayer7{
	position:relative;
	z-index:1;
}
#contentLayer8{	
	clear:both;
	width:936px;;
	border:rgba(187,207,200,0.9) solid 7px;

	background:#fafafa;
	margin-top:10px;
	position:relative;
	z-index:0;
}

