@charset "utf-8";
/* CSS Document */

body {
	margin: 0; padding: 0;
	font: 80%/170% Verdana, Geneva, sans-serif;
	color: #b4b4b4;
	background-color: #000;
}

img { behavior: url(./iepngfix.htc); }
	a img { border-width: 0; }

h1 { font-size: 200%; font-weight: 800; }
h2 { font-size: 140%; font-weight: 500; }
	h1 + h2 { margin-top: auto !important; }

#stripe {
	position: absolute;
	left: 0; top: 0;
	width: 100%; min-width: 975px; height: 20px;
	background: #fff200 url(../images/stripe.png) no-repeat left top;
	z-index: 100;
}

#logo {
	position: absolute;
	left: 20px; top: 15px;
	z-index: 150;
}
	#whitelogo { display: none; }

#nav {
	position: relative;
	width: 955px;
	margin: 0; padding: 28px 20px 0 0;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	list-style: none;
	z-index: 1000;
}
	#nav li { display: inline; margin: 0; padding: 0; margin-left: 1.5em; }
	#nav a { text-decoration: none; color: #fff200; }
	#nav a:hover { text-decoration: underline; color: #ffffff; }

#content {
	position: absolute;
	left: 136px; top: 188px;
	width: 460px; height: auto;
	z-index: 500;
}
	body#gallery #content { width: 780px; }

#footer {
	clear: both;
	margin: 20px 20px 20px 0; padding-top: 60px;
	font: 10px Arial, Helvetica, sans-serif; 
	color: #919191;
}
	#footer a { text-decoration: none; color: #cfcfcf; }
	#footer a.potent { font: 200% bold serif; font-style: italic; text-decoration: none; color: #3c3c3c; }
	#footer a.potent span { display: none; } 
	#footer a:hover { text-decoration: underline; color: #ffffff; }

#pagephoto {
	position: relative;
	left: 0px; top: 30px;
	width: 955px; height: auto;
	text-align: right;
	z-index: 100;
}

#fadeinbox {
	position: absolute;
	left: 0; top: 0;
	width: 99%; height: 99%;
	margin: 0; padding: 0;
	font-size: 90%;
	text-align: center;
	background-color: #505050;
	opacity:0.7;filter:alpha(opacity=70);
	z-index: 5000;
	visibility: hidden;
}

#textbox {
	position: relative;
	left: 50%; top: 30%;
	width: 250px; height: auto;
	margin: 0 0 0 -125px; padding: 7px;
	color: #000000;	
	background-color: #e4e4e4; 
	border: 4px outset #000000;
}

ul.bullets { margin: 0; padding: 0; list-style: none; font-weight: 600; }
	ul.bullets li { margin-bottom: 1em; }

.event { margin-top: 2.2em; margin-bottom: 0; }
	h2.event + p { margin-top: .3em; }

.caption { font-size: 75%; line-height: normal; }

.left { float: left; margin-right: 20px; }
.right { float: right; margin-left: 20px; }
.clear { clear: both; }
.nowrap { white-space: nowrap; }
.down { padding-top: 2em; }

a { text-decoration: none; color: #fff200; outline: none; }
a:hover { text-decoration: underline; }


