/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;

text-align: center; /* IE center bug */
}
div#pageFrame {
position: relative;
width: 919px; /* total pagewidth */
left:1px;
margin: 0 auto;
background-color:#9999cc;
top:38px;

}
div#logoFrame {
height: 64px;
position: relative;
}
div.navBarFrame {
margin-left: 5px;
margin-right: 5px;
height: 30px; /* prevent collapse ? */
}
div#navBottomFrame {
margin: 10px auto;
}
div#middleFrame {
position: absolute;
background-color:#9999cc;
top: 141px;
margin: 0px;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
 /* the fluid content is 100% minus these margins wide */
padding-left:210px;
padding-right:210px;
left:10px;
/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */

}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
top:25px;

}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
left: 15px;
top: 161px;
width: 200px;
background-color:#9999cc;
}
div#boxes2Frame {
position: absolute;
right:11px;
padding-right:5px;
top: 161px;
width: 200px;
background-color:#9999cc;
text-align:left;
}
div.infoboxContentsFL {
margin: 5px; /* = the padding */
width: 146px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */
}

div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}

/* end page layout */

