div.wrapper{
   position: relative;
   margin: 0 auto;
   width: 760px;

}

div.header{
   width: 756px;
   height: 100px;
   border: 2px solid #2d348e;
   border-bottom: 2px solid #2d348e;
}

h2{
   text-align: center;
}

div.content{
   width: 756px;
   height: 600px;
   border: 2px solid #2d348e;
   padding-left: 5px;
   padding-right: 5px;
   background-color: #f8f0ee;
   position: absolute;
   top: 140px;
   left: 0px;
}

/*
div.footer{
   background-color: #b3c7e6;
   width: 756px;
   height: 80px;
   padding-top: 0;
   border: 2px solid #2d348e;
   text-align: center;
   font-size: 8pt;
   position: absolute;
   top: 650px;
   left: 0;
}
*/
img.FloatLeft{
   float: left;
   margin-left: 5px;
   position: absolute;
   top: 3px;
   left: 0;
} 

img.FloatRight{
   float: right;
   margin-right: 5px;
   position: absolute;
   top: 3px;
   right: 0;
}

