@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
}
#firstpage_gif {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
	height: 925px;
	width: 900px;
}
#container  {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #b2afaf;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-color: #b2afaf;
	position: relative;
	z-index: 1;
	height: 125px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	padding: 0;
} 
#header_image {
	position: absolute;
	left: 10px;
	top: 5px;
}
#header_image_SteveMills {
	position: absolute;
	left: 200px;
	top: 5px;
	width: 230px;
	height: 92px;
}
#header_info {
	position: absolute;
	left: 250px;
	top: 70px;
	width: 600px;
	z-index: 30;
}
#header_navbar {
	position: absolute;
	left: 141px;
	top: 99px;
	width: 750px;
	padding: 0px;
	background-color: #b2afaf;
	font-size: 0.9em;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding: 0;
} 
#mainContent #tableholder {
	float: right;
	width: 690px;
	text-align: center;
	background-color: #666;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #333;
}
#mainContent #bioInfo {
	padding: 20px;
	background-color: #FFF;
	width: 850px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#tableholder #tablemain {
	padding-left: 10px;
	padding-right: 30px;
	width: 650px;
}
#tableholder #navbar {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 680px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#tableholder #tabletitle {
	color: #CCC;
	height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* CSS Document */

#tabletitle #title {
	float: right;
	width: 400px;
}
#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #b2afaf;
	text-align: center;
	height: 100%;
	color: #333;
}
.text-redheadline {
	color: #600;
}
#sidebar #constantinfo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.7em;
	color: #333;
}
#sidebar #changinginfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}
#footer   {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #666;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #999;
	border-top-width: 3px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: solid;
}
#detailpage_tableholder {
	position: relative;
	width: 900px;
	text-align: center;
	background-color: #666;
}
#detailpage_tableholder #tbl_info {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
#detailpage_bottomNavbar {
	text-align: right;
	padding-right: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#image_table {
	text-align: center;
}
ul, ol, dl { position: relative;

}
ul#artlist li {
	display: inline;
	list-style-type: none;
	height: 165px;
	margin: 5px;
	float: left;
	padding: 0px;
	font-size: 1.2em;
}
ul#artlist {
	display: block;
	width: 640px;
	clear: both;
	position: relative;
}

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.text-copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #999;
}
.text-justified {
	text-align: justify;
	text-indent: 15px;
	display: block;
}
.text-gallerytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CCC;
	text-transform: uppercase;
}
.text-tabletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCC;
}
.text-tiny {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333;
}
.title-lgPaintingTitle {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text-smPaintingTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}
.text-paintingdescription {
	font-size: 0.8em;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
.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;
}
.tbl_tabletitle {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.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;
}
.text-red {
	color: #600;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bioNav {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 250px;
}
# tableholder #clicktoenlarge {
	font-size: 0.7em;
	color: #333;
}
#clicktoenlarge {
}
#mainContent #progressions {
	padding-right: 30px;
	padding-left: 100px;
}
.special_notice {
	font-size: 1.3em;
	color: #F60;
}
