body {
  text-align: center;
}


#box-wrap {
width: 938px;
margin-left: auto;
margin-right: auto;
position: relative;
/*border-left: 1px solid #000;
border-right: 1px solid #000;
*/
}


* html #box-wrap {
  width: 938px;
}


#pageHeader{
position:absolute;
top:0px;
left: 0;
z-index: 1000;
height: 165px;
width: 938px;
}

/*
* html #pageHeader {
width: 938px;
}*/



#box-inner-wrap {
padding-top:185px;
width: 938px;
}

* html #box-inner-wrap {
  height: 1%;
  padding-top:0;
  margin-top: 188px;
}

#box-inner-wrap:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
}



#pageBlockLeft{
background: url(images/leftline_N0.gif) repeat-y;
}

#pageContent{
float: right;
width: 701px;
*width: 703px;
border-left:1px solid #eaeaea;
border-right:1px solid #eaeaea;
*margin-left:-2px;
}

#pageColumnLeft{
float: left;
width: 235px;
/*height: 100%; */
}

#pageColumnRight{
}



#pageFooter{
/*float: right; */
clear: both;
display: block;
width:938px;
background:#fff;
}

.clear {
display:none;
clear: both;
}

