html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

div.level1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	
	width: 822px;
	margin: auto;
}


div.head {
	margin-top: 50px;
	background: url('../images/top_img.gif') top center;
	background-repeat: no-repeat;
	width: 822px;
	height: 240px;
}


div.head ul {
	margin: 0px;
	/*margin-top: 200px;*/
	padding: 0px;
	list-style: none;
	height: 32px;
}

div.head ul li {
	float:left;
	padding: 0px;
	margin: 0px;
	margin-top: 210px;
}

div.contentfield {

	padding: 15px;
	min-height: 100%;
	height: auto;
	background-image: url('../images/background.gif');
	background-repeat: no-repeat;
	background-color: #FCF3D8;
}

div.printhead {
	display: none;
}

button {
	border: 0px;
	border-style: solid;
	background-color: #E3D9BE;
	padding: 0px;
}

button img {
	margin-top: 3px;
}
