<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: 80px;
border:1px solid gray;
background:#D3D3D3 url(Pictures/jlogo.jpg) no-repeat center;
}

h2.pos_abs
{
position:absolute;
left:260px;
top:100px;
}

h4.pos_abs
{
position:absolute;
left:260px;
top:125px;
}

#left {
  position: absolute;
  left: 30px;
  top: 123px;
  width: 219px;
border:1px solid gray;
height:1200px;
 }



#center {
  position: absolute;
  left: 255px;
  top: 123px;
  width: 825px;
 padding: 15px;
border:1px solid gray;
}

div.ex
{
width:125px;
height:180px;
padding:10px;

margin:0px;
font-size:80%
}
</style>