html, body {
  font-family: Verdana, Lucida Grande, Century Gothic, Arial, sans-serif;
	color: #dddddd;
	font-size: 1em;
	background-color: #002200;
	margin:0px;
  width:100%;
  height:100%;
  overflow:hidden;
}

a, a:link, a:visited, a:active{
  color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
  
img 
{
	float:none;
	border: none;
  padding: 0px;
}

h1{ 
  font-size: 2.5em;   
	font-weight: bold;    
}
h2{ 
  font-size: 1.2em;  
	font-weight: bold;
  font-style: italic;
}
h3{
  font-size: 1.2em;
  font-weight: normal;
}

table, tr, td{
  padding: 2px;
}
#page{
	width:1000px;
  position: absolute;
  top: 10px;
  bottom: 20px;
  left: 50%;
	text-align: center;
  margin-left: -500px;
  max-height: 700px;
}

#add a, #add a:link, #add a:visited, #add a:active{
  font-size: 0.5em;
  color: #004400;
}

#container{
  background-color: #007000;
  position: absolute;
  top: 20px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

#header{
  height: 200px;
  text-align: left;
  padding: 20px 50px;
}
#header .logo{
  float: right;
}

#menu{
  position: absolute;
  top: 200px;
  left: 10px;
  width: 190px;
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

#info{
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 190px;
  font-size: 0.75em;
}

#scroller{
  padding: 10px;
  overflow: auto;
  text-align: justify;
  position: absolute;
  top: 200px;
  left: 200px;
  bottom: 10px;
  right: 10px;
}

