html, body {
	text-align: center;
	background-color: #ccb28f;
	margin: 0 auto;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000;
	height: 100%;
}



a {
	color: #bf0000;
	text-decoration: none;
}

a:hover {
	color: #f8544a;
	text-decoration: none;
}

div#container {
	width: 780px;  
	height: auto !important;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto; 
	position: relative;
	background-color: #E6DCCF;

	

}

img { 
	border: none; 
} 

h3 {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	white-space: pre;
	font-variant: small-caps;
	font-weight: normal;
}

div#title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	background-color: #E6DCCF;
}

div#content {
	position: absolute;
	top: 180px;
	left: 0px;
	text-align: left;
	width:  780px;
	background-color: #E6DCCF;

}

div#links {
	background: url(linkbg.gif) repeat-x;
	width: 780px;
	height: 80px;
	position: absolute;
	top: 100px;
	left: 0px;
	background-color: #E6DCCF;
}

div#links ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 780px;
}

div#links ul li {
	display: inline;
	width: 250px;
	padding: 40px;
	float: left;
}

a#portfolio {
	display: block;
	width: 144px;
	height: 80px;
	background: url("portfolio.gif") no-repeat;
	float: left;
	margin: 0 50px;
}

a:hover#portfolio {
	background-position: 0 -80px;
}

a#gallery {
	display: block;
	width: 187px;
	height: 80px;
	background: url("gallery.gif") no-repeat;
	float: left;
	margin: 0 40px;
}

a:hover#gallery {
	background-position: 0 -80px;
}

a#about {
	display: block;
	width: 161px;
	height: 80px;
	background: url("about.gif") no-repeat;
	float: left;
	margin: 0 40px;
}

a:hover#about {
	background-position: 0 -80px;
}

a .alt  {
	display: none;
}

table#frontlinks {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: #E6DCCF;
}
table#frontlinks th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: #E6DCCF;
	-moz-border-radius: 0px 0px 0px 0px;
}
table#frontlinks td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: #E6DCCF;
	-moz-border-radius: 0px 0px 0px 0px;
}

table#fauxtable {
	border-spacing: 0px;
	text-align: center;
	border-style: none;
	
}

table#fauxtable td {
	padding: 10px;
}

table#cabtable {
	border-spacing: 0px;
	text-align: center;
	border-style: none;
	
}

table#cabtable td {
	padding: 10px;
}

#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; }
