P, LI, TD {
	font-size:12px;
	/* Georgia,'Times New Roman',Times,serif; */
	font-family:Tahoma;
	color:#553F2E;
}
H1 {font-size:18px;}
H2 {font-size:16px;}
H3 {font-size:14px;}
H4 {font-size:13px;}
A:link {
	color:#405070;
	text-decoration:none;
}
A:visited {
	color:#405070;
	text-decoration:none;
}
A:hover {
	color:#990000;
	text-decoration:underline;
}
.title {
	font-style:italic;
}
.year {
	font-weight:bold;
}
.left-column {
	background-image:url(images/Artists_left-bkgd.jpg);
	background-repeat:repeat-y;
} 
.gray-cell {
	background-color:#E8DFC9;
}
.artist-name{	
	font-size:24px;
	font-family:Tahoma;
	color:#553F2E;
	padding:10px;
	text-align:center;
}
.nav-cell {
	background-image:url(images/Artists_02.jpg);
	background-repeat:no-repeat;
	padding:5px;
	padding-right:25px;
}
.shadow-cell {
	background-image:url(images/Artists_06.jpg);
	background-repeat:no-repeat;
	padding:15px;
	padding-top:0px;
	padding-right:25px;
}
.shadow-cell P {
	font-size:12px;
	font-family:Tahoma;
	color:#553F2E;
}
.shadow-cell .title {
	font-size:18px;
}
.shadow-cell .year {
	font-size:14px;
}
.shadow-column {
	background-image:url(images/Artists_02+06.jpg);
	background-repeat:no-repeat;
	padding:15px;
	padding-right:25px;
}
.bio-shad-1 {
	background-image:url(images/Artists_02.jpg);
	background-repeat:no-repeat;
	padding:15px;
	padding-right:25px;
}
.bio-shad-2 {
	background-image:url(images/Bio_right-bkgd.jpg);
	background-repeat:repeat-y;
	padding:15px;
	padding-right:25px;
	font-size:12px;
	font-family:Tahoma;
	color:#553F2E;
}
.bio-shad-3 {
	background-image:url(images/right-bkgd.jpg);
	background-repeat:repeat-y;
	padding:0px;
}
.artist-text {
	font-size:12px; /* see also artist.php; size is overridden if there are many names in the list */
	font-family:Tahoma;
	color:#553F2E;
	margin:0px;
	padding:0px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:7px;
	text-indent:-7px;
}
.artist-photo {
	margin-right:10px;
	margin-bottom:10px;
}
.workstable {
	/*border: solid 1px red; */
	text-align: center;
}
.works-cell {
	background-color:#E8DFC9;
	background-image:url(images/Works_03.jpg);
	background-repeat:no-repeat;
}
.worklinks {
	font-size:9px;
	font-family:Tahoma;
	color:#405070;
}
.worklinks A:link {
	color:#405070;
	text-decoration:none;
	cursor: hand;
}
.worklinks A:visited {
	color:#405070;
	text-decoration:none;
	cursor: hand;
}
.worklinks A:hover {
	color:#990000;
	text-decoration:underline;
	cursor: hand;
}

.singlework {
	width: 155px;
	font-size:14px;
	font-family:Tahoma;
	color:#553F2E;
	margin-top:0px;
	margin-bottom:10px;
	/*border:solid 1px #BEB8B8;*/
}
.title {
	font-style:italic;
}
.year {
	font-weight:bold;
}
.singlework .medium {
	font-size:10px;
}
.artistnav {	
	font-size:12px;
	font-family:Tahoma;
	color:#553F2E;
}
.sold {
	font-style:italic;
	color:#990000;	
}
.no-more {
	color:#999999;
}
.spacer-cell-bottom {
	background-color:#AB8C5D;
}
.artinfo {
	position:relative;
	visibility:hidden;
	left:0px;
	top:100px;
	/* border: solid 1px blue; */
}
.zero {
	/* used for testing as class in artInfoArea div */
	position:relative;
	visibility:visible;
	left:10px;
	top:100px;
	border: solid 1px red; 
}

/* Styles for menus in this template: see also menu-include.php  */
.menu-button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
	background-color:#EADDCA;
	border: 1px solid #DACDBA;
	text-align: center;
	cursor: hand;
}
.sub-menu-button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
	background-color:#EADDCA;
	border: 1px solid #DACDBA;
	text-align: center;
	cursor: hand;
}
.sub-menu-gap {
	background-color:#EADDCA;
	border: none;
}
.menu-over {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
	background-color:#FFFFFF;
	border: 1px solid #DACDBA;
	text-align: center;
	cursor: hand;
}
.sub-menu {
	position: absolute;
	visibility: hidden;
}
/* End menu styles */

/* Footer styles */
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #EADDCA;
	font-size: 14px;
}
.footer A:link {color:#DDDDAA;text-decoration:underline;}
.footer A:visited {color:#DDDDAA;text-decoration:underline;}
.footer A:hover {color:#FFFFFF;text-decoration:underline;}
/* End footer styles */


