body
{
 background:#437C17;
 color: #000000;
 font-family: arial;
 }
 h1
 {
    font-size:36;
	font-stretch: extra-expanded;
	font-style: oblique;
}
h3
{
}
p
{ 
   color: black;
   }
.top
{
  position: absolute;
  top:15;
  left:26;
  width:950;
  height:100;
  background-color:#3090C7;
}
.menu
{
  position: absolute;
  top:130;
  left:26;
  width:950;
  height:350;
  background-color: #25587E;
 }
 .middle
 {
  position: absolute;
  top:195;
  left:26;
  width:950;
  height:325;
  background-color: #9cadbe;
  Overflow:auto;
  }
  
 .footer
 {
   position: absolute;
   top:550;
   left:26;
   width:950;
   height:40;
   background-color:#382D2C;
   }
   
   .picture
   
   {position: absolute;
   top:0; }
   
   form
   {
     position: relative;
	 top:50%
	 left:300;
	 }
 

