@charset "utf-8";

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:25px;
	color:#666666;
}

h1 {
	font-size: 24px;
	color: #000;
}

#masterContainer {
	margin: 0px auto; 
	width: 920px;	
}

#menuArea a:link, #menuArea a:active, #menuArea a:visited {
	color:#333333;
	text-decoration:none;
	font-size:10px;
	font-weight:bolder;
	text-transform: uppercase;
}

#menuArea a:hover {
	color:#000000;
	font-weight:bolder;
	text-decoration:underline;
	font-size:10px;
	text-transform: uppercase;
	}
	

.menuSeperator {clear:both; display:block; padding-bottom:5px; }



#artistSelectionArea a:link, #artistSelectionArea a:active, #artistSelectionArea a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	height:11px;
}  

#artistSelectionArea a:hover {
	color:#555555;
	font-weight:bold;
	text-decoration:underline;
	height:11px;
}  

#pictureRotator {
	width: 920px;
	height: 200px; 
}

#imprintLogo {
	width: 880px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#contentWrapper {
	width: 920px;
	}

#menuArea {
	width:180px;
	padding-left:30px;
	float: left;
}

#artistMenuArea {
	width:150px;
	float: left;
}
#artistMenuAreaLarge {float:left; width:590px;}



#artistSelectionArea {
	width:700px;
	float: left;
}

#artistSelectionArea ul {
	margin:0px;
	list-style-type: none;
	padding:0px;

}

#contentAreaMaster {
	float: left;
	width:680px;
	text-align:left;
	}

.headerText, .headerTextwithSub {
	font-size:10px;
	font-weight:bolder;
	color:#333333;
	text-transform: uppercase;
	display: block;
}
.headerText {
	margin-bottom:3px;
}

.headerTextSub {
	padding-top:3px;
	padding-bottom:10px;}

a:visited, a:link, a:active, a:visited {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

a:hover {text-decoration:underline; color:#333333;}

.artistContentInfo {
	padding-right:15px;
	overflow-x:hidden; 
	height:230px;
}

#newsPageContent {
	padding-right:15px;
	overflow:auto; 
	height:230px;
	width:350px;
	
}

#masterFooter {
	width:890px;
	clear:both; 
	padding-left:30px;
	text-align:left;
		}
		
#masterFooterlogo {
	width:450px;
	clear:both;
	text-align:right;
	float: right;
		}

.artist-image-td {
	width:85px;
	padding-right:20px;
	padding-bottom:20px;
	
}
h2 {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
}
