body {
    padding: 0;
    margin: 0;
    background: #000099;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
    color: #000;
 }

a.a1:link {color: #6c6c6c;}
a.a1:visited {color: #6c6c6c;}
a.a1:hover {color: #6c6c6c;}
a.a1:active {color: #6c6c6c;}
a.a1:focus {color: #6c6c6c;}

a.a2:link { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:10px;font-weight:lighter;color:#eee; text-decoration:none; }
a.a2:visited { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:10px;font-weight:lighter;color:#eee; text-decoration:none; }
a.a2:hover { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:10px;font-weight:lighter;color:#eee; text-decoration:none; }
a.a2:active { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:10px;font-weight:lighter;color:#eee; text-decoration:none; }
a.a2:focus { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:10px;font-weight:lighter;color:#eee; text-decoration:none; }
    
a.a3:link { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:15px;font-weight:bold;color:#eee; text-decoration:none; }
a.a3:visited { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:15px;font-weight:bold;color:#eee; text-decoration:none; }
a.a3:focus { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:15px;font-weight:bold; color:#fff; text-decoration:none; }
a.a3:hover { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:15px;font-weight:bold; color:#fff; text-decoration:none; }
a.a3:active { font-family:"Trebuchet MS", Helvetica, sans-serif;font-size:15px;font-weight:bold; color:#fff; text-decoration:none; }

#container {
	padding: 0 6%;
    }


#header {
    background: #3333cc url(header.gif) repeat-x bottom;
    }
    
.header-right {
    background: url(header-right.gif) no-repeat right bottom;
    }
    
h1 {
    color: #fff;
    padding: 10px 0 10px 15px;
    margin: 0;
    background: url(header-left.gif) no-repeat left bottom;
    font-size: 25px;
    width: 85%;
    font-style: italic;
    letter-spacing: -1px;
    }


#desc {
    background: #9999ff url(desc.gif) repeat-x bottom;
    margin: 0 20px;
    }
    
.desc-right {
    background: url(desc-right.gif) no-repeat right bottom;
    }
    
h3 {
    padding: 2px 0 4px 7px;
    margin: 0;
    background: #9999ff url(desc.gif) repeat-x bottom;
    font-size: 13px;
    width: 85%;
    font-weight: lighter;
    color: #000;
    }

h2 {
    padding: 2px 0 4px 7px;
    margin: 0;
    background: url(desc-left.gif) no-repeat left bottom;
    font-size: 13px;
    width: 85%;
    font-weight: lighter;
    color: #000;
    }
    
.dl {
    float: right;
    margin: 6px 4px 0;
    }
    
.dl img {
    border: 0;
    }
    
.whit {color: #eee}

#content {
    padding: 0 ;
    }
    
#content img {
    border: none;
    margin: 6px;
    padding: 0;
    width: 85px;
    height: 85px;
    background-position: center center;
    background-repeat: no-repeat;
    }
    
    

/*------------- LightBox CSS -----------------------------------------------------*/


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prev.png) 10% 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(next.png) 90% 53% 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #004;
	}
