html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
	background-color: #3a3d44;
	font-family: Georgia, serif;
}
#container {
	width: 950px;
	height: 768px;
	background-image: url(../images/GalleryShop_background.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#title p {
	font-size: 472%;
	margin-top: -105px;
	text-align: center;
}
#subtitle p {
	font-size: 75%;
	margin-top: -78px;
	margin-left: 10px;
}
.red {
	color: #af0100;
}
.green {
	color: #317f39;
}
#topnav ul {
	margin-left: -2px;
}
#topnav li {
	float: left;
	list-style-type: none;
	height: 21px;
	margin-top: 50px;
	padding-right: 28px;
}

#topnav img {
	border: none;
}
#topnav a {
	outline: none;
}
#tabs ul li {
	float: left;
	list-style-type: none;
	padding-top: 7px;	
}
#tabs a{
	outline: none;
}
#tabs ul li img {
	border: none;	
}
#tabs .gallery {
	margin-left: -39px;
}
#tabs .shop {
	padding-top: 6px;
}
#tabs .paint {
	margin-top: -23px;
}
#left {
	margin-top: -53px;
	width: 177px;
	margin-left: -7px;
}
#left ul li {
	display: block;
	list-style-type: none;
	font-size: 80%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#left ul li img {
padding-bottom: 5px;
}
}
#left ul li img {
	border: none;
}
#left ul li a {
	outline: none;
}
#contact {
	margin-top: -70px;
	color: #b6b6b6;
	font-size: 10.5px;
	line-height: 1.2em;
	font-weight: normal;
}
#contact li {
	list-style-type: none;
}
#contact .email {
	padding-top: 4px;
	margin-left: 36px;	
}
#contact .phone {
	margin-left: 2px;
}
#contact .email a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #b6b6b6;	
}
#contact .email a:hover {
	color: #277a30;
}
#gallery {
	margin-top: -215px;
	margin-left: 267px;
}
#gallery .img
  {

  border:1px solid #202020;
  height:205px;
  width:auto;
  float:left;
  text-align:center;
  color: #fff;
  font-size: 75%;

  }
#gallery .img img
  {
  display:inline;
  margin:3px;
  border: none;
  padding-top: 5px;
  }
#gallery .img a {
	outline: none;
}
#gallery div.img {}
    #gallery div.img a {display:block;width:124px;height:150px;text-align:center;line-height:150px}
    #gallery div.img a img {vertical-align:middle;display:inline}
#gallery .desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin: 2px; 
  }
#gallery .img .toc {
	margin-top: 15px;
}
#gallery .img .sup {
	margin-top: 10px;
}
#gallery .img .mt {
	margin-top: 35px;
}
#gallery .img .usaf {
	margin-top: 20px;
}
#gallery .img .jj {
	margin-top: 30px;
}
#gallery .img .crisp {
	margin-top: 20px;
}
#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(../images/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(../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;
	}

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

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	