* { margin: 0; padding: 0 }
BODY { 
	font-family:Tahoma, Geneva, Helvetica; 
	background:#260508 url(images/top-bg.gif) repeat-x top; 
	font-size:.75em; 
	text-align:left
}
#container { width:802px; margin: 0 auto }

/* LINK & FONT STYLES */
a:hover { color:#FD9F43; text-decoration:underline }
a { color:#0467B4; margin:0; text-decoration:underline }
.links { color:#fff; text-decoration:none }
.links:hover { color:#FD9F43; text-decoration:none }
.pageTitles { 
	font-size:300%; 
	font-weight:bolder;
 	color:#D6C8C4;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic
}
.orangeText { color:#9C5207 }
.blueHighlights { color:#2CB8FB }
.lightblueText { color:#DCE6FB; font-size:90%; text-align:left }
.smText { font-size:85% }
.textHighlight { color:#FCCA6F }
.newsTitle { 
	background: url(images/dark-arrow.gif) center left no-repeat;
	padding:0 0 1px 18px; 
	font-size:100%; 
	color:#250508; 
	font-weight:bold;
}

/* HEADER BACKGROUND IMAGES & STYLES */
#logo {
	float:left; 
	width:380px; 
	height:80px
}
#topNav { 
	background:url(images/nav-bar.gif) no-repeat;
	float:left; 
	position:relative;  
	width:422px; 
	height:80px;
	color:#fff;
}
#topLinks { 
	text-align:center;  
	margin:55px 5px 0 20px;
	letter-spacing:-.1px;
}
#topLinks a { color:#fff; text-decoration:none }
#topLinks a:hover {color:#FFB733; text-decoration:none }

/* MAIN CONTENT SECTION BELOW HEADER */
#mainContentBg {
	background: url(images/main-content-bg.gif) no-repeat; 
	width:802px; 
	height:277px; 
	text-align:left;
	color:#440C05
}
#mainStretchBg {
	background: url(images/long-content-bg.gif) repeat-y; 
	width:802px;  
	text-align:left;
	overflow: inherit;
	color:#440C05
}
#tourPageBg {
	background: url(images/tour-bg-pic.jpg) no-repeat; 
	width:802px;
	height:570px; 
	text-align:left;
	overflow: auto;
	color:#440C05;
}
.mainContentContainer {
	padding:30px 20px 20px 20px;
 	width:745px;
	margin:0 auto;
	text-align:left;
	overflow:auto;
	SCROLLBAR-FACE-COLOR:#D97E26; 
	SCROLLBAR-HIGHLIGHT-COLOR:#733705; 
	SCROLLBAR-SHADOW-COLOR:#733705; 
	SCROLLBAR-3DLIGHT-COLOR:#D97E26; 
	SCROLLBAR-ARROW-COLOR:#fff; 
	SCROLLBAR-TRACK-COLOR:#fff;  
	SCROLLBAR-DARKSHADOW-COLOR:#D97E26; 
}
.mainStretchContainer {
	padding:20px 30px 20px 30px;
 	width:725px;
	height:530px;
	margin:0 auto;
	text-align:left;
	overflow: auto;
}
.tourStretchContainer {
	padding:20px 30px 20px 30px;
 	width:725px;
	height:530px;
	margin:0 auto;
	text-align:left;
	overflow: auto;
}

/* BAND MEMEBERS, PRODUCT LIST, & LOWER CONTENT SECTION */

#bottomContentBg {
	background: url(images/bottom-content-bg.gif) no-repeat; 
	width:802px; 
	height:258px; 
}
#shortBottomBg {
	background: url(images/bottom-content-bg.gif) bottom no-repeat; 
	width:802px; 
	height:58px; 
}
.btContentContainer {
	padding:1px 8px 0 8px;
	width:782px;
	text-align:left;
    overflow:hidden;
}
#bandContainer { float:left; width:500px;   }
#bandMembers {
	width:450px;
	height:180px; 
	overflow:auto;
	margin: 0 auto;
	SCROLLBAR-FACE-COLOR:#D97E26; 
	SCROLLBAR-HIGHLIGHT-COLOR:#733705; 
	SCROLLBAR-SHADOW-COLOR:#733705; 
	SCROLLBAR-3DLIGHT-COLOR:#D97E26; 
	SCROLLBAR-ARROW-COLOR:#fff; 
	SCROLLBAR-TRACK-COLOR:#fff;  
	SCROLLBAR-DARKSHADOW-COLOR:#D97E26;
}
.photoScroll { width:1000px;  padding:3px 0 0 0;  height:160px   } /* INCREASE WIDTH FOR ADDITIONAL HORIZONTAL PHOTO SPACE */
.memberProfile {
	width:105px;
	padding:0 2px 0 5px;
	float:left;
	color:#fff;
	text-align:center;
	font-size:90%;
}
.memberProfile:hover { background:#821A00 url(images/profile-hover-bg.gif) repeat-x }
.memberPics { margin:0 0 7px 0; border: 1px solid #fff }
.memberPics:hover { margin:0 0 7px 0; border: 1px solid #FCCA6F }
#contactListBg {
	float:left;
	background: url(images/contact-list.gif) top no-repeat; 
	width:783px; 
	height:225px; 
	position:relative; 
	overflow:hidden
}
.products {
	width:114px;
	height:185px;
	margin:40px 14px 0 14px;
	float:left;
	cursor:pointer;
	text-align:center;
	line-height:18px;
	font-size:90%;
}
.productPics { margin:0 0 7px 0; border: 1px solid #250508 }

#onTourBg {
	float:right;
	position:relative; 
	padding:50px 10px 10px 15px; 
	background: url(images/on-tour.gif) top no-repeat; 
	width:250px; 
	height:182px; 
	color:#fff;
	list-style:none; 
	font-size:90%; 
}
.tourTitle { 
	background: url(images/arrow.gif) center left no-repeat;
	padding:0 0 1px 18px; 
	font-size:100%; 
	color:#FD9F40; 
	font-weight:bold;
	clear:both 
}

/* FOOTER & COPYRIGHT SECTION */

#footer { 
	height: 25px;
	font-size:85%;
	text-align:right;
	color: #fff;
	padding-right:15px
}
#footer a { color: #fff; text-decoration:none }

/* FORMS, SCROLLBARS, & MISC SECTION */

.form { 
	font-size:95%; 
	color:#333;
	border:1px solid #D36B06; 
	height:17px; 
	width:220px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CCCCCC', startColorstr='#FFFFFF', gradientType='0'); 
}
.contactForm { 
	font-size:95%; 
	color:#333;
	border:1px solid #D36B06;
	height:100px; 
	width:420px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CCCCCC', startColorstr='#FFFFFF', gradientType='0'); 
	SCROLLBAR-FACE-COLOR:#D97E26; 
	SCROLLBAR-HIGHLIGHT-COLOR:#733705; 
	SCROLLBAR-SHADOW-COLOR:#733705; 
	SCROLLBAR-3DLIGHT-COLOR:#D97E26; 
	SCROLLBAR-ARROW-COLOR:#fff; 
	SCROLLBAR-TRACK-COLOR:#fff;  
	SCROLLBAR-DARKSHADOW-COLOR:#D97E26; 
}
.listenSample { 
	background: url(images/listen-icon.gif) center right no-repeat;
	padding:0 17px 1px 0; 
	font-size :90%; 
	color:#FCCA6F; 
	font-weight:bold;
	clear:both 
}
.scrollbar { 
	SCROLLBAR-FACE-COLOR:#D97E26; 
	SCROLLBAR-HIGHLIGHT-COLOR:#733705; 
	SCROLLBAR-SHADOW-COLOR:#733705; 
	SCROLLBAR-3DLIGHT-COLOR:#D97E26; 
	SCROLLBAR-ARROW-COLOR:#fff; 
	SCROLLBAR-TRACK-COLOR:#fff;  
	SCROLLBAR-DARKSHADOW-COLOR:#D97E26; 
}
.divBar { background: url(images/divbar.jpg) center repeat-x; height:4px;}
.bottomLine { border-bottom: 1px dashed #3F64B4; padding:10px;  }
.middleLine { border-right: 1px dashed #3F64B4; }
.picBorder { border: 1px solid #591100; float:left; position:relative; margin-right:10px }
div.spacer { clear:both }