/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;
background: #000000;
text-align: center; /* IE center bug */
}
div#pageFrame {
position: relative;
width: 760px; /* total pagewidth */
margin: 0 auto;
background: #000000;

}
div#pageSeparator{
width: 760px; /* total pagewidth */
margin: 0 auto;
height: 2px;
background: #000000;

}
div#logoFrame {
height: 155px;
position: relative;
}
div.navBarFrame {
margin-left: 0px;
margin-right: 0px;
height: 34px; /* prevent collapse ? */
background:#E77918;
}
div#navBottomFrame {
margin: 5px auto;
}
div#middleFrame {
position: absolute;
top: 190px;
margin: 0px;
min-height: 10px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 180px; /* the fluid content is 100% minus these margins wide */


/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 0px;
right: 0px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
background-image: url("images/mainBackground.jpg");
height: 650px;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
left: 0px;
top: 190px;
width: 180px;
}
div#boxes2Frame {
position: absolute;
right: 0px;
top: 190px;
width: 180px;
}
div.infoboxContentsFL {
margin: 10px; /* = the padding */
width: 146px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 10px; /* IE */
height: 500px;
}

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

}

/* end page layout */
