BODY{
	margin:0;
	padding:0;
	font-family : Arial,sans-serif;
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, sans-serif;
	font-size:13px;
	background:#9F1D21 url(/common/image/back.gif) repeat-x top;
}
H1,H2,H3,H4,H5{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:2px;
	font-weight:bold;
}
H2{font-size:28px; color: #9F1D21}
H3{font-size:24px; color:#9F1D21; padding-left:8px;}
H4{font-size:18px; padding-left:16px;}
H5{font-size:16px; padding-left:20px;}

p{
	margin:0;
	padding:0px 10px 10px 20px
}

#container{width:754px; margin:0 auto;
	background:url(/common/image/middle.gif) repeat-y;
}
#header{background:url(/common/image/header.jpg) no-repeat top;height:164px;overflow:hidden}
#header h1{padding:55px 0 0 481px}
#header h1 a{display:block;width:215px;height:67px;}

#mainmenu ul{margin:0;padding:8px 50px 0 0;}
#mainmenu li{display:block;float:right; list-style-type:none;margin:0;padding:0}
#mainmenu a{text-decoration:none; color:white; font-size:11px; font-weight:bold; display:block; padding:4px 10px;background:none; text-transform:uppercase;}
#mainmenu a:hover{background:#9F1D21 url(/common/image/menurollover.gif) repeat-x center;color:#CCCCCC;}

#footer{background:url('/common/image/newaddressfooter.jpg') no-repeat bottom; padding:10px 0 125px 0;
	text-transform:uppercase;
	letter-spacing:2px;
	clear:both;
	text-align:center;
	color: #9F1D21;
	font-size:10px;
	line-height:11px;
	font-weight:bold;
	}
#footer a{text-decoration:none;color:#9F1D21}
#footer a:hover{text-decoration:underline;}
#table {font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:2px;
	font-weight:bold;color:#9F1D21;text-align:center;
}
#table a{text-decoration:none;color:#9F1D21}
#table a:hover{text-decoration:underline;}

#main{clear:both;background:url(/common/image/poster.jpg) no-repeat top;
	padding:0px 58px 6px 54px; min-height:425px;
}
.alt{display:none;}


.artistlink{
	float:left;
	padding:20px 44px 0 44px;
}
.artistlink a{display:block; text-align:center; background:none;padding:15px 10px 10px 5px; text-decoration:none; font-weight:bold;color:#9F1D21;
	width:102px;
	height:131px;
}
.artistlink a:hover{background:url(/artists/rollover.gif) no-repeat top;color:white;}
.artistlink a img{border:1px solid black;}

/* ============================================================================== */
/*  Modal                                                                         */
/* ============================================================================== */	
#modalMask{
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0px;
/*	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #AAAAAA; */
}

#modalBox {
	background:black;
	color:white;
	padding:0px;
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
}
#modalBox a{font-weight:bold;color:white;text-decoration:none;}
#modalTitle{
	font-weight: bold;
	font-size:14px;
	padding: 2px;
	padding-left:4px;
	
	background-color:#9F1D21;
	color:white; 
	border:1px solid #9F1D21;
	z-index: 203;
}
#modalContent{
	padding:4px;
}

/* ============================================================================== */
/*  Forms                                                                         */
/* ============================================================================== */	
INPUT,TEXTAREA,.dhtmlSelect,SELECT{
	border: 1px #AAAAAA solid;
	background:white url(/common/image/inputback.png) top right no-repeat;
	font-size:13px;
	padding:2px;
}
INPUT:hover,TEXTAREA:hover,.dhtmlSelect:hover{
	border: 1px #666666 solid;
}
INPUT:Focus,TEXTAREA:Focus,.dhtmlSelect:Focus{
	border: 1px #000 solid;
}
.radiochecks{background:white;padding:0;border:0;}

BUTTON, .buttons, .fauxbuttons{
font-family: Geneva, Arial, sans-serif;
font-weight:bold;
font-size:12px;
padding: 2px 6px;
cursor: pointer;
vertical-align: middle;
border:3px double #BBBBBB;
border-bottom-color:#888888;
border-top-color:#CCCCCC;
background:white url(/common/image/button-back.png) repeat-x;
}
BUTTON:hover,.buttons:hover,.fauxbuttons:hover{
	border-color:#94DA78;
	border:3px double #BBBBBB;
	border-bottom-color:#6AB948;
	border-top-color:#AEDF9A;	
}
.fauxbuttons{
	text-align:center;
	text-decoration:none;
	display:block;
}

FORM DIV{padding-bottom:10px;}