body{
	background-color: #FFF;
	background-image: url(img/bg.jpg);
	background-attachment:fixed;
	margin: 0px;
	font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#786b6b;
	text-transform:uppercase;
	line-height:24px;
}
a{
  outline:none;
  text-decoration: none;
  font-weight:bold;
  color:#429487;
}
a:hover{
  text-decoration:underline;
}
#header{
	position:fixed;
	background-color:#000;
	width:100%;
	margin: 0px;
	height: 40px;
	z-index:4;
}
#logo{
	float:left; 
}
#nav{
	float:right; 
}
#nav1{
	background-image:url(img/nav.gif);
	background-position:0px 0px;
	display:block;
	height:40px;
	width:40px;
	text-indent:-999999px;
	outline:none;
	float:left;
}
#nav1:hover{
	background-position:103px 0px;	
}
#nav2{
	background-image:url(img/nav.gif);
	background-position:0px -40px;
	display:block;
	height:40px;
	width:41px;
	text-indent:-999999px;
	outline:none;
	float:left;
}
#nav2:hover{
	background-position:103px -40px;	
}
#nav3{
	background-image:url(img/nav.gif);
	background-position:0px -80px;
	display:block;
	height:40px;
	width:103px;
	text-indent:-999999px;
	outline:none;
	float:left;
}
#nav3:hover{
	background-position:103px -80px;	
}
#nav4{
	background-image:url(img/nav.gif);
	background-position:0px -120px;
	display:block;
	height:40px;
	width:74px;
	text-indent:-999999px;
	outline:none;
	float:left;
}
#nav4:hover{
	background-position:103px -120px;	
}
#nav5{
	background-image:url(img/nav.gif);
	background-position:0px -160px;
	display:block;
	height:40px;
	width:91px;
	text-indent:-999999px;
	outline:none;
	float:left;
}
#nav5:hover{
	background-position:103px -160px;	
}
#navSelected{
	float:left;	
}
#headerShade{
	background-image: url(img/header_shade.png);
	height:25px;
	margin-top:0px;
}
#cubeContainer{
	height:380px;
	width:290px;
	margin-left:auto;
	margin-right:auto;
	margin-top:140px;
	z-index:1;
}
#mainContainer{
	height:340px;
	width:630px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	z-index:1;
}
.thumbs{
	padding:3px;
	float:left;
}

#infoContainer{
	padding-top:380px;
	padding-left:10px;
}
#profilePic{
	float:left;
}
#text{
	width:380px;
	float:left;
	padding-left:20px;
}
#updates{
	float:left;
	position:absolute;
	width: 280px;
	left: 40px;
	top: 70px;
	z-index:2;
}
#footerLinks{
	height:30px;
	width:100%;
	position:fixed;
	bottom:10px;
	z-index:4;
}
#navLink1{
	background-image:url(img/nav_links.png);
	background-position:0px -40px;
	display:block;
	height:20px;
	width:60px;
	margin-right:15px;
	text-indent:-999999px;
	outline:none;
	float:right;
}
#navLink2{
	background-image:url(img/nav_links.png);
	background-position:0px -20px;
	display:block;
	height:20px;
	width:65px;
	margin-right:15px;
	text-indent:-999999px;
	outline:none;
	float:right;
}
#navLink3{
	background-image:url(img/nav_links.png);
	background-position:0px 0px;
	display:block;
	height:20px;
	width:50px;
	margin-right:15px;
	text-indent:-999999px;
	outline:none;
	float:right;
}
#footer{
	background-color:#000;
	height:10px;
	width:100%;
	position:fixed;
	bottom:0px;
	z-index:3;
}
.highlightText{
	font-weight:bold;
	color:#429487;
}
#lightbox{	position: absolute;	top:10px; 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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 11px "Gill Sans MT", Helvetica, Arial, sans-serif; color:#786b6b; text-transform:uppercase; 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; }