<style type="text/css">


body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left:5;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;}

#header {
  margin: 20px;
  padding: 10px;
  height: 100px;
text-align: center;
border:1px solid gray;


background:beige url(Pictures/hlogo.jpg) no-repeat left;
}




  h1 { 

font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 32px; 
text-align: center;
font-weight: bold; 
color: #000000; 

} 

h2.pos_abs
{
position:absolute;
left:260px;
top:100px;
}


#left {
  position: absolute;
  left: 30px;
  top: 159px;
  width: 219px;
border:1px solid gray;
}



#center {
  position: absolute;
  left: 255px;
  top: 159px;
  width: 825px;
 padding: 15px;
border:1px solid gray;
}





</style>