
html, body {
	height: 100%;
	text-align: center;
}
body {
	background: #FFF url('bg.jpg') no-repeat fixed center; 
	margin: 0;

}


#container {
	position: relative;
	width: 700px;

	margin: 0 auto;
	min-height: 100%;
	padding: 0;
	display: block;
	clear: all;
	margin-bottom:-95px;
}

* html #container {
height: 100%;
}

#whitebox {
	position: fixed;

	width: 700px;
	height: 100%;
	background-color: #FFF;
	filter: alpha(opacity=85);
	opacity: .85;


	display: block;
	z-index: -10;
}

* html #whitebox {
	position: absolute;
}

#header {
	position: relative;
	width: 100%;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	color: #387;
	background: url('logobar.png') no-repeat top left;

}

#header h1 {
	font-size: 2.5em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: -0.06em;
	margin: 0;
	padding: 20px 0;
}

* html #header h1 {letter-spacing: -0.18em;}

#header h2 {
	font-size: 1.7em;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: -0.06em;
	margin: 0;
}

* html #header h2 {letter-spacing: -0.13em;}

#main {
	position: relative;
	float: right;
	width: 525px;
	padding: 10px;
	font-size: 1em;
	text-align: left;
	clear: left;

}

* html #main {width: 545px;}

#main h3 {
   font-weight: bold;
   font-size: 1.6em;
   font-variant: small-caps;

	margin: 0;
   }
#main h4 {
   font-weight: bold;
   font-size: 1.25em;

	margin: 0;
   }
#main h6 {
   font-size: .7em;

	margin: 0;
   }
#main a {
	color: #387;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
#main hr {
	color: #387;
	width: 75%;
	margin: 1.5em auto;
	text-align: center;
}

* html #main hr {margin: 0.5em;}

#main .retreat {
	font-size: .8em;
}

#nav {
	position: relative;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	color: #FFF;
	clear: all;

}



#nav .content {

	background-color: #4a9;
	color: #FFF;
	font-size: 0.6em;
	text-align: center;
}
.link {

	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
}

.link a {
	text-decoration: none;
	color: #fff;
}

.linkon {

	font-size: 1.5em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
	padding: 5px 10px;
	text-align: left;
	background-color: #f9b;
	color: #000;


}

.linkon a {
	color: #000;
}

	

.rtop, .rbottom {display:block; background: transparent;}
#nav .rtop *, #nav .rbottom * {display: block; height: 1px; overflow: hidden; background: #4a9;}
.r1 {margin: 0 5px 0 0;}
.r2 {margin: 0 3px 0 0;}
.r3 {margin: 0 2px 0 0;}
.r4 {margin: 0 1px 0 0; height: 2px;}

.announcewide {
	width: 100%;
	height: 150px;
	position: absolute;
	display: table;
	top: 0px;
	right: 75px;
	background: url('announcebg.png') no-repeat center;
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 5;
}	

.announcement {
	width: 150px;
	height: 150px;
	position: absolute;
	display: table;
	top: 0px;
	right: 75px;
	background: url('announcebg.png') no-repeat center;
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 5;
}
.announcementon {
	width: 150px;
	height: 150px;
	position: absolute;
	display: table;
	top: 0px;
	right: 75px;
	background-color: #f9b;
	filter: alpha(opacity=90);
	opacity: .9;
	z-index: 5;
}
.announcecontents {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-size: 0.8em;
	font-variant: small-caps;
	text-align: center;
	color: #fff;
}
.announcecontents a {color: #387;}
* html .announcecontents {position: absolute;  top: 50%; left: 0;}


.photocredit {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 150px;
	color: #333;
	background-color: #FFF;
	opacity: .65;
	filter: alpha(opacity=65);
	z-index: 5;
	text-align: center;
	font-size: 0.6em;
}
* html div.photocredit {
	position: absolute;
	left: 0px;
	top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
.photocredit a {
	color: #387;
	text-decoration: none;
}
.photocredit a:hover {
	text-decoration: underline;
}
