body { 
	margin:0;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#121212;
	text-align:center;
	}
h1 { 
	margin:0;
	font:normal 1.6em Arial, Sans-Serif;
	letter-spacing:-1px;
	color:#666666;
	}
h1 a {
	color:#666666;
	}
	
/* Wrapper */

#wrap {
	width:768px;
	margin:0px auto;
	border-left:1px solid #0D130D;
	border-right:1px solid #0D130D;
	}
	
/* Header */

#header {
	height:240px;
	}
	
/* Navigation Bar */

div#navigation {
    height: 30px;
    width: 100%;
    border-top: solid #0D130D 1px;
    border-bottom: solid #0D130D 1px;
	background-image:url(images/bg_navigation.gif);
}
div#navigation ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}
div#navigation li {
    list-style-type: none;
    display: inline;
}
div#navigation li a {
    text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
    padding: 7px 10px;
	color:#EDE6EE;
}
div#navigation li a:link {
    color: #FFF;
}
div#navigation li a:visited {
    color: #C7B6CD;
}
div#navigation li a:hover {
    color: #FFF;
	background-image: url(images/bg_navigationhover.gif);
}
	
/* Content Area */

#content {
	text-align:left;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:12px 10px;
	color:#EDE6EE;
	background-image:url(images/bg_content.gif);
	background-repeat:no-repeat;
	background-color:#3E3E3E;
	}
#content a {
	color:#D9FF76;
	}
#content a:hover {
	color:#EDE6EE;
	}
#content a:visited {
	color:#D3DABC;
	}
	
/* Footer */

#footer {
	height:35px;
	line-height:10px;
	padding:8px 0px;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#BECF96;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	color:#D9FF76;
	}
	
	table.gallery
{
    table-layout: fixed;
    width: 760px;
	text-align: center;
}

.gallery img {
    border: 1px solid #ffffff;
    margin: 25px 6px 4px 6px;
    padding: 4px;
}

.gallery .red { color: red; }

.gallery .header{
text-align: left;
text-decoration: underline;
font-size: 130%
}

table.main
{
    width: 750px;

}
.main img {
    border-style: none;
}
	
/*Images*/
.centeredImage
    {

    display:block;
	margin: 6px;
    }


.floatleftborder{
float: left;
border: 1px solid #ffffff;
margin: 6px;
padding: 4px;
}

.floatrightborder{
float: right;
border: 1px solid #ffffff;
margin: 6px;
padding: 4px;
}

.floatcenterborder{
border: 1px solid #ffffff;
margin: 6px;
padding: 4px;
}

/*lightbox*/
#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{ border: 1px solid #333333; 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: 12px Arial, Helvetica, sans-serif; /*background-color: #fff*/; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#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; }