body {
	font-family: tahoma, arial, helvetica, sans-serif;
	background-color: #323232;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 8pt;
	color: #a8a8a8;
}
a:link {
	color:#a8a8a8;
	text-decoration: none;
}
a:hover {	
	color: #FFFFFF;
}
a:active {
	color: #a8a8a8;
}
a:visited {
	color: #a8a8a8;
	text-decoration: none;
}
#wrap {
	background-image: url(images/wrap.png);
	width: 641px;
	background-repeat: repeat-y;
	margin: auto;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 641;
	height: 172px;
}
#nav {
	height: 61px;
	width: 99%;
	margin-top: 0px;
	margin-left: -21px;
	^margin-left: 18px; /* IE hack*/
}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	padding: 61px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:61px; /* for IE5/Win */
}
#nav a:hover {
	background-position: 0 -61px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -122px;
}	
#portfolio a  {
	width: 71px;
	background: url(images/portfolio.png) top left no-repeat;
}
#portfolio_current a  {
	width: 70px;
	background: url(images/portfolio.png) top left no-repeat;
	background-position: 0 -61px;
}
#contact a  {
	width: 83px;
	background: url(images/contact_me.png) top left no-repeat;
}
#contact_current a  {
	width: 83px;
	background: url(images/contact_me.png) top left no-repeat;
	background-position: 0 -84px;
}
#content {
	background-image: url(images/content_top_bg.gif);
	width: 605px;
	background-repeat: repeat-x;
	margin-left: 18px;
	padding-top: 50px;
	padding-bottom: 9px;
	text-align: center;
}
.pagination {
	text-align: center;
}
.image {
	padding-right: 3px;
}
#footer {
	width: 605px;
	background-image: url(images/footer.png);
	height: 80px;
	background-repeat: repeat-x;
	margin-left: 18px;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #848484;
	font-family: "Times New Roman", Times, serif;
}
#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; }
a img {
	border: 4px solid #212121;
}
a:hover img {
	border: 4px solid #fe8400;
}
dt {
	float: left;
	width: 70px;
	padding-right: 12px;
	text-align: right;
	margin-top: 1px;
	
}
dd {
	margin-top: 5px;
	width: 240px;^margin-left: -145px;
}
dl {
	margin-left: 145px !important;
}

.button {
	color: #868686;
	background-color: #212121;
	border: 2px solid #212121;
	margin-right: 5px;
	height: 22px;
	font-size: 10px;
	padding-bottom: 3px;
}
.button_submit {
	background-image: url(images/submit.gif);
	color: #c77820;
	border: 1px solid #212121;
	height: 22px;
	width: 45px;
	font-size: 10px;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	background-color: #212121;
}
.inputbox {
	background-color: #2e2e2e;
	border: 2px solid #212121;
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.inputbox:hover {
	background-color: #2e2e2e;
	border: 2px solid #ff8400;
}
.inputbox:focus {
	background-color: #2e2e2e;
	border: 2px solid #ff8400;
	color: #ff8400;
}
.button:hover {
	color: #ff8400;
	border: 2px solid #ff8400;
}
.button_submit:hover {
	border: 2px solid #ff8400;
}
.errortext {
  color: #ff0000;
  font: bold smaller sans-serif;
}