/* This CSS is the style sheet for the entire site. */
/* copied from another site to modify for this one. */
body {
	background-color: black;
	padding: 0;
	margin: 0;
	font-family: arial;
	color: #aaa;
	background-image: url(images/bg.gif);
	background-repeat: x;
}
.e70{
	font-size: .7em;
}
.e80{
	font-size: .8em;
}
.e90{
	font-size: .9em;
}
.e120{
	font-size: 1.2em;
}
.footer{
	font-family: arial;
	font-size: .7em;
}
.content {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	padding: 20;
	vertical-align: top;
}
tr.bottomhack {
	background-image: url(images/goldline-bg.gif);
	background-repeat: repeat-x;
}
.icontent {
	background-image: url(images/goldline-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 20;
	vertical-align: top;
}
.tcontent {
	background-color: #2B1D09;
	background-image: url(images/goldline-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a:active, a:visited, a:link {
	color: #ffcc99;
	text-decoration: none;
}
a:hover {
	color: #E3D184;
	text-decoration: underline;
}
.table80 td {
	font-size: .8em;
	vertical-align: top;
}
img {
	border-color: black;
}
.hometext {
	background-image: url(images/gradation.gif);
	background-repeat: repeat-y;
	padding: 30;
	font-size: .8em;
	width: 400px;
}
.subtext {
	color: #888;
	background-image: url(images/gradation.gif);
	background-repeat: repeat-y;
	padding: 30;
	font-size: .8em;
	width: 700px;
}
.publicart td {
	padding: 0 20 0 20;
	text-align: center;
}
.collection td {
	padding: 0 20 50 20;
	text-align: center;
	vertical-align: top;
	font-size: .8em;
}
.collection-bottomrow td {
	padding: 0 20 20 20;
	text-align: center;
	vertical-align: top;
	font-size: .8em;
}
.collection img {
	margin: 0 30 10 30;
}
.gtitle {
	color: #93803E;
	font-size: 1.8em;
	font-family: times new roman;
	text-align: center;
}
.gtitlesm {
	color: #93803E;
	font-size: .5em;
	font-family: times new roman;
	text-align: center;
}
.gtitlem {
	color: #93803E;
	font-size: 1.em;
	font-family: times new roman;
	text-align: center;
}
.caption {
	text-align: center;
	padding: 10 0 40 0 !important;
	font-size: .8em;
}