.background {
	background-color: #FDD9C9;
	background-image: url(wall.gif);
	background-repeat: repeat;
}
table {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a:link {
	color: c4141b;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
a:visited {
	color: #740000;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Tback {
	background-image: url(bather.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FDD9C9;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 28px;
	color: #666666;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.cdYEAR {
	font-weight: bold;
	color: #666666;
}
.title {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.sub {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #000000;
}
.desc {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: oblique;
	color: #333333;
	font-weight: normal;
}


/*===========================================all the lightbox stuff============================*/
#lightbox {padding:10px; background-color:#fff;border:1px solid #ccc;}
#lightbox img {border:1px solid #000;}
#lightboxCaption{ text-align:center; margin-top:5px; }
#overlay{ background-image: url(overlay.png); }
#overlay img{ border: none; }

