* {
	margin: 0;
	padding: 0;
}

html {
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;

}

body {

background:url(../images/bg_tile.jpg);
background-repeat:repeat-x;
background-attachment: fixed; 

	
font-family:  Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #F7AE10;
}
a:hover {
text-decoration: underline;
color: #111;
}

.img {
border-style: solid;
border-color:#CCCCCC;
border-width: 3px;
}


#wrap {
margin: 20px auto;
width: 800px;

}



#top a {

display: block;
height: 152px;
width: 800px;
background: url(../images/title.png) no-repeat;

}

#top a span {
visibility: hidden;
}

#header {

}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #F7AE10;
}
#header h1 a { 
color: #F7AE10;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #999999;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0 20px 20px 20px;

}

.right {
float: right;
width: 580px;
text-align: center;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #111;
}

.right img {

border-style: solid;
border-color:#CCCCCC;
border-width: 3px;
}

.left {
background-color:#fff;
float: left;
width: 170px;
padding-top: 5px;
}
.left  h2 {
margin: 10px 0 0 0;
padding-left: 10px;
color: #999;
font-size: 13px;

}
.left  ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #F7AE10;
text-decoration: none;
font-weight: 600;
}
.left  ul li a:hover {
color: #111;
}

#bottom {
padding: 10px 0;
background: url('../images/base_long.png') bottom center repeat-x;
vertical-align: bottom;

height: 214px;
width: 1280px;



}

#footer {
height: 20px;
line-height: 30px;
text-align: center;
font-size: 11px;
}

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