/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;
/*background: #fff url(images/screenrulers-soft.png);*/
background: #E2E2E2;
text-align: center; /* IE center bug */
}
div#pageFrame {
position: relative;
width: 770px; /* total pagewidth */
margin: 0 auto;
background: #1E3859;
}
div#logoFrame {
height: 220px;
position: relative;
margin: 0px;
}
div.navBarFrame {
margin: 0px;
height: 30px; /* prevent collapse ? */
margin-top: 5;
}
div#navBottomFrame {
margin: 10px auto;
}
div#middleFrame {
	position: absolute;
	top: 255px;
	margin: 0px;
	min-height: 500px;
	padding-left: 170px;
	/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */

right: 0px;
	background: #ffffff;
	background-image:url(/images/background_left.jpg);
	background-repeat:repeat-y;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

/* test */
/*height: 600px;
overflow: scroll;*/
}
@media all {
        div#middleFrame {
	margin-right: 0;
	width: 580px;
}
          } /* values for others */




#middleContent {
width: 580px;  /* prevents IE to jump out of the box! */
text-align: justify;
}

/*div#rightBorder {
position: absolute;
top: 255px;
margin: 0px;
left: 700px;
right: 0px;
width: 70px;
height: 600px;
background: #E5C966;
}*/

/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
	position: absolute;
	top: 255px;
	width: 165px;
	left: 0px;
}
div#boxes2Frame {
position: absolute;
right: 7px;
top: 100px;
width: 160px;
}
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 */
