/* CSS Document */

A:link {
	color: #571400;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A:visited {
	color: #571400;
	TEXT-DECORATION: none;
	font-weight: bold;
}
A:active {color: #571400; TEXT-DECORATION: none}
A:hover {color: #9D2400; text-decoration: underline}
.top {
	color: #A0410D;
	FONT-WEIGHT: bold;
	font-family: arial;
	TEXT-DECORATION: none;
	width: 920px;
	border: 2px solid #9D2400;
}
.top A:link {color: #571400; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.top A:visited {color: #9D2400; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.top A:active {color: #571400; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.top A:hover {color: #9D2400; FONT-WEIGHT: bold; text-decoration: underline}
#logo {
	background-image: url(bg.gif);
	height: 98px;
	font-family: "Bodoni MT Black";
	font-size: 60px;
	font-weight: bold;
	color: #660000;
}
body {
	background-color: #E3BFA5;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #9D2400;
	font-size: 14px;
}
.thumbs {
	text-align: center;
	width: 920px;
	background-color: #E2B673;
	border: 2px solid #9D2400;
	padding: 0px;
}
.thumbs img {
	height: 165px;
	width: 220px;
	margin: 1px;
	border: 1px solid #571400;
}
html, body{
scrollbar-face-color:#E2B673;
scrollbar-base-color:#E2B673;
scrollbar-arrow-color:black;
scrollbar-track-color:#F3F3F3;
scrollbar-shadow-color:#EBF5FF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#9D2400;
scrollbar-darkshadow-Color:#9D2400;
}
.tdfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #E2B673;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #9D2400;
	text-align: center;
}
.tdfont a {
	color: #E2B673;
}
.tdfont a:hover {
	color: #E2B673;
	text-decoration: underline;
}

