.container
{
	position: absolute;
	top: 8px;
	bottom: 8px;
	width: 1000px;
	border: 1px silver solid;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.tophead
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background: #3a3a3a;
	color: #fff;
	font-weight: bold;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.tophead a
{
	text-decoration: none;
	color: white;
}
.tophead a:hover
{
	color: yellow;
}
.midhead
{
	position: absolute;
	top: 31px;
	left: 0px;
	right: 0px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	background-image: url('img/hdr_all.jpg');
}
.navigator
{
	position: absolute;
	top: 112px;
	left: 0px;
	height: 20px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	background: white;
}
.navigator ul
{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigator li
{
	float: left;
}
.navigator a
{
	padding: 6px;
	margin: 0px;
	background: white;
	color: blue;
	text-decoration: none;
	display: block;
}
.navigator a:hover
{
	background: gray;
	color: white;
}
.content
{
	position: absolute;
	top: 140px;
	left: 0px;
	right: 0px;
	bottom: 39px;
	padding: 8px;
	margin: 0px;
	background: #e0e0e0;
	color: #000;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	overflow: auto;
}
.footer
{
	position: absolute;
	height: 30px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 4px;
	margin: 0px;
	background: #3a3a3a;
	color: #fff;
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
