body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
	text-align:justify;
}

img {
	border: 0px;
}

a:active, a:visited, a:link {
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#header {
  position:absolute; 
  top:0; 
  left:0;
  width:100%; 
  height:100%; 
  overflow:auto; 
}
#header img {
	top:0;
	margin-left:201px;
	height:10em;
	width:40em;
}


#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #555;
	border-right:1px solid #000;
}

#menutop {
	
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main {
	height: ;
	top: 120px;
	left:0;
	right:0;
	bottom:0;
	padding: 20px;
	position:fixed;
	overflow: auto;
	margin-left: 200px;
	margin-right: 40px;
	color:#626262;
}
#main p {
	color: #626262;
}


#main h2 {
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}