/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background: #000000; 
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	color: #eeeeee;
	line-height: normal;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	padding-top:26px;
}

.content {
	width:1200px;
	clear: both;
  margin-left: auto ;
  margin-right: auto ;
	align:center;
	text-align:left;
}

.head {
	background: transparent url('top.jpg') no-repeat top left;
	width:1193px;
	height:102px;
}

.links {
  float:right;
	margin-top:10px;
}

.footer {
	background: transparent url('bot.jpg') no-repeat top left;
	width:1193px;
	height:100px;
	text-align:right;
}

.footer img {
  vertical-align:middle;
	margin-left:6px;
	margin-right:6px;
}

.footer-links {
  position:relative;
	top:-74px;
	left:-16px;	
}

.mailing-list {
  position:relative;
	top:-100px;
	left:-104px;	
}

.home {
	background: transparent url('index.jpg') no-repeat top right;
	padding:0px 0px 0px 0px;
	margin:-2px 0px -6px 0px;
	height:650px;
	text-align:right;
}

.music {
	background: transparent url('music-bg.jpg') no-repeat bottom left;
	height:650px;
	padding:0px 0px 0px 0px;
	margin:-2px 0px -6px 0px;
}

.pics {
	background: transparent url('pics-bg.jpg') no-repeat bottom left;
	height:650px;
	padding:0px 0px 0px 0px;
	margin:-2px 0px -6px 0px;
}

.pics img {
	height:600px;
}

.gigs {
	background: transparent url('gigs-bg.jpg') no-repeat 0px 0px;
	height:650px;
	padding:0px 0px 0px 0px;
	margin:-2px 0px -6px 0px;
}

.swag {
	background: transparent url('swag-bg2.jpg') no-repeat 20px 100px;
	height:650px;
	padding:0px 0px 0px 0px;
	margin:-2px 0px -6px 0px;
}

.press {
	background: transparent url('press-bg.jpg') no-repeat top right;
	height:650px;
	padding:0px 0px 0px 0px;
	margin:-2px 0px -6px 0px;
}

a{
	color: #C5844C;
	text-decoration: underline;
}

a:link{
	color: #C5844C;
	text-decoration: underline;
}

a:visited{
	color: #C5844C;
	text-decoration: underline;
}

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

h1{
 font-size: 140%;
 color: #C5844C;
 margin: 0px;
 padding: 0px;
}


h2{
 font-size: 110%;
 color: #C5844C;
 margin-top: 4px;
 padding: 0px;
}

h3{
 font-size: 102%;
 color: #AB925F;
 margin-top: 3px;
 padding: 0px;
}

h4{
 font-size: 94%;
 font-weight: bold;
 font-style: italic;
 color: #C5844C;
 margin-top: 2px;
 padding: 0px;
}

h5{
 font-size: 100%;
 color: #C5844C;
 margin-top: 2px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.tag {
  position:absolute;
	top:-1px;
	right:-1px;
  filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

p {
	padding:8px 0px 8px 0px;
	margin:0px 0px 0px 0px;
}


img{
border:none;
}