@charset "utf-8";

body {
	margin: 0 auto;
	color: #FFF;
	background-color: #000000;
	background-image: url('img/background.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top center;
	font: 75%/120% Arial, Helvetica, sans-serif;
	color: #ac8e80;
}

#frame {
	width: 791px;
	margin: auto;
	background-image: url('img/content_background.jpg');
	background-repeat: no-repeat;
	width: 791px;
}
	
.spacer {
	clear: both;
   height: 260px;
}

h1, h2, h3 {
	font-family: times;
	color: #ac8e80;
}

a {
	color: #680606;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border: 1px solid;
}

.figure {
	border: 1px solid #ac8e80;
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: smaller;
}

hr {
	border: 0;
	height: 1px;
	background-color: #ac8e80;
}

.discographyMenu {
	text-align: center;
}

.discographyMenu img {
	margin: 1px;	
}

.discographyItem {
	padding: 10px 0;
	clear: both;
}

.discographyItem ol {
	list-style-type: lower-roman;
}

.captionedimg img {
	border: 1px solid #ac8e80;
	clear: both;
	margin: 5px auto;
	display: block;
}

.captionedimg {
	float: left;
	margin: 2px;
}

.discographyItem .captionedimg {
	float: right;
}

.container {
	width:600px;
	overflow:hidden;
	margin:auto;
}

.selector {
	
}					

.container .TabMenu {
	position: relative;
	top: 5px;
	left: 2px;
	z-index: 10;
	text-align: center;
}

.container .TabMenu span {
	display: inline-block;
	width: 130px;		
	margin: 0px;
	padding:0px;
	vertical-align: top;
	color: #680606;
}

.container .TabMenu span div {
	opacity: 0;
}

.container .TabMenu span img {
	clear: both;
}

.container .TabMenu span:hover div {
	opacity: 1;
}

.container .TabMenu span:hover img {
	opacity: 0.5;
}

.container .ContentFrame {
	left: 10px;
	position: relative;
	overflow:hidden;
}			

.container .ContentFrame .AllTabs {
	position: relative;
	left:0px;		
	width: 2500px;
	overflow:hidden;
}

.container .ContentFrame .AllTabs .TabContent {
	width:580px;
	margin-right:20px;
	text-align: justify;
	float:left;
	overflow:hidden;
}

.container .ContentFrame .AllTabs .TabContent .LeftCol {
	width: 280px;
	float: left;
}
	
.container .ContentFrame .AllTabs .TabContent .RightCol {
	width: 280px;
	float: right;
}

