* {
margin:0;
padding:0;
}

body{
	background:url(images/body-bg.png) repeat-x;
}

#sidebar1 {
	float: left;
	width: 110px;
	height:500px;
	top:158px;
	position: absolute;
	display:block;
	padding-left: 50px;
	font-size:20px;
	color: #069;
	background:url(images/dotted-line-long.jpg) right no-repeat; 
	}
#maincontent {
	height:500px;
	width: 1000px;
	background-color: white;
	}
.introimage{
	width:750px;
	height:499px;
}
.worksimage{
	width:750px;
	height:499px;
}

#thumbs{
	width:450px;
	height: 220px;
	margin-left:170px;
	margin-top: 25px;
	background-color:white;
}
.thumbs {
	width: 75px;
	height: 75px;
	padding: 10px;
	float: left;
	border:none;
	}
#state {
	width: 450px;
	height: 450px;
	margin-left: 300px;
	margin-top: 125px;
	background-color: white;
	text-align: center;
	}
#resume {
	width: 450px;
	height: 450px;
	margin-left: 300px;
	margin-top: 25px;
	background: url(images/art-resume.jpg);
	}
	
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:white; 
} 
#footer p {
	margin: 75px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0;
	color: #99cccc;
	/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a {
	color:996633;
	text-decoration:none;
	border:none;
	}
a:visited {
	color:996633;
	text-decoration: none;
	border:none;
	}
	
a:hover {
	padding:0 1px 0 1px;
	color:#99cccc;
	background:#000066;
	}
	
a:active {
	text-decoration:none;
	border: none;
	}
	
p.works a {
	color:#000066;
	}
	
p.works a:hover {
	color:#000066;
	text-decoration:underline;
	background-color: white;
	}
p.name a {
	color: #99cccc;
	}
p.name a:hover {
	color:white;
	text-decoration: none;
	}

h2 {
font-family: "Gill Sans";
	font-size:20px;
	font-weight:400;
	color:996633;
}

h3 {
	font-family: "Gill Sans";
	padding-left: 50px;
	padding-top: 102px;
	color:99cccc;
	font-style:normal;
	font-size:50px;
	font-weight: 200; 
}
h4{
color:white;
}

h5{
color:#000066;
font-size:15px;
font-family:"Gill Sans";
font-weight:300;
padding-left: 20px;
}

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