/* page layout */
body, html { background-color: #fff; margin: 0 0 4px; padding: 0; text-align: center; /* IE center bug */
}
div#pageFrame { position: relative; width: 100%; /* total pagewidth */
margin: 0 auto; }
div#logoFrame { background-image: url(images/header.jpg); background-repeat: no-repeat; background-position: center 0; height: 164px; position: relative; }
div.navBarFrame {
margin-left: 5px;
margin-right: 5px;
height: 30px; /* prevent collapse ? */
}
div#navTopFrame { clear: both; margin: 10px auto; }
div#middleFrame {
position: absolute;
margin: 0;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 205px; /* the fluid content is 100% minus these margins wide */


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



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
left: 0;
top: 200px;
width: 190px;
}
div#boxes2Frame {
position: absolute;
right: 0;
top: 200px;
width: 190px;
}
div#navBottomFrame { clear: both; margin: 60px auto 10px; }
div.infoboxContentsFL {
margin: 10px; /* = the padding */
width: 180px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 10px; /* IE */
}

div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}
.gl {
	color: #CCCCCC;
	}

/* end page layout */
