body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.b {
	font-weight: bold;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
.i {
	font-style: italic;
}
.n {
	font-style: normal;
	font-weight: normal;
}
#wrap {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 3%;
}
#header {
	width: 700px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding: 100px 3px 0px 0px;
	font-size: 0.7em;
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
}
#menu {
	float: left;
	width: 130px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 2.6em;
	margin-top: 30px;
}
#menu ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
}
#content {
	float: left;
	width: 524px;
	margin-top: 30px;
	padding-left: 30px;
	background-image: url(../images/bevel.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 30px;
	font-size: 0.8em;
	padding-right: 20px;
	line-height: 2em;
}
#content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.2em;
}
#content ul a {
	display: block;
	color: white;
	background-color: #333333;
	text-decoration: none;
	text-align: center;
	padding: 1px 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-left: 1px;
}
#content ul a:hover {
	background-color: #CCCCCC;
	color: #333333;
}
#content li {
	float: left;
}
.contentcurrent {
	display: block;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	padding: 1px 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-left: 1px;
}
#content a {
    text-decoration: underline;
	color: #CCCCCC;
}
#content a:hover {
    color: #FFFFFF;
}
#indexbg {
	background-color: #666666;
	background-image: url(../images/portfolio_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 295px;
	width: 504px;
}
#footer {
	width: 700px;
	margin: 30px 0px 0px;
	font-size: 0.7em;
	text-align: right;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #CCCCCC;
	background-color: #666666;
	padding-top: 0px;
}
.img {
	border-top: 2px solid #555555;
	border-right: 2px solid #8E8E8E;
	border-bottom: 2px solid #8E8E8E;
	border-left: 2px solid #555555;
}
.current {
	font-weight: bold;
	list-style-type: square;
}

#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 95% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 95% 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; }

