body {
padding: 40px 0;
background: #white;
}

#title  {
margin-top: 9px;
background-color: white;
width: 780px;
height: 58px;
background:  url(images/title.gif) #838383;
background-repeat: no-repeat;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
}

#fragback {
margin: 0 auto;
width: 800px;
height:920px;
background: url(images/frag_bg.jpg) #ffffff;
background-repeat: no-repeat;
border: 1px solid white;
}

/*nav styles*/

#navcontainer {
float: right;
width: 540px;
display: inline;
}

#navcontainer ul {
margin: 0 auto;
list-style-type: none;
}

#navcontainer ul li {
padding: 0 15px;
display: inline;
}

/*general formatting*/

p {
margin-bottom: 15px;

}
a>img {
border: none;
}

#content {
margin-left: 9px;
width: 780px;
height: 900px;
border-bottom: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
z-index: 10;
}

#faces {
background: url(images/faces.gif);
background-repeat: no-repeat;
height: 740px;
}

#faces:hover {
background: url(images/facesb.gif);
background-repeat: no-repeat;
}

#copybg {
height: 740px;
background: url(images/copy_bg.png);
background-repeat: repeat;
}

#copy {
margin: 0 auto;
padding-top: 50px;
width: 650px;
font-size: 12px;
line-height: 1em;
font-family: "Courier New", Courier, fixed, monospace;
}

#biocopy {
float: left;
padding: 45px 20px 0 20px;
width: 425px;
text-align: justify;
font-size: 12px;
line-height: 1em;
font-family: "Courier New", Courier, fixed, monospace;
}

#exhibcopy {
margin: 0 auto;
padding-top: 50px;
width: 750px;
font-size: 12px;
line-height: 1.2em;
font-family: "Courier New", Courier, fixed, monospace;
}

#exhibcopy li{
list-style: none;
}

#copyimage {
margin-bottom: 15px;
padding-top: 10px;
}

#imgcopy {
margin: 0 auto;
height: 740px;
}

#imgtextcopycollab {
margin: 0 auto;
padding-top: 25px;
width: 510px;
text-align: justify;
font-family: "Courier New", Courier, fixed, monospace;
font-size: 13px;
line-height: 1.1em;
}

#imgtextcopypaint {
margin: 0 auto;
width: 510px;
padding-top: 5px;
text-align: justify;
font-family: "Courier New", Courier, fixed, monospace;
font-size: 13px;
line-height: 1.1em;
}

#linkscopy li {
list-style: none;
}

#linkscopy {
margin: 0 auto;
padding-top: 50px;
width: 650px;
font-size: 12px;
line-height: 1.1em;
font-family: "Courier New", Courier, fixed, monospace;
text-decoration: none;
}

#portrait {
padding-left: 50px;
padding-top: 50px;
float: left;
}

#tcontainer {
margin: 0 auto;
padding: 70px 0 0 0;
width: 625px;
}

#thumb {
padding: 5px;
border: none;
}

#collabchooser {
margin: 0 auto;
text-align: center;
padding-top: 30px;
}

#paintchooser {
margin: 0 auto;
text-align: center;
padding-top: 5px;
}

#linksleft {
float: left;
width: 55%;
clear: none;
padding-left: 25px;
}

#linksright {
float: left;
clear: none;
}

/* link styles*/

a:link {
font-family: "Courier New", Courier, fixed, monospace;
color: #55341C;
text-decoration: none;
}

a:visited {
font-family: "Courier New", Courier, fixed, monospace;
color: #5B6C70;
text-decoration: none;
}
  
a:hover {
font-family: "Courier New", Courier, fixed, monospace;
color: #ff6633;
text-decoration: none;
}

a:active {
font-family: "Courier New", Courier, fixed, monospace;
color: #CC0000;
text-decoration: none;
}

/*footer styles*/

#footer {
width: 780px;
height: 111px;
letter-spacing: -.1em;
background: url(images/footer.gif);
background-repeat: no-repeat;
border-top: 1px solid black;
z-index: -10;
}

#info {
padding: 30px 0px 0 10px;
}

/* Lightbox Styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/lightbox/blank.gif) no-repeat; /* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #838383;
	}
