
body {
	background-color: #333;
	margin : 0px;
}

#wrapper {
	width : 780px;
	margin-left: -390px;
	position: absolute;
	left: 50%;
}

#top {
	background-color: #333;
	width : 100%;
	height : 100px;
	position: absolute;
	top : 0px;
}

#top .title {
	width : 780px;
	color : #FFFFFF;
	margin-left: -390px;
	position: absolute;
	top : 20px;
	left: 50%;
	font : 36px Verdana, Verdana, Geneva, sans-serif;
}

#top ul {
	width : 765px;
	height : 22px;
	list-style : none;
	margin-left: -390px;
	position: absolute;
	left: 50%;
	top : 78px;
	overflow: hidden;
}

#top li {
	text-align : center;
	float : right;
	margin-left : 5px;
}

#top a {
	float: left;
	background-color: #666;
	color : #FFF;
	width: 95px;
	font : 10px Verdana, Verdana, Geneva, sans-serif;
	padding : 5px 0;
} #top a:hover { background-color: #999; color: #FFF; }
#top a.selected {
	background-color: #000;
}

#top img {
	border : 0px;
}

#bottom {
	background-color: #666;
	height : 10px;
	text-align: center;
	padding : 10px 25px;
	color: #EEE;
	font: 10px Tahoma, Geneva, sans-serif;
}

#bottom a {
	color: #BBB;
	font-weight: normal;
} #bottom a:hover { text-decoration : underline; }

#middle {
	background-color: #000;
	margin : 100px 0px 0px 0px;
	width : 780px;
}

#main {
	margin : 0px;
	padding : 10px 0px 5px 0px;
	width : 700px;
}

#content {
	float : left;
	font : 12px/16px Verdana, Verdana, Geneva, sans-serif;
	text-align : left;
	color : #fff;
	width : 750px;
	margin: 0px;
	padding: 0px 0px 15px 15px;
}

h1 {
	font : bold 18px Verdana, Verdana, Geneva, sans-serif;
	width: 100%;
	color : #eee;
	margin : 0px 0px 3px 0px;
}

h2 {
	font : bold 16px Verdana, Verdana, Geneva, sans-serif;
	color : #eee;
	width: 100%;
	margin : 15px 0px 3px 0px;
}h2.top {
	margin-top: 1px;
}

p {
	font : 12px/16px Verdana, Verdana, Geneva, sans-serif;
	text-align : left;
	color : #fff;
	margin : 0px 0px 10px 0px;
}

ul {
	list-style : square;
	margin : 0px 0px 3px 0px;
	padding : 0px 0px 0px 15px;
}

a {
	color : #777;
	font-weight: bold;
	text-decoration: none;
} a:hover {
	color : #AAA;
} a:active {
	color : #AAA;
} a:visited {}

img {
	border : 0px;
}

ul.fotos {
	display: block;
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
ul.fotos li {
	display: block;
	float: left;
	width: 120px;
	height: 80px;
	padding: 2px;
	border: 1px solid #CCC;
	margin: 0px 12px 10px 12px;
	text-align: center;
	vertical-align: bottom;
}


/* LIGHTBOX CSS
------------------------------------ */
#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(../javascript/lightbox_images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../javascript/lightbox_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: 90px; 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; }

