body  
{ 
background:#000 url(images/bg_main.jpg) no-repeat fixed;
margin: 0px;
padding: 0px;
}

br.clear {
clear: both;
}

/*------------------------------- Main Structure ----------------------------------*/

#container {
width: 800px;
height: auto;
border: 0 0 0 0;
padding: 0 0 0 0;
}

#left_column {
float: left;
width: 126px;
height: auto;
border: 0 0 0 0;
padding: 0 0 0 0;
}

#left_column2 {
float: left;
width: 126px;
height: auto;
border: 0 0 0 0;
padding: 0 0 0 0;
background-image: url(images/nav_bg_gal.png);
background-repeat:no-repeat;
background-position: bottom right;
}

#left_column2b {
//float: left;
width: 126px;
height: auto;
border: 0 0 0 0;
padding: 0 0 0 0;
background-image: url(images/nav_bg_gal1.png);
background-repeat:repeat-y;
background-position: bottom right;
}

#left_column3 {
width: 126px;
height: auto;
border: 0 0 0 0;
padding: 0 0 0 0;
background-image: url(images/nav_bg_gal2.png);
background-repeat:no-repeat;
background-position: bottom right;
}

#right_column {
float: left;
width: 474px;
height: auto;
border: 0 0 0 0;
padding-top: 0px;
padding-right: 100px;
padding-bottom: 0px;
padding-left: 100px;
text-align: center;
color: #fff;
font-size: 11px;
font-family: arial, verdana, helvetica, sans;
text-decoration: none;
}

#spacer {
width: auto;
height: auto;
border: 0 0 0 0;
padding: 0 0 0 0;
}

/*------------------------------- Typography ----------------------------------*/

td      
{
color: #333333;
font-size: 10px;
font-family: arial, verdana, helvetica, sans;
text-decoration: none;
}

.date      
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
line-height: 10pt;
font-weight: normal;
color: #7AA612;
text-decoration: none;
}

.header      
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
line-height: 18pt;
font-weight: bold;
color: #7AA612;
text-decoration: none;
}

.copyright      
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
line-height: 10pt;
font-weight: normal;
color: #D7E4B8;
text-decoration: none;
}

a:link { color:#7AA612; text-decoration:none; }

a:visited { color:#7AA612; text-decoration:none; }

a:hover { color:#ffffff; text-decoration:underline; }

a:active { color:#7AA612; text-decoration:none; }



/*------------------------------- FORMS ----------------------------------*/

input
{
border: 1px solid #D7E4B8;
font-size: 11px;
padding-left: 3px;
color: #7AA612;
font-family: arial, verdana, sans;
background-color: #ffffff;
}

/*------------------------------- LightBox Styles ----------------------------------*/

#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; }
