/* CSS Document */

html, body {
	background-color: #D97F27;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	height:100%;
	border:none;
	
}
.line {
	background-image: url(images/line.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-left:10px;
	padding-right:10px;
}

.imgMargin {
	margin: 10px;
}


.content {
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}

.mission {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}

a {
	color:#FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.menu a:hover {
	text-decoration: none;
	border-bottom:#FF6600 dashed 1px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #990000;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	padding-bottom: 20px;
}

.artistname {
	font-size: 24px;
	text-transform: capitalize;
	color: #FFF;
}
.menu a {
	font-size: 12px;
}
.divider {
	background-image:url(images/divider.gif);
	background-repeat:no-repeat;
}
.infopower {
	color:#CCCCCC;
	font-size:9px;
}
.infopower a {
	color:#CCCCCC;
	font-size:9px;
	font-weight:normal;
	text-decoration: underline;
}
