body, div, h1, h2, h3 {	
	padding:0;
	margin:0;
	border:0;
}

body {
	background:#000000;
	color:#fff;
	font:normal 100.1%/100.1% Arial, Helvetica, sans-serif;
}

a {
	color:#ffd1ad;
	text-decoration:none;
}

h1, h2 {
	color:#ffd1ad;
	padding:5px;
	background:#383838;
	font:normal 1.25em/1.5em Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}

h3 {
	margin:0.623em 0;
	color:#ffd1ad;
}

p {
	margin:1em 0;
	font-size:0.75em;
}

ul {
	font-size:0.75em;
}

.right {
	float:right;
}

.left {
	float:left;
}

.header-container {
	background:#000000 url(../images/bkg_header.gif) repeat-x;
	height:107px;
}

.header {
	width:1000px;
	height:86px;
	margin:0px auto;
	padding:21px 0 0 0;
}

.header img {
	background:none;
	float:left;
}

.header .contact {
	float:right;
	width:300px;
}

.header .contact p {
	float:right;
	font-size:1em;
	line-height:1.1em;
}

.header .contact p span {
	color:#ffd1ad;
}

.header .contact a {
	color:#fff;
}

.nav-container {
	background:#000000 url(../images/bkg_nav1.gif) repeat-x;
	height:29px;
}

.nav {
	width:1000px;
	height:25px;
	margin:0px auto;
	padding:4px 0 0 0;
	text-align:center;
}

.nav ul {
	list-style:none;
	margin:0 10px;
	font-size:1em;
}

.nav ul li {
	display:inline;
	padding:1px 5px 2px 5px;
	background:#383838;
}

.nav ul li:hover {
	background:#565154;
}

.nav ul li a {
	line-height:21px;
	color:#ffd1ad;
	font-variant:small-caps;
	text-shadow:2px 2px #000;
}

.wrapper {
	width:1000px;
	margin:20px auto 0 auto;
}

.left-bar {
	width:199px;
	min-height:400px;
	padding-left:1px;
	background:url(../images/bkg_fade-bar.png) top left no-repeat;
	float:left;
	border-top:1px #ffd1ad solid;
}

.badge {
	margin:10px 37px;
}


.right-bar {
	width:199px;
	min-height:400px;
	padding-right:1px;
	background:url(../images/bkg_fade-bar.png) top right no-repeat;
	float:right;
	border-top:1px #ffd1ad solid;
}
.right-bar p {
	margin:5px;
}

.right-bar a {
	float:right;
}

.right-bar h2 {
	clear:both;
}

.content {
	width:580px;
	min-height:570px;
	margin:0 auto;
	border-top:1px #ffd1ad solid;
	padding:0 20px 0 0;
	background:url(../images/bkg_table.png) 50% 50px no-repeat;
}

img.classic-link {
	margin-top:10px;
	border:0;
}

.footer {
	clear:both;
	width:1000px;
	min-height:150px;
	margin:0 auto 20px auto;
	background:#000000 url(../images/bkg_footer.png) bottom center no-repeat;
	text-align:center;
}

.footer .links {
	padding-top:80px;
	font-size:0.75em;
}

.footer .webdesign {
}

form#contact input, form#contact select, form#contact textarea {
	margin:3px;
}

form#contact span {
	color:#f00;
}

.contact {
	float:left;
	width:190px;
}

/* ========== Lightbox 2 ========== */
#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; }
