/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-3d-light-color:green;
	scrollbar-arrow-color:#cccccc;
	scrollbar-base-color:#cccccc;
	scrollbar-dark-shadow-color:#cccccc;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg.jpg);
}

.bodyText {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 25px;
	overflow: auto;
	height: 435px;
	text-align: justify;
}

.leftBody {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-left: 20px;
	width: 280px;
}

A:link
{
	color: #000000;
	text-decoration: underline;
}

A:visited
{
	color: #000000;
	text-decoration: underline;
}

A:hover
{
	color: #000000;
}

A:active
{
	color: #000000;
	text-decoration: underline;
}

A.menu:link
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

A.menu:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

A.menu:active
{
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

A.menu:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

.PageTitle {
	text-align: right;
	vertical-align: bottom;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding-right: 15px;
	padding-bottom: 15px;
}

b {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

select {
	font-size: 10px;
}
.eBayBodyTxt {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.frontQuoteText {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	text-align: justify;
	margin-left: 5px;
	margin-bottom: 5px;
}
.copyright {
	font-size: 10px;
	color: #000000;
	text-align: right;
}
.textbox {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 1px;
	border: 1px #FFFFFF;
}

   .calendar {
	width: 98%;
	padding: 3px;
	text-align: center;
             }
   table.calendar_today {
	width: 98%;
	padding: 2px;
	margin: 4px;
	border: 1px double #FF0000;
}
   table.calendar_event_1 {
	width: 98%;
	padding: 2px;
	margin: 4px;
	border: 1px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
}
   table.calendar_event_2 {
	width: 98%;
	padding: 2px;
	margin: 4px;
	border: 1px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
}

   .calendar_artist_text { color: beige; text-align: center; font-size: 16pt; font-weight: bold; }
   .calendar_date_text {
	color: #660000;
	font-size: 12pt;
	text-align: center;

}
   .calendar_event_title_text { color: #990000; font-size: 14pt; font-weight: bold; text-align: center;}
   .calendar_venue_text { color: #660000; font-size: 12pt; }
   .calendar_notes_text 
{
	color: #660000;
	font-size: 12pt;
	font-style: italic;
}

   .news { 
           width: 90%;
           padding: 10px;
           }
   .news_entry {  }
   .news_date { 
                font-weight: italic;
                padding: 2px;
				font-size:12px;
                }
   .news_text {
	text-align: top;
	margin: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
                }
				
.big { font-size: 24pt; font-weight: bold }
   .home { color: gold; font-size: 12pt; }

   .guestbook { font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10pt;
                color: black; /* text color */
                }
   .guestbook_entry { }
   .guestbook_name { font-weight: bold; }
   .guestbook_date { }
   .guestbook_comment { }