@charset "utf-8";
body {
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #FFFFFF;
	background-color: #FE4A03;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
a:visited {
	color: #999999;
	text-decoration: none;
}

#menulayer {
	position:absolute;
	width:199px;
	height:490px;
	z-index:2;
	left: 124px;
	top: 105px;
	background-color: #FFFFFF;
}

#contentlayer {
	position:relative;
	width:548px;
	height:100%;
	z-index:3;
	left: 400px;
	background-color: #FFFFFF;
	top: 97px;
	overflow: hidden;
}
.dotline {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FE4A03;
}
.dotline2 {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #999999;
}
.menufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 80%;
	text-decoration: none;
	color: #003399;
}

.mainfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.fontsmallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
.fontsmallheaderCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}


.artistfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666666;
	line-height: 90%;
	text-decoration: none;
}

.style3 {font-size: 1em}
.style4 {font-weight: bold}
a.white:visited {
	color: #FFFFFF;
}
