@charset "utf-8";
#wrapper {
	background-color: #354559;
	height: 768px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
#header {
	background-image: url(images/design/header.jpg);
	display: block;
	text-indent: -9999px;
	height: 116px;
	width: 1024px;
	background-color: #354559;
}
#navigation {
	background-color: #354559;
	background-image: url(images/design/nav.jpg);
	height: 58px;
	width: 1024px;
}
#content {
	height: 1021px;
	width: 700px;
	background-color: #232323;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
	position: static;
}
#news {
	height: auto;
	width: 600px;
	float: left;
}
#newest {
	height: auto;
	width: 74px;
	float: right;
	padding-top: 25px;
}



#bulk {
	background-color: #354559;
	background-image: url(images/design/body.jpg);
	height: 1200px;
	width: 1024px;
	background-repeat: repeat-y;
}
#nav ul {
	list-style-type: none;
}

#nav {
	width: 356px;
	height: 37px;
	margin-left: 587;
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.l1 {
	font-family: "Franklin Gothic Heavy";
	font-size: 24px;
	font-weight: normal;
	color: #947559;
	font-style: italic;
	font-variant: normal;
	text-decoration: underline;
	height: 64px;
	width: 64px;
}

#nav li {
	float: left;
	list-style-type: none;
}
.text {
	font-family: "Franklin Gothic Book";
	color: #C8C8C8;
	font-size: 14px;
	font-weight: normal;
}

#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	background-image: url(images/design/nav_sprite.jpg);
	background-repeat: no-repeat;
}
li#nav_spc {
left: 0;
width: 505px;
float: left;
}
li#nav_home a {
left: 505px;
width: 93px;
background-position: 0 0;
}

li#nav_work a {
left: 598px;
width: 90px;
background-position: -93px 0;
}
li#nav_about a {
left: 688px;
width: 99px;
background-position: -183px 0;
}
li#nav_blog a {
left: 787px;
width: 76px;
background-position: -282px 0;
}

li#nav_home a:hover {
	background-position: 0px -37px;
}
li#nav_work a:hover {
	background-position: -93px -37px;
}
li#nav_about a:hover {
	background-position: -183px -37px;
}
li#nav_blog a:hover {
	background-position: -282px -37px;
}

#body_home li#nav_home a {
	background-position: 0px -74px;
}
#body_work li#nav_work a {
	background-position: -93px -74px;
}
#body_about li#nav_about a {
	background-position: -183px -74px;
}
#body_blog li#nav_blog a {
	background-position: -282px -74px;
}

#footer {
	background-color: #354559;
	background-image: url(images/design/footer.jpg);
	height: 179px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#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/design/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/design/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; }
