/* CSS Document */


body {
	background-color: #ffffff;
	color: #333333;
	}

a:link, a:visited {
	color: #333333;
	}
	
a:hover, a:active {
	color: #333333;
	}


p	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 10px 0;
	}

h1	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	}
	
h2	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 8px 0;
	}

table {
	border: 0;
	margin: 0 0 10px 0;
	}
	
table td {
	padding: 5px 0;
	margin: 0;
	vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	height: 14px;
	}	

table td.date {
	width: 75px;
	}	

table td.artist_links {
	width: 200px;
	}

table td.artist_image {
	width: 200px;
	font-size: 9px;
	color: #666666;
	line-height: 11px;
	vertical-align: top;
	padding: 0;
	text-align: center;
	}

table td.artist_image img {
	margin: 0 0 10px 0;
	}
	

form {
	text-align: center;
	}
	
form input {
	margin: 0 auto;
	}

#artist-image-main {
	text-align: center;
	position: relative;
	height: 550px;
	}

#artist-image-main img {
	margin: 0 0 10px 0;
	}

#artist-image-main #nav {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	}
	
#artist-image-main table.image {
	padding: 0;
	border: 0;
	height: 400px;
	margin: 0 auto 10px auto;
}

#artist-image-main table.image image {
	margin: 0;
}

#artist-image-main table.image td {
	text-align: center;
	vertical-align: middle;
}

div.gallery-info-bottom {
margin: 2em 0;
text-align: center;
}

.web-site-link a {
text-decoration: none;
}

.web-site-link a img {
	border:  none;
}
