body, html {
	border:  0;
	margin:  0;
	width:  100%;
	height: 100%;
	background: #ffffff;
	
}

#back {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	left:  0px;
	top: 0px;
	background: #E6E7E8;
	width: 800px;
	height: 100%;
}

#header {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	left:  0px;
	top: 0px;
}

#logo {
	position: absolute;
	left:  0px;
	top: 22px;
	background: url(../img/top_left_01.jpg) no-repeat #F5F5F5;
	width: 418px;
	height: 160px;

}

#headerimg {
	position: absolute;
	left:  418px;
	top: 22px;
	background: url(../img/top_right_01.jpg) no-repeat #F5F5F5;
	width: 382px;
	height: 160px;

}

#headerlinetop {
	position: absolute;
	left:  0px;
	top: 21px;
	background: #D3D4D5;
	width: 800px;
	height: 1px;

}

#headerlinelow {
	position: absolute;
	left:  0px;
	top: 182px;
	background: #D3D4D5;
	width: 800px;
	height: 1px;

}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #706434;
	text-decoration: none;
	text-transform: uppercase;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: 400;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}

content {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 0;
	left:  0px;
	background: #E6E7E8;
	width: 800px;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}