body
{
	background-color: #2B2D53;
	background-image: url(images/sitebg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0;
	color: #292929;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1
{
	font-size: 22px;
	border-bottom: dotted 2px gray;
	width:500px;
	padding-bottom: 10px;
	color: #D75644;
	font-family: "Times New Roman", Times, serif;
}

h2
{
	font-size: 20px;
	padding-bottom:0px;
	color: #F1C38F;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
}

h3
{
	font-size: 18px;
	padding-bottom:0px;
	color: #D75644;
	font-family: "Times New Roman", Times, serif;
	text-align:left;
}

a:link, a:visited
{
	text-decoration: none;
	color: #64408A;
	font-weight: bold;
}

a:hover, a:active
{
	text-decoration: none;
	color: #D75644;
}


#quicklinks
{
	padding:15px;
	background-color:#2d2360;
	background-image: url(images/artistlinksbg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

.bottom_menu
{
	text-align: center;
}


.bottom_menu a:link, .bottom_menu a:visited
{
	text-decoration: none;
	font-size: 0.8em;
	color: #FDF5E6;
	font-weight: bold;
}

.bottom_menu a:hover, .bottom_menu a:active
{
	color: #D75644;
	background-color: black;
	padding: 5px 10px 5px 10px;
}

.copyright
{
	color: #7164BF;
	background-color: black;
	font-size: 0.85em;
	padding-bottom: 3px;
}

.copyright a:link, .copyright a:visited
{
	color: #B0B0B0;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
}

.copyright a:hover, .copyright a:active
{
	color: #D75644;
}