body{
	background: #a1b89e;
	font-size:75%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.75em;
}
#header{
	background: url('../images/bg.gif') repeat-x;
	height:501px;
	margin:0;
}
h1 {
	height:39px;
}
h2{
	font-size:1.667em;
	margin:0px 0 10px 0;
}
/*  Navigation //////////////////////////////////////////////////////////// */
	#menu {
		position:relative;
		top:30px;
		background: #1e0f06;
		height:26px;
		list-style:none;
		z-index:10;
	}
		#menu ul{
			position:static;
			width:960px;
			margin:0 auto;
		}
			#menu li{
				float:left;
				margin:0 55px 0 0;
				text-indent:-9999px;
			}
			
			/*  Home Button --------------------------------------------------------------- */
				#menu_home a{
					background:url('../images/button_home.gif') no-repeat;
					background-position:0 0;
					display:block;
					width:49px;
					height:26px;
				}
				#menu_home a:hover{
					background-position:0 -26px;
					display:block;
				}
				
			/*  Touring Button ------------------------------------------------------------ */
				#menu_touring a{
					background:url('../images/button_touring.gif');
					background-position:0 0;
					display:block;
					width:65px;
					height:26px;
				}
				#menu_touring a:hover{
					background-position:0 -26px;
					display:block;
				}
				
			/*  Discography Button --------------------------------------------------------- */
				#menu_discography a{
					background:url('../images/button_discography.gif');
					background-position:0 0;
					display:block;
					width:98px;
					height:26px;
				}
				#menu_discography a:hover{
					background-position:0 -26px;
					display:block;
				}				
					
			/*  Gallery Button ------------------------------------------------------------- */
				#menu_gallery a{
					background:url('../images/button_gallery.gif');
					background-position:0 0;
					display:block;
					width:72px;
					height:26px;
				}
				#menu_gallery a:hover{
					background-position:0 -26px;
					display:block;
				}			

			/*  Contact Button ------------------------------------------------------------- */
				#menu_contact a{
					background:url('../images/button_contact.gif');
					background-position:0 0;
					display:block;
					width:77px;
					height:26px;
				}
				#menu_contact a:hover{
					background-position:0 -26px;
					display:block;
				}
				
			
			

/*	Featured //////////////////////////////////////////////////////////// */	
	#featured{
		position:relative;
		top:-15px;
		clear:left;
		width:971px;
		margin:0 auto;
	}
	#featured_disc{
		position:relative;
		top:-15px;
		clear:left;
		width:971px;
		margin:0 auto;
		background:url('../images/discography_feat.jpg') no-repeat;
		height:490px;
	}
	#featured_disc img{
		border:6px solid #7d8f7b;
	}
	#featured_disc ul{
		width:960px;
		padding:118px 0 0 10px;
	}
		#featured_disc li{
			float:left;
			width:206px;
			height:206px;
			margin:0 10px;
			cursor:pointer;
			text-indent:-9999px;
			border:6px solid #7d8f7b;
		}
		#featured_disc li:hover{
			background-position:0 206px;
			border:6px solid #1e0f06;
		}
		li#disc_obtn{
			background:url('../images/obtn_thumb.jpg');	
		}
			li#disc_obtn.active{
				border:6px solid #1e0f06;
				background-position:0 206px;
			}
		li#disc_bcot{
			background:url('../images/becauseoftimes_thumb.jpg');
		}
			li#disc_bcot.active{
				border:6px solid #1e0f06;
				background-position:0 206px;
			}
		li#disc_ash{
			background:url('../images/ahashakeheartbreak_thumb.jpg');
		}
			li#disc_ash.active{
				border:6px solid #1e0f06;
				background-position:0 206px;
			}
		li#disc_yaym{
			background:url('../images/youthandyoungmanhood_thumb.jpg');
		}
			li#disc_yaym.active{
				border:6px solid #1e0f06;
				background-position:0 206px;
			}
	
	
	
/*  Content //////////////////////////////////////////////////////////// */
	
	#content{
		width:970px;
		margin:20px auto 0 auto;
		color:#718f79;
	}
		#content h1{
			text-indent:-9999px;
			margin:0 0 29px 0;
		}
		
	/*  Left  */
		#content_left{
			padding:0 0 50px 10px;
			width:470px;
			float:left;
		}
			h1#touring{
				background:url('../images/h_touring.gif') no-repeat;
				width:168px;
				height:39px;
			}
			#content_left ul{
				width:470px;
				
			}
				#content_left li{
					width:130px;
					padding:0 10px;
					float:left;
				}
			#content_left br{
				clear:left;
			}
	
	/*  Right */
		#content_right{
			width:440px;
			margin:0 40px 0 0;
			float:right;
		}
			h1#welcome{
				background:url('../images/h_whatsup.gif') no-repeat;
				width:268px;
				height:39px;
			}
	/*  One Column  */
		#one_column{
			margin:0 0 50px 0;
		}
		#one_column h1{
			text-indent:-9999px;
			margin:0 0 29px 10px;
		}
		#tour{
			background:url('../images/onlybythenight_tour.gif') no-repeat;
			height:39px;
			
		}
		#one_column table{
			margin:0 0 0 10px;
		}
		#one_column th{
			text-align:left;
			text-transform:uppercase;
			cursor:pointer;
			padding:0 0 0 10px;
		}
		#one_column td{
			padding:0 0 0 10px;
			border-bottom:1px dotted #718f79;
		}
		#one_column tr:hover{
			background:#a9c1a6;
		}
		#one_column th.headerSortDown{
			background:url('../images/sort_desc.gif') no-repeat;
			background-position:right center;
		}
		#one_column th.headerSortUp{
			background:url('../images/sort_asc.gif') no-repeat;
			background-position:right center;
		}
		th.header{
			background:url('../images/sort.gif') no-repeat;
			background-position:right center;
		} 
		#one_column tr:hover.first_tr {
			background:#a1b89e;
		}
		#one_column th.tickets{
			background-color:#59705f;
			background-position:right center;
			color:#a1b89e;
			text-align:center;
			padding:0px;
		}
		#one_column td.ticket{
			background:#acc4a8;
			border-bottom:1px dotted #718f79;
			text-align:center;
			padding:0px;
		}
		#one_column a{
			color:#59705f;
			text-decoration:none;
		}

/* Discography */
	h1#discography{
		background:url('../images/discography_h1.gif');
		width:272px;
		height:39px;
	}
	#obtn img{
		float:left;
		width:361px;
		border:2px solid #7d8f7b;
		margin:0 60px 0 20px;
		
	}
	#obtn{
		width:960px;
		height:390px;
		border-bottom:1px dashed #718f79;
		margin:0 0 29px;
	}
	#obtn ol{
		float:left;
		list-style:decimal;	
		margin-left:20px;
		width:400px;
	}
	#obtn li{
		border-bottom:1px dotted #718f79;
	}
	#obtn li:hover{
		background:#a9c1a6;
	}
	#botc img{
		float:left;
		width:361px;
		border:2px solid #7d8f7b;
		margin:0 60px 0 20px;
		
	}
	#botc{
		width:960px;
		height:390px;
		border-bottom:1px dashed #718f79;
		margin:0 0 29px;
	}
	#botc ol{
		float:left;
		list-style:decimal;	
		margin-left:20px;
		width:400px;
	}
	#botc li{
		border-bottom:1px dotted #718f79;
	}
	#botc li:hover{
		background:#a9c1a6;
	}
	#ash img{
		float:left;
		width:361px;
		border:2px solid #7d8f7b;
		margin:0 60px 0 20px;
		
	}
	#ash{
		width:960px;
		height:390px;
		border-bottom:1px dashed #718f79;
		margin:0 0 29px;
	}
	#ash ol{
		float:left;
		list-style:decimal;	
		margin-left:20px;
		width:400px;
	}
	#ash li{
		border-bottom:1px dotted #718f79;
	}
	#ash li:hover{
		background:#a9c1a6;
	}
	#yaym img{
		float:left;
		width:361px;
		border:2px solid #7d8f7b;
		margin:0 60px 0 20px;
		
	}
	#yaym{
		width:960px;
		height:390px;
		border-bottom:1px dashed #718f79;
		margin:0 0 29px;
	}
	#yaym ol{
		float:left;
		list-style:decimal;	
		margin-left:20px;
		width:400px;
	}
	#yaym li{
		border-bottom:1px dotted #718f79;
	}
	#yaym li:hover{
		background:#a9c1a6;
	}

/*  Gallery  */

	h1#gallery{
		background:url('../images/gallery_h1.gif') no-repeat;
		height:39px;
	}
	#gallery_list ul{
		width:960px;
		margin:0 0 50px 0;
	}
	#gallery_list li{
		border:6px solid #7d8f7b;
		width:206px;
		height:206px;
		margin:10px;
		float:left;
	}
	#gallery_list li:hover{
		border:6px solid #718f79;
	}

/*  Contact  */
	h1#contact{
		background:url('../images/contact_h1.gif') no-repeat;
		height:39px;
	}
	.txt_area{
		border:6px solid #718f79;
		color:#718f79;
		text-transform:uppercase;
		width:350px;
		font-size:2em;
		margin:10px 0;
	}
	.txt_box{
		border:6px solid #718f79;
		width:350px;
		height:200px;
	}
	#button{
		float:right;
		height:320px;
		width:516px;
		background:url('../images/submit_buttn.gif') no-repeat;
		border:none;
		text-indent:-9999px;
	}
	#button:active{
		background-position:0 -320px;
	}
