@charset "utf-8";
/* CSS Document */

body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	margin: 10px;
	padding: 0;
	background-image: url(../../assets/images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
	background-attachment: fixed;	
}

img {
border: 0;
}

.defaultSmall {color: #333; font-size: 8pt;}

.defaultPurple {color: #8d1198; font-size: 7pt;}


.defaultDark {color: #333; font-size: 7pt;}
a.defaultDark:link { color: #333; text-decoration: none;}
a.defaultDark:visited { color: #333; text-decoration: none;}
a.defaultDark:hover { color: #888;}
a.defaultDark:active { color: #000;}

.title{font-size: 10pt;}

.headTxt {color: #ffffff; font-size: 14pt;}
a.headTxt:link { color: #ffffff; text-decoration: none;}
a.headTxt:visited { color: #ffffff; text-decoration: none;}
a.headTxt:hover { color: #ffffff; text-decoration: underline;}
a.headTxt:active { color: #ffffff;}

#container{
	width:600px;
	height:450px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-302px;
	margin-top:-227px;
	border-style:solid;
	border-width:2px;
	border-color:#666;
}

#leftColumn{
	width:400px;
	height:450px;
	float:left;
	background-color:#CCC;
}

#rightColumn{
	width:180px;
	height:430px;
	float:left;
	background-color:#FFF;
	padding:10px;
}

#bandPic{
	width:400px;
	height:300px;
}

#InfoSection{
	width:380px;
	height:130px;
	padding:10px;
	background-image:url(../assets/images/gradientBg01.jpg);
}

#homeContainer{
	width:960px;
	margin:auto;
}

#homeHeader{
	width:960px;
	height:100px;
	background-image:url(../../assets/images/toursHeader.gif);
	background-repeat:no-repeat;
}

#homeHeaderTxt{
	width:234px;
	height:57px;
	padding-top:43px;
	text-align:center;
}

#homeInnerContainer{
	width:900px;
	border-style:solid;
	border-width:1px;
	border-color:#8e8e8e;
	padding:10px;
	margin:auto;
	background-color:#CCC;
	overflow:auto;
}

#artists{
	width:900px;
}

#artistsColumn{
	width:225px;
	float:left;
}

#artistBlock a{
	width:215px;
	height:140px;
	padding:5px;
	display:block;
	background-color:#CCC;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:9pt;
}

#artistBlock a:hover{
	background-color:#266eff;
}



.infoHeaderTxt{color:#8d1198; font-size:14pt;}

#tourTop{
	width:960px;
	height:400px;
	background-image:url(../assets/images/ttHeaderBg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	padding-top:10px;
	padding-bottom:10px;
}

#tourTopRight{
	width:410px;
	padding-left:540px;
	padding-top:10px;
	padding-right:10px;
	text-align:center;
}


