@import url("text.css");
html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#222222;
	background-color: #FFFFFF;
	background-image: url(../img/bk-main.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	height:100%;
	background-image: url(../img/bk-page.jpg);
	background-repeat: no-repeat;
	background-position: center top;}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:850px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	
}
#header {
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:right;
	background-color: #FFFFFF;
	height: 93px;
}
#headleftpanel {
	margin:0;
	float: left;
	height:94px;
	width: 340px;
	background-color: #ffffff;
}
#headrightpanel {
	margin:0;
	height: 94px;
	width: 445px;
	padding: 0 15px 0 0;
	background-color: #ffffff;
	float: right;
}
/* top panel */
#toppanel {
	width:800px;
	height:250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EEEEEE;
	background-image: url(../img/montage-home.jpg);
	background-position: center top;
}
#topleftpanel {
	margin:0;
	float: left;
	width: 200px;
}
#toprightpanel {
	margin:0;
	height: 426px;
	width: 594px;
	background-color: #355472;
	float: right;
}
/* mid panel */
#midpanel {
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
}
#midleftpanel {
	float: left;
	width: 174px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 24px;
}
#midrightpanel {
	width: 510px;
	float: right;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
}
#midleftnavpanel {
	margin:0 0 0 36px;
	float: left;
	width: 164px;
}
#midrighttextpanel {
	margin:0 50px 0 0;
	width: 510px;
	float: right;

}
/* bottom panel */
#bottompanel {
	width:776px;
	height:10px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../pix/bk-bottom-panel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	padding:.1em 24px 18px 0; /* bottom padding for footer */
}
#leftbottompanel {
	margin:0;
	float: left;
	width: 206px;
	text-align: center;
}
#rightbottompanel {
	margin:0 -24px 0px 0px;
	padding:10px;
	width: 574px;
	height:130px;
	background-color: #e6eaed;
	float: right;
}
/* pod divs */
#nav {
	height:220px;
	width: 200px;
	background-color: #768b9b;
	background-image: url(../pix/nav/main-nav.jpg);
	margin:0px;
	padding:0;
	border-bottom:solid 6px #ffffff;
}
#search {
	height: 200px;
	width: 200px;
	background-color: #aabbc5;
	border-bottom:solid 6px #ffffff;

}

#misc {
	width: 180px;
	background-color: #e6eaed;
	height:100%;
	margin-top:6px;
	padding: 10px;
}
/* content */
#introduction {
	margin: 6px 0 0 0;
	padding: 10px;
	width: 574px;
	background-color: #dde2e6;
}
#content {
	margin: 6px 0 0 0;
	padding: 10px;
	width: 574px;
	background-color: #f2f2f2;
}
/* footer */
#footer {
	position:absolute;
	left:20px;
	width:810px;
	height:72px;
	bottom:0;
	text-align:center;
}
#footercontent {
	width:800px;
	height:62px;
	padding: 30px 0 0 0;
	margin:0;
	background-color: #ffffff;
}
/* tidying */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
