/* page layout */
body, html {
	margin: 0;
	padding: 0;
	margin-bottom: px;
	background-image: url(images/back_main.jpg);
	text-align: center;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-attachment: fixed;
}
div#pageFrame {
position: relative;
width: 100%; /* total pagewidth */
margin: 0 auto;

}
div#logoFrame {
	height: 130 px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 900;
	width: 100%;
	padding: 0px;
	background-image: url(images/header_top_bck.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330033;
	background-color: #330033;
}
div.navBarFrame {
margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
height: 30px; /* prevent collapse ? */
z-index: 100;
}
div#navBottomFrame {
	margin: 2px auto;
	background-image: url(images/header_top_bck.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #330033;
	border-top-width: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #330033;
	border-right-color: #330033;
	border-bottom-color: #330033;
	border-left-color: #330033;
	text-align: justify;
	vertical-align: middle;
}
div#middleFrame {
position: absolute;
top: 115px;
margin: 0px;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 210px; /* 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: 150px;
right: 10px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
	width: 100%;  /* prevents IE to jump out of the box! */
	text-align: left;
	vertical-align: top;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
	position: absolute;
	left: 3px;
	top: 115px;
	width: 200px;
	padding-bottom: 50px;
}
div#boxes2Frame {
position: absolute;
right: 3px;
top: 115px;
width: 200px;
}
div.infoboxContentsFL {
margin: 0px; /* = the padding */
width: 200px; /* ???????? 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 */
