* {
margin: 0;
padding: 0;
}

body {
	margin: 0px auto;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 80%;   
	color: #e4ccb0;
	text-align: center;
	background-color: #623100;

}


/********* CONTAINER ****************************************************/

div#container {
	margin: 0px auto 0px auto;
	padding: 0px;	
	text-align: left;		
	background: #623100 url(images/bg4.gif) no-repeat top center;	
	width: 990px;
}


div.content {
	margin: 210px auto 0px auto;
	padding: 0px;
	background: url(images/content2.gif) repeat-y center;	
	color: #623100;	
}

div.innercontent {
	margin: 0px auto 0px auto;
	width: 565px;
	text-align: left;
}


.innercontent p {
	margin: 5px 10px 15px 10px;
}

.innercontent h2 {
	margin: 25px 0px 0px 10px;
	font-size: 18px;
}

.innercontent h3 {
	margin: 10px 0px 0px 10px;
	font-size: 14px;
}

.h1 {
	margin: 0px 0px 0px 0px;
	width: 581px;
	height: 50px;
	border: none;
}

.imgright {
	margin: 10px 50px 20px 20px;
	border: 1px solid #623100;
    float: right;
}


div.thumbgallery {
	float: left;
}

img.thumb {
	margin: 5px 15px 25px 10px;
	padding: 0px;
	border: 1px solid #623100;
	float: left;
}

img.gthumb {
	margin: 5px 0px 15px 8px;
	border: 1px solid #623100;
	float: left;
}

.clear {clear: both;}

/*******************FORM************************************************************/
.form {
 border: 1px solid #623100; 
 padding: 10px; 
 margin: 10px 10px 25px 10px;
 }



/**************** NAVIGATION ****************************************************************/
#nav {
	margin: 0px 0px -118px 0px;
	padding: 178px 0px 0px 395px;
	height: 0px;
	width: 600px;
}

#nav ul {
	list-style: none;
	margin: 0px;	
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	float: left;
	padding-right: 20px;
	outline: none;

}

#nav ul li a.home {background: url(images/home.jpg) no-repeat bottom center; width: 66px;}
#nav ul li a.portfolio {background: url(images/portfolio.jpg) no-repeat bottom center; width: 108px;}
#nav ul li a.about {background: url(images/about.jpg) no-repeat bottom center; width: 74px;}
#nav ul li a.contact {background: url(images/contact.jpg) no-repeat bottom center; width: 96px;}

#nav a:hover.home {background-position: top center;}
#nav a:hover.portfolio {background-position: top center;}
#nav a:hover.about {background-position: top center;}
#nav a:hover.contact {background-position: top center;}

#nav a:active.home {background-position: top center;}
#nav a:active.portfolio {background-position: top center;}
#nav a:active.about {background-position: top center;}
#nav a:active.contact {background-position: top center;}

body#index #nav li a.home, 
body#portfolio #nav li a.portfolio,
body#about #nav li a.about,
body#contact #nav li a.contact {background-position: top center;}



/******* FOOTER ********************************************************/

#footer {
	color: #623100;
	margin: -15px auto 0px auto;
	height: 210px;
}

#footer p.copyright {
	margin: -85px auto 0px auto;
	width: 350px;
	font-size: 85%;
}


a:link {color: #00adfd; text-decoration: underline;}    
a:visited {color: #00adfd; text-decoration: none;}  
a:hover {color: #00adfd; background-color: #623100; text-decoration: none;}   
a:active {color: #00adfd;} 
a:hover img {border: 1px solid #00adfd;}


/*****************************LIGHTBOX********************/
#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; }