/* This is the root style sheet for  Arts at Denver */ 



/* This puts a brown border around images by default */ 
img {
	border: 1px solid #660000;
}
.img2 {
	border: 6px solid #660000;
}
.img3 {
	border: 12px solid #660000;
}

.quickjump {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #C7CC91;
}
.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.artisttable {
	background-color: #FFFFFF;
}
.artistbio img {
	border: 0px none white;
}
.artistname img {
	border: 0px none white;
}

.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #7B1C44;
}
.title2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #355C97;
}
.holder {
	background-color: #FFFFFF;
}

.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.drop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
}

.sold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #C93A21;
}
.wbg {
	background-color: #FFFFFF;
}

.gallery {
	font-weight: bold;
	color: #660033;
}
.gallery a:link {
	font-style: normal;
	color: #660033;
}
.gallery a:active {
	font-style: normal;
	color: #660033;	
}
.gallery a:visited {
	font-style: normal;
	color: #660033;
}
.gallery a:hover {
	font-style: normal;
	color: #003300;	
}
.medium {
	font-weight: normal;
	color: #333333;	
}
.rednav {
	border-top: solid 1px #FFF;
	background-image:url(images/header-redbar.gif);
	background-repeat:repeat-x;
	width: 1000px;
	height: 28px;
	float:center;
	position:relative;
	vertical-align:bottom;
         }


/* a, a:link, a:visited, a:active, a:hover { color:#A6A6A6 } */
a, a:link, a:visited, a:active, a:hover { color:#000099; }
