@charset "utf-8";
/* CSS Document */
.letters {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 1px #737369;
}
#artists {
	float: left;
	width: 880px;
	height: auto;
	margin-top:20px;
}
.artistsColumn {
	float: left;
	width: 280px;
	height: auto;
	margin-left: 20px;
	font-size: 1em;
}
.artistsColumn:first-child {
	margin-left: 0;
}
.artistsColumn h1 {
	font-size: 0.75em;
}
.artistsColumn a {
	color: #000 !important;
	text-decoration: none;
	display: block;
}
.artistsColumn a:hover {
	color: #900 !important;
}
.artistsColumn a:visited {
	color: #666 !important;
}
.artistsColumn .birth {
	font-weight: normal;
}
.firstHeight {
	height: 556px;
}
.leftColumn {
	float: left;
	width: 430px;
	height: auto;
	margin-right: 20px;
}
.rightColumn {
	float: left;
	width: 430px;
	height: auto;
}
.rightColumn h1 {
	font-size: 0.9em;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.rightColumn .birth {
	font-size: 0.6em;
	line-height: 1em;
	margin-bottom: 10px;
}
.rightColumn #auctions_link {
	font-size: 0.75em;
	line-height: 1em;
	margin-bottom: 20px;
}
.galleryType {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	font-size: 1em;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
#bio {
	float: left;
	height: 415px;
	width: 430px;
	/*margin-left: 450px;*/
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
#bio .content {
	width: 430px !important;
	height: auto !important;
	position: absolute;
	margin: 0  !important;
	padding: 0  !important;
	z-index: 1;
	font-size: 0.75em;
	line-height: 15px;
	text-align: justify;
}
#bio .content div {
	margin-bottom:5px;
}
#bio .content p {
	margin-bottom:5px;
}
#bio .mask {
	overflow: hidden;
	position: absolute;
	height: 390px;
	width: 100%;
}
#bio .control {
	float:right;
	height: 15px;
	width: 10px;
	position: absolute;
	margin-top: 395px;
	margin-left: 420px;
}
#bio .control a.next {
	display: block;
	float: left;
	width: 10px;
	height: 5px;
	background-image: url(../pics/design/down_arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#bio .control a.prev {
	display: block;
	float: left;
	width: 10px;
	height: 5px;
	margin-bottom: 5px;
	background-image: url(../pics/design/up_arrow_d.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#archive_gallery {
	height: 345px;
	width: 430px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	padding-bottom: 5px;
	border-bottom: solid thin #000;
}
#archive_gallery .content {
	width: auto;
	height: 345px;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 2;
	font-size: 10px;
	line-height: 14px;
}
#archive_gallery .content td {
	width: 430px !important;
	height: 345px;
}
#archive_gallery .mask {
	overflow: hidden;
	position: absolute;
	height: 345px;
	width: 100%;
}
#archive_gallery .control {
	float: right;
	height: 10px;
	width: 30px;
	position: absolute;
	margin-top: 335px;
	margin-left: 400px;
	z-index: 1000;
}
#archive_gallery .control a.next {
	display: block;
	float: left;
	width: 5px;
	height: 10px;
	background-image: url(../pics/design/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#archive_gallery .control a.prev {
	display: block;
	float: left;
	width: 5px;
	height: 10px;
	margin-right: 20px;
	background-image: url(../pics/design/left_arrow_d.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
table.archive_thumbs {
	float:left;
	margin-top: 370px;	
}
table.archive_thumbs td {
	width: 55px;
	height: 55px;
	padding-left: 20px;
	padding-top: 20px;
}
table.archive_thumbs tr:first-child td{
	padding-top: 0px;
}
table.archive_thumbs tr td:first-child {
	padding-left: 0px;
}
table.gallery_thumb {
	float: left;
	width: 100%;
	height: auto;
}
table.gallery_thumb td {
	width: 55px;
	height: 55px;
	padding-left: 20px;
	padding-top: 20px;
}
table.gallery_thumb td img {
	max-width: 55px;
	max-height: 55px;
}
table.gallery_thumb tr:first-child td{
	padding-top: 0px;
}
table.gallery_thumb tr td:first-child {
	padding-left: 0px;
}