BODY {
	background:url(images/stripebg.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:72%;
	color:#999; 
}

H1 {
	font-size:1.4em;
	margin-top:-5px;
}

H2 {
	font-size:1.2em;
	font-weight:normal;
}

.small {
	font-size:0.8em;
}

.pink {
	font-size:1.2em;
	color:#ffafe1;
	font-weight:bold;
}

.darkpink {
	color:#f04593;
	font-weight:bold;
}

.darkpinkbig {
	font-size:1.2em;
	color:#f04593;
	font-weight:bold;
}

.grey {
	font-size:1em;
	color:#999;
	text-decoration:underline;
}

#container, #left-edge, #right-edge {
	width:965px;
}

#container {
	margin:-10px auto 0 auto;
}

#left-edge {
	background:url(images/left.png) repeat-y left top;
}

#right-edge {
	background:url(images/right.png) repeat-y right top;
}

#content-wrapper, #header, #content-stripe, #footer {
	width:873px;
}

#content-wrapper {
	margin-left:46px;
	background-color:#fff;
	border-left:2px solid #ffafe1;
	border-right:2px solid #ffafe1;
}

#header {
	height:149px;
	padding:16px 0 16px 16px;
	text-align:left;
}

#navbar {
	width:857px;
	height:41px;
	background:url(images/topbar.jpg) no-repeat;
	padding:43px 0 0 16px;
}

#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navbar ul li {
	display:inline;
	padding:0 4px;
}

#navbar ul li a {
	font-weight:bold;
	font-size:11pt;
	color:#f04593;
	text-decoration:none;
}

#navbar ul li a:hover {
	color:#ffafe1;		
}

#content-stripe, #content, .content-left, .content-right {
	position:relative;
	float:left;
}

#content-stripe {
	background:url(images/stripe.jpg) repeat-y right top;
}

#content {
	width:796px;
	padding:16px 0 0 16px;
	margin:0 16px 16px 0;
}

.content-left {
	width:500px;
	margin-right:28px;
}


label {
width:13.5em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight:bold;
padding-top:2px;
}

.submit input {
margin-left:12em;
background:#ffd8f0;
border: 2px outset #f04593;
font-weight:bold;
color:#666;
}

input, textarea {
color: #000;
background:#ffd8f0;
border: 1px solid #f04593;
}

.content-right {
	width:265px;
}

.content-right img {
	padding-right:5px;
	padding-bottom:5px;
}

.content-right img.last {
	padding-right:0;
}

.content-right img.wide {
	padding-left:15px;
	padding-bottom:5px;
}

.content-left ul {
	list-style:url(images/bullet.gif) inside;
	margin:0;
	padding:0 10px;;

}

.content-left ul li {
	line-height:16pt;

}

.content-right ul {
	list-style:url(images/bullet.gif) inside;
	margin:0;
	padding:0 5px;;

}

.content-right ul li {
	line-height:16pt;

}

#footer {
	height:150px;
	background:#ffffff url(images/footerbg.jpg) no-repeat top center;
}

#footertxt {
	width:796px;
	height:88px;
	padding:42px 0 0 16px;
}

#baseline {
	background: url(images/baselinebg.gif) no-repeat;
	height:2px;
}

.clear {
	clear:both;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




