.pager{
 text-align: center;
}

.positioner{
 text-align: left;
 margin: auto auto;
 width: 800px;
        

}

.outerBox{
 float: left;
 width: 800px;
 background-color: white;
 background: url('../images/allBgLayout.jpg');
}


.layoutBox{
  float: left;
  width: 788px;
  background-color: white;
}

.layoutShadLeft{
  float: left;
  width: 6px;
  
}

.layoutShadRight{
 float: left;
 width: 6px;
}

.layoutHeader{
 float:left;
 background: url('../images/headerBg.jpg') repeat-x;
 height: 1px;
 width: 788px;
}

.layoutMiddleHeader{
 float:left;
 background: url('../images/header.gif') no-repeat;
 height: 120px;
 width: 788px;
}
.layoutMiddleHeaderFR{
 float:left;
 background: url('../images/header_fr.gif') no-repeat;
 height: 120px;
 width: 788px;
}

.layoutMenuTop{
 clear: left;
 float: left;
 background: url('../images/topmenuBg.jpg') no-repeat;
 height: 50px;
 width: 936px; 
}

.layoutMenu{
 clear: left;
 float: left;
 width: 5px;
 padding-left: 18px;
 padding-top: 23px;
}

.layoutSpace{
  width: 25px;
  float: left;
}

.layoutContent{
  float: left;
  margin: 25px 25px 25px 25px;
  display: block;

}

.contentBox{
  float: left;
}
.footer{
 
}
.endFooter{
   height: 13px;
   background: url('../images/footer.jpg') bottom left no-repeat;  
}