.back {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #990033;
	text-decoration: none;
}
.navbar {
	color: #cc0000;
	text-decoration: none;
}
.main a:link {
	color: #993300;
}
.main a:visited {
	color: #993300;
	text-decoration: none;
}
.main a:hover {
	color: #333333;
	text-decoration: none;
}
.main a:active {
	color: #993300;
	text-decoration: none;
}
.navbar a:link {
	color: #cc0000;
	text-decoration: none;
}
.navbar a:visited {
	color: #cc0000;
	text-decoration: none;
}
.navbar a:hover {
	color: #999999;
	text-decoration: none;
}
.navbar a:active {
	color: #cc0000;
	text-decoration: none;
}
.goldback {
	background-color: 82500f;
	background-image: url(images/gold.gif);
	background-repeat: repeat;
}
.left{
	float: right;
	padding-left: 12px;
}
.thumbsmall{
	float: left;
}