body {
	position: relative;
	width: 850px;
	margin: 0 auto;
	background-color: 81987C;
	background-image: url(mapllf.jpg);
//	background-size: cover;
	overflow: hidden;
	scrollbar-base-color: DBD2AF;
}

#header {
	position: absolute;
	top: 20px;
	height: 80px;
	width: 810px;
	padding: 0px 20px;
	font-family: Times new roman;
	font-size: 68px;
	color: navy;
	background-color: lightsteelblue;
}

#container {
	position: fixed; 
	width: 850px;
	max-height: 670px; 
	top: 100px;
	bottom: 20px; 
	overflow: hidden;
	background: F6F3E7;
}

#mainp {
	position: absolute;
	float: right;
	top: 0px;
	bottom: 20px;
	width: 833px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: navy;
	overflow: auto;
	background-color: aliceblue;
	padding-left: 17px;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 850px;
	background-color: #B6C4B8;
	padding: 10px;
	font-size: 14px;
}

a:link { color: navy; font-weight: bold; }
a:hover { color: green; font-weight: bold; }
a:visited { color: navy; font-weight: bold; }

h1 { display: inline; font-family: Times new roman; font-size: 50px; color: teal; }
h2 { display: inline; font-family: Arial; font-size: 20px; color: navy; }
h3 { display: inline; font-family: Arial; font-size: 14px; color: navy; }
pre { font-family: Arial; font-size: 17px; }

hr { height: 3px; color: navy; background-color: teal; border: 0px; }
img {margin-right: 12px; border: 0px solid black; }