body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

img {
	border-width: 0px;
}

#everything {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 864px;
	padding: 0px 0px 7px 0px;
	background: url(images/bg_page_bottom.gif) bottom no-repeat;
}

//* html #everything  /* only IS sees this */
//{ \background: url(images/bg_page_bottom.gif) bottom no-repeat; /* IE 5 and IE 5.5 see this value */
//   \background: url(images/bg_page_bottom.gif) bottom no-repeat; /* another one for only IE 5 and IE 5.5 */
//	bac\kground: url(images/bg_page_bottom.gif) bottom no-repeat; /* Only IE 6 sees this */
//}


#header {
	padding: 25px;
	padding-left: 45px;
	padding-right: 35px;
	padding-bottom: 0px;
	background: white; /*url(images/bg_page_top.gif) top no-repeat;*/
}

#menu {
	float:right;
	clear: both;
	margin-top: 10px;
	width: 400px;
	text-align: right;
}

#menu a {
	color: #262626;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

#menu a:hover {
	color: red;
}

#menu img {
	vertical-align: middle;
}

#cameramenu {
	float: right;
	padding-right: 5px;
	font-size: 20px;
	width: 400px;
	white-space: nowrap;
	text-align: right;
}

#cameramenu img {
	vertical-align: middle;
}

#cameramenu a {
}

#cameramenu a:hover {
	background-color: black;

}

#content {
	padding: 25px;
	background-color: white;
	font-family: Verdana, sans-serif;
}

#content h1 {
	padding: 0px 0px 15px 15px;
	margin: 0px 7px 20px 7px;
	border-bottom: solid 3px red;
}
#content h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 7px 0px 7px;
	font-size: 16px;
	font-weight: bold;
}

#footer {
	color: #ffffff;
	background: #4d4d4d;
	padding: 10px 20px 3px 20px;
	font-size: 14px;
}

#footer table td {
	vertical-align: top;
}

#footer a {
	color: white;
	text-decoration: none;
}

#spotlight {
	width: 788px;
	margin: 0 auto;
}
#spotmenu {
	clear: both;
}
#spotmenu a {
	display: block;
	width: 100%;
	padding: 10px 20px 10px 20px;
	background-color: red;
	margin: 0px;

}

#spotmenu a:hover {
	background-color: black;
}

#spare {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	padding: 10px 25px 20px 45px;
	
}

#spare a {
	display: block;
	
	width:189px;
	height:27px;
	text-align: center;
	color: #444444;
	text-decoration: none;
	background: url(images/spare_bg.jpg);
	padding-top: 11px;
	font-size: 14px;
}
#spare a:hover {
	color: red;
}

#newsletter {
	width: 390px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#newsletter th, #newsletter td {
	text-align: left;
	padding: 5px;
}

#newsletter td {
	background-color: #EEEEEE;
	border: solid 1px gray;
	
}

#newsletter a {
	color: black;
}


/*Lightbox specifics*/
#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: #000; 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: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #ddd; }
#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; }
