/* page layout */
body, html {
	margin: 15px;
	padding: 0;
	margin-bottom: 4px;
	background: #E0C7AB;
}
#slick-container {
	width: 100%;
	text-align: center;
}	
div#pageFrame {
	width: 826px; /* total pagewidth */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#slick-container-a {
	float: left;
	border: 1px solid #DBC6B9;
	background: #fff url(images/slick-contentbg.gif) no-repeat bottom right;
}	
#container1 {
	height: 281px;
	background: #fff url(images/slick-header.jpg) no-repeat;
	position: relative;
	top: 0;
	left: 0;
}
#container1-content {
	position: relative;
	top: 85px;
	left: 240px;
	width: 325px;
}
#navTopFrame {
	position: absolute;
	top: 245px;
	left: 32px;
}
div#log/oFrame {
	height: 64px;
}
div.navBarFrame {
	text-align: left;
	height: 30px; /* prevent collapse ? */
	width: 728px;
}
div#navBottomFrame {
	clear: both;
	margin: 10px auto;
	width: 550px;
}
div#middleFrame {
	float: right;
	margin: 0 10px 0 0;
	width: 550px;
}
#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 {
	float: left;
	width: 190px;
	margin-left: 15px;
}
div#boxes2Frame {
	float: left;
	width: 190px;
	margin-left: 15px;
}
div.infoboxContentsFL {
	margin: 5px; /* = the padding */
	width: 180px; /* ???????? 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 */

