@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	background: url(Images/bg.jpg) repeat-x;
	padding: 0px 0px 0px 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0 auto;
	height: 750px;
	padding: 0 0 0 0;
	
}



#container {
	background-image: url(Images/Index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 930px;
	margin: 0 auto;
	height: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#leftContent {
	width: 900px;
	height: 650px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px 0px 0px 48px;
	margin: 0 0 0 0;
	float: left;
	}

#about_text {
	width: 250px;
	height: 280px;
	float: left;
	margin: 0px 0 0 28px;

}

#logo {
	width: 250px;
	height: 170px;
	float: left;
	margin: 26px 0 0 0;
}

#nav {
	width: 300px;
	height: 60px;
	text-align: left;
	margin: 215px 0px 0px 22px;
	}

p.about_text {
	font-size: 13px;
	font-weight: 700;
	color:#6A3320;
	line-height: 18px;
	}
	
#nav_top {
	width: 100px;
	height: 50px;
	}
	
#photo {
	width: 167px;
	height: 250px;
	float: left;
	margin: 15px 0 0 30px;
	}

#work {
	width: 550px;
	height: 350px;
	float: left;
	margin: 15px 0 0 25px;
	}




/* Link Appearance */

a:link {
	color: #4E5316;
	border: none;
	text-decoration: none;
	border: 0 0 0 0;
		}
a:visited {
	color: #7E8630;
	border: none;
	text-decoration: none;
	border: 0 0 0 0;
	}
a:hover {
	color: #797B28;
	border: none;
	text-decoration: none;
	border: 0 0 0 0;
	}
a:active {
	color: #4A4C12;
	border: none;
	text-decoration: none;
	border: 0 0 0 0;
	}


/* CSS for gallery images */




#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; }

/*  end css for gallery */
