html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
}

#docpane {
	background: #a66a6a;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.bottomad {
	text-align: left !important;
	margin-left: 60px;
}

#containerback {
	width: 800px;
	margin: 0 auto;
	background: url('bg.jpg') #a66a6a top center;
}

#container {
	background: url('contbg.jpg') #d9d9d8 repeat-y top left;
	font-family: trebuchet ms;
	font-size: 12px;
	line-height: 14px;
	color: #444;
	width: 782px;
	min-height: 100%;
	margin: 0 auto;
}

#container a {
	color: #885656;
}

#top {
	background: url('topcontbg.jpg');
	float: left;
	width: 100%;
	min-height: 50px;
}

#middle {
	background: transparent;
	float: left;
	width: 782px;
	min-height: 50px;
}

#middleleft {
	width: 522px;
	float: left;
}

#middleright {
	width: 260px;
	float: right;
}

#bottom {
	background: url('bottomcontbg.jpg');
	float: left;
	width: 100%;
	min-height: 50px;
}

.pagepaneltitle {
	font-size: 15px;
	color: #642121;
	font-weight: bolder;
}

#middletopdiv {
	background: url('middlecontdivtop.jpg');
	width: 782px;
	height: 7px;
	float: left;
	position: relative;
}

#bottomtopdiv {
	background: url('bottomcontdivtop.jpg');
	width: 782px;
	height: 7px;
	float: left;
	position: relative;
}

.pagepanel {
	margin: 15px 0;
	overflow: hidden;
}

.innerpane {
	margin: 15px;
}
.clearer {
	clear: both;
}