
body
{
   margin-top: 16px;
   position: relative;
}

.headerWidth
{
   margin: auto;
   width: 892px;
}

.pageWidth
{
   margin: auto;
   width: 892px;
}

.contentWidth
{
   margin: auto;
   padding-top: 15px;
   width: 820px;
}

.footerWidth
{
   margin: auto;
   width: 892px;
}

#logo
{
    position: absolute;
   background-image: url(../img/structure/header.gif);
   background-repeat: no-repeat;
   width: 742px;
   height: 142px;
}

#header
{
   background-image: url(../img/structure/headerExtention.gif);
   background-repeat: repeat-x;
   height: 142px;
}

#headerLinks
{
   position: absolute;
   margin-top: 38px;
   margin-left: 700px;
}

#headerLinks UL
{
}
#headerLinks UL LI
{
  float: left;
  padding-right: 20px;
}

#headerMemberName 
{
   position: absolute;
   margin-top: 88px;
   margin-left: 710px;
}


#navContainer
{
   position: relative;
   padding-bottom: 40px;
}
#nav
{
   position: absolute;
   top: 120px;
   left: 0px;
}

#navSearch
{
   position: absolute;
   top: 115px;
   left: 670px;
}

#nav UL
{
  list-style-type: none;
}

#nav UL LI
{
  float: left;
  padding-left: 20px;
}

#pageContent
{
  background-color: #000;
}

.pageBorderLeft 
{
  width: 7px;
  background-image: url(../img/structure/midlt.gif);
}

.pageBorderRight 
{
  width: 7px;
  background-image: url(../img/structure/midrt.gif);
}

.pageBorderBottom
{
  height: 47px;
  background-image: url(../img/structure/content_btm.gif);
}

#footer
{
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  background-image: url(../img/structure/footer.gif);
}
