body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../images/queenofhearts.gif) no-repeat 175px 50px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #900;
	margin-bottom: 0px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;
}
h4 {
	font-size: .9em;
	font-weight: bold;
	color: #900;
}

/* LINK STYLES */

a:link {
	color: #900;
}
a:visited {
	color: #600;
}

/* END LINK STYLES */


td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.address {
	background: #C00;
	color: #FFF;
	padding: 0 1em;
	border: 2px solid #000;
	line-height: 1.5em;
	width: 90%;
	margin: 1em;
	}
.address h2 {
	color: #FFF;
	padding-top: 1em;
	}
.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}
.moreinfo {
	color: #900;
	background: #FFD20A;
	padding: 2px;
	float: right;
	width: 150px;
	margin-left: 4px;
	border-top: 1px solid #F0E8CD;
	border-right: 2px solid #666666;
	border-left: 1px solid #CCCCCC;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	text-align: center;
}

#navbar {
	float: left;
	top: 155px;
	left: 2px;
	position: absolute;
	margin-left: 0;
	padding-left: 0;
}
#navbar ul {
	list-style: none;
}
#navbar li {
	list-style: none;
	width: 150px;
	}
#navbar a {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	display: block;
	padding: 5px 3px 2px;
	width: 150px;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}
#navbar a#current{
	color: #000;
	background: url(../images/tiny-heart.gif) no-repeat right;
	}
#navbar a:hover{
	color: #FFF;
	background: #900;
	}

div#bodycontent {
	color: #333333;
	margin: 10px;
	padding: 10px;
	left: 250px;
	top: 125px;
	min-width: 500px;
	background: #FFF url(../images/queenofhearts-fade.gif) no-repeat -87px -86px;
	position: absolute;
	width: 500px;
	border: 2px solid #000;
}
.label {
	font-weight: bold;
	color: #900;
	text-align: right;
	padding-right: 6px;
}
ul.artists {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(../images/tiny-heart.gif);
}

.imagetable {
	position: absolute;
	visibility: visible;
	left: 10px;
	top: 100px;
}
.credit {
	font-size: 10px;
	position: absolute;
	left: 10px;
	top: 550px;
	color: #900;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #000;
}
/* Tabbed Navigation Bar. Uses unordered list. Mark current tab with ID of Current. */
ul#tabnav {
	font: bold 11px verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #FCA985;
	margin: 0;
	color: #FFCC99;
}

ul#tabnav li {
	float: left;
	height: 21px;
	background: #FF6633;
	margin: 2px 2px 0 2px;
	border: 1px solid #FCA775;
	color: #FF9966;
}
#tabnav a#current {
	color: #FFCC99;
	background-color: #FF6600;
}
#tabnav a {
	float: left;
	display: block;
	color: #FF6633;
	text-decoration: none;
	padding: 4px;
	background-color: #FFCC99;
}

#tabnav a:hover {
	color: #FFCC99;
	background-color: #FF6633;
}
#tabnav a.logout {
	color: #eee;
	background: #369;
}

