@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4E6042;
}
.artwork {
	background-color: #23272B;
	font-size: small;
	color: #ACACAC;
}
.navbox {
	margin-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3E4E38;
	color: #ACACAC;
	font-size: small;
	line-height: 125%;
	padding-top: 3px;
}
a:link {
	color: #CCCCCC;
	margin-left: 7px;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	margin-left: 7px;
	text-decoration: none;
}
a:hover {
	color: #9A2F4F;
	margin-left: 7px;
	text-decoration: none;
}
a:active {
	color: #9A2F4F;
	margin-left: 7px;
	text-decoration: none;
}
.text {
	font-size: small;
	color: #333333;
	background-color: #ECECEC;
	padding: 10px;
}
.textmedium {
	font-size: medium;
}

.textlink:link {
	font-size: small;
	color: #335229;
	text-decoration: none;
	margin-left: 0px;
}
.textlink:visited {
	font-size: small;
	color: #335229;
	text-decoration: none;
	margin-left: 0px;
}
.textlink:hover {
	font-size: small;
	color: #9A2F4F;
	text-decoration: none;
	margin-left: 0px;
}
.textlink:active {
	font-size: small;
	color: #9A2F4F;
	text-decoration: none;
	margin-left: 0px;
}
.clickth {
	width: 300px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #335229;
	padding-top: 6px;
	font-style: italic;
}
.divright {
	text-align: left;
	vertical-align: top;
	float: right;
	margin-left: 30px;
	width: 200px;
	font-size: small;
}

.divleft {
	text-align: left;
	vertical-align: top;
	float: left;
	margin-right: 30px;
	width: 200px;
	font-size: small;
}


.heading {
	font-size: x-large;
	font-variant: small-caps;
	color: #902140;
}
.greenborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3E4E38;
}
.bigart {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sold {
	color: #9A2F4F;
}
.smalltext {
	font-size: x-small;
	color: #ACACAC;
}
