html { height:100% }
body {
	min-height:101%;
	font-size:100.01%
	margin:0px;
	padding:0px;
	text-align:center;
	/*background-image: url(../images/background.gif);*/
	background-repeat: repeat-x;
	/*background-color: #FFFDF7;FFE8AD*/
	background-color: #FFE8AD
}

div#body {
	position:relative;
	margin:auto;
	text-align:center;
	width:800px;
}

div#header_frame {
	position:absolute;
	width:800px;
	top:46px;
	left: 0px;
	height:71px;

	border-top:1px solid #A69577;
	border-bottom:1px solid #A69577;
}

div#header_frame img {
	position: relative;
	border: none;
}

div#spacer{
	position:relative;
	height: 30px;
	border: none;
}

div#lang_frame{
	position:relative;
	left:73px;
	top:50px;
	height: 50px;
	border: none;
}

div#content_frame {
	position:absolute;
	left:180px;
	top:150px;
	width:590px;
	color: #6A7070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	padding-bottom:10px;
}

div#content_frame .print_logo {
	display: none;
}

div#content_frame .print_title {
	display: none;
}