@charset "UTF-8";
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-size: small;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}
#container {
	width: 975px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 23px 0px 23px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(imgs/dissolvebkgd.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#wrapper {
	padding: 10px;
	background: url(imgs/abstractbkgd.jpg) bottom left no-repeat #ffffff;
}
#header {
	border-bottom: #a6a6a6 solid 1px;
	margin-right: 22px;
}
#header h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
h1 a:link, h1 a:visited	{
	display: block;	
	width: 975px;
	height: 79px;
	background: url(imgs/williamconger.gif) top left no-repeat;
	padding: 0;
	border: 0;
	}
h1 a:hover	{
	background: url(imgs/williamconger.gif) 0 -79px no-repeat;
	}
.artinfo {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 100%;
	text-align: left;
	padding-left: 150px;
	}
/* #navbar {
	margin-left: 440px;
	} */
	
#content {
	margin: 0px;
	padding: 0px 40px 40px 40px;
}
h2 {
	line-height: 125%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	margin-bottom: 0px;
}
.contentcontainer {
	padding: 3px;
	margin-top: 40px; 
	}
.contentcontainer img {
	margin-right: 10px;
	}
.containerleft {
	width: 220px;
	float: left;
}
.containerright {
	margin-left: 233px;
}
h3 {
	display: block;
	font-size: 1.3em;
	text-indent: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	margin-top: 0px;
}
h4 {
	font-size: 1.2em;
	text-indent: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

ul.covert {
	line-height: 200%;
	text-indent: -25px;
	list-style-type: none;
	margin-left: 0px;
	}
ul.covert li {
		line-height: 200%;
		text-indent: -25px;
		list-style-type: none;
		margin-left: 0px;
		margin-bottom: 10px;
}
#imageholder {  
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
#imageholder h2{
	text-align: left;
	}
#imageholder h3{
	text-align: left;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
ul.covert {
	text-indent: 0px;
	list-style-type: none;
	margin-left: 0px;
	}
ul.covert li {
		text-indent: none;
		line-height: 125%;
		list-style-type: none;
		margin-left: 0px;
}
img.art {
	display: block;
	}
#footer {
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
	text-transform: uppercase;
	text-align: right;
	font-size: x-small;
	line-height: 100%;
	}
	
	
/* thumbnail holders */
.thumnailholder {

	float: left;
	padding: 20px;
	position: top;
	}
.thumbnailrow {
	}
	
/* bibliography formatting */
.author {
	font-weight: bold;
	}
.article {
	font-style: oblique;
	}
.publication {
	text-decoration: underline;
	}
.indent {
	padding-left: 30px;
	}
#bottomnav {
	font: bold 0.9em sans-serif;
	text-align: right; 
	}
#bottomnav img {
	padding: 0px 20px 0px 20px;
	}