@charset "utf-8";
/* CSS Document */

@charset "utf-8";
html { height:100%; }
body {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
.container .page .content a {
color:#ffffff;
}
.container .page {
	width: 840px;
	margin-top:10px;
	
}
.container .page .content {
padding: 0px 20px 0 20px;
}
.container .page .content .introText {
padding:20px 20px 10px 10px;

}
.container .page .content .header {

}
.container .page .content .header .menu {
background:url(img/menu_bg.jpg) repeat-x;
padding:10px 0 10px 0;
font-size:22px;
}
.container .page .content .header .menu:hover {
background:#990000;
}
.container .page .content .header .menu a {

color:#ffcc00;
}
.container .page .content .header .menu strong {
font-size:20px;
}
.container .page .content .header .menu a.selected {
font-size:20px;
font-weight:bold;
color:#fff;
}
.container .page .content .header .menu a:hover {
text-decoration:underline;
}

.container .page .content .header a {
color:#ffffff;
font-size:18px;
text-decoration:none;
}
.container .page .content .header a:hover {
color:#ffcc00;
}
.container .page .content .title {
font-size:30px;
font-weight:bold;
padding-top:20px;
}

.container .page .content .artistCat {
	margin:20px;
	padding:20px;
	background:#222;
	border:solid 1px #333;
}
.container .page .content .artistCat .name {
	font-size:24px;
	font-weight:bold;
}
