.pager{
 text-align: center;
}

.positioner{
 text-align: left;
 margin: auto auto;
 width: 994px;

}

.outerBox{
 float: left;
 width: 994px;
 background-color: #DCDDDE; 
}

.layoutBox{
 
}
.header{
 display: inline;
 float:left;
 width: 994px;
 height: 310px;
 background-image: url(../images/headerBg.gif);
 background-repeat: repeat-x;
 border: 0;
}

.menuTop{
 display: block; 
 float:left;
 width: 768px;
}
.logo{
 float:right;
 display:inline;
 margin-top: 43px;
 margin-right: 6px;
}

.contentLayout{
 float:left;
 background-color: #DCDDDE; 
}

.contentBox{
  float: left;
  display: block;
  width: 660px;
  margin-left: 70px;
  margin-right: 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  overflow: auto;
  
}

.contentInBox{
 float:left;
 display: inline;
 margin-left: 40px;
 margin-right: 38px;
 background-color: #DCDDDE;
}



.footer{
  padding: 0px 0px 0px 5px;
}
