body {
	position:relative;
	width: 960px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: navy;
	background-color: #033D35;
	scrollbar-base-color: #B0D1B6;
}

#header {
	position:absolute;
	width: 960px;
	height: 100px;
	top: 20px;
	background-color: white;
}

#menup {
	position: absolute;
	width: 960px;
	height: 60px;
	top: 120px; 
	background-color: white;
}

#container {
	position: fixed; 
	width: 960px;
	max-height: 580px; 
	top: 180px;
	bottom: 20px; 
	overflow: hidden;
	background: white;
}

#mainp {
	position: absolute;
	width: 910px;
	top: 0px;
	bottom: 140px;
	padding: 10px 20px 10px 30px;
	background-color: white;
	overflow-x: hidden;
	overflow-y: auto; 
}

#footer {
	position: absolute;
	width: 960px;
	height: 140px;
	bottom: 0px;
	overflow: hidden; 
	background-color: white;
}

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

h2 { font-family: Arial, sans-serif; font-size: 18px; color: red; }
h3 { display: inline; font-family: Arial, sans-serif; font-size: 16px; }
pre { font-family: Arial, sans-serif; font-size: 14px; }
