body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
}
a:link {
	color: #003399;
}
# container {
	position:relative;
	width:auto;
}
#masthead {
	position:relative;
	background-image: url(masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 158px;
	width: auto;
	background-color: #CCCC99;
	left: 0px;
	top: 0px;
}
#navbar {
	position:relative;
	top:75px;
	margin-left:230px;
	white-space: nowrap;
	width: auto;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003399;
}
#navbar a {
    margin-right: 1em;
	}
#navbar b {
    margin-right: 1em;
	}
#catalog_instructions {
	width: auto;
	padding: 5px;
	background-color: #CCCC99;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom:10px;
}
#biography {
	width: 600px;
	text-align: justify;
	position: absolute;
	top: 175px;
	left: 15px;
}
#biography p {
    text-indent: 1em;
}
#biography b {
	font-size: 18px;
	font-weight: bold;
}
#bio_photo {
	float: left;
	margin-right: 1em;
}
#quote {
	width: 300px;
	position: absolute;
	top: 175px;
	left: 635px;
	font-size:10px;
}
#exhibitions {
	width: 600px;
	position: absolute;
	top: 175px;
	left: 15px;
}
#exhibitions b {
	font-size: 18px;
	font-weight: bold;
}
#notecards {
	position: absolute;
	top: 175px;
	left: 15px;
}
#notecards b {
	font-size: 18px;
	font-weight: bold;
}
.thumbnail_box {
	background-color: #CCCC99;
	padding:10px;
	width:130px;
	height:130px;
	margin-right:15px;
	float:left;
	text-align:center;
	border-right:solid white 2px;
}
.description {
	height:150px;
	margin-bottom:10px;
	width:auto;
	background-color: #CCCCCC;
}
.descTable {
	margin-top:13px;
	float:left;
    background-color: #FFFFFF;
}
td {
    background-color: #CCCC99;
	padding: 4px;
	width: 400px;
}
.price {
    color: #003399;
	font-weight: bold;
}
.sold {
    color: #FF0000;
	font-weight: bold;
}

