
/* &) Text

------------------------------------------------------------------ */

body {
	background-color: #293442;
	font-family: arial, helvetica, sans-serif; 
	font-size: 70%;
	line-height: 120%;
	margin:0px 0px 0px 0px;
	overflow-x:hidden;
		}
		
img, * { behavior: url(_css/iepngfix.htc) }

#wrapper {
	margin: 0 auto;
	width: 1024px;
	}
	
/* &) Navigation

------------------------------------------------------------------ */
#toplayout {
	background: url(../images/bg_toplayout.jpg) no-repeat;
	background-color: #293442;
	height: 334px;
	width: 1024px;
	float:left;
	}
#toplayout .navigation {
	height:31px;
	float:left;
	margin-left:85px;
	}
#toplayout .navigation ul {
	margin-top:265px;
	}
#toplayout .navigation li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	list-style: none;
	display:inline;
	padding-right:-10px;
	}
#toplayout .navigation a {
	color:#ffffff;
	text-decoration:none;
	}
#toplayout .navigation a:hover {
	color:#990000;
	}
#toplayout .heading {
	width:100%;
	height:103px;
	margin-top:275px;
	float:left;
	}
/* &)  Content

------------------------------------------------------------------ */
#bglayout {
	background: url(../images/bg_body.jpg) repeat-y;
	height:100%;
	min-height:300px;
	width:1024px;
	float:left;
	}
#upcomingshows {
	width:244px;
	height:100%;
	margin-left:55px;
	float:left;
	}
#upcomingshows .heading {
	width:244px;
	height:44px;
	background: url(../images/bg_upcomingshowsheading.jpg) no-repeat;
	float:left;
	}
#upcomingshows .body {
	width:244px;
	height:100%;
	background: url(../images/bg_upcomingshowsbody.jpg) repeat-y;
	float:left;
	}
#upcomingshows .shows {
	width:225px;
	height:100%;
	margin-left:50px;
	margin-top:10px;
	padding-bottom:15px;
	float:left;
	}
#upcomingshows h1 {
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
#upcomingshows p {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
	}
#upcomingshows .bottom {
	width:244px;
	height:27px;
	float:left;
	}
#pagecontent {
	width:638px;
	height:100%;
	margin-left:25px;
	float:left;
	}
#pagecontent .contentheading {
	width:638px;
	height:44px;
	float:left;
	}
#pagecontent .contentbody {
	width:638px;
	height:400px;
	background: url(../images/bg_newsbody.jpg) repeat-y;
	overflow-y: scroll;
	overflow-x: hidden;
	float:left;
	}
#pagecontent .videoplayer {
	margin-left:100px;
	margin-top:35px;
	}
#pagecontent .contactmessage {
	width:600px;
	height:75px;
	margin-left:25px;
	float:left;
	}
#pagecontent .contactmessage p {
	font-size:18px;
	font-weight: bold;
	line-height: normal;
	}
#pagecontent .contact {
	width:100px;
	height:100%;
	margin-left:25px;
	float:left;
	}
#pagecontent .contact p {
	font-size:14px;
	font-weight: bold;
	line-height: normal;
	}
#pagecontent .contactform {
	width:350px;
	height:100%;
	margin-left:5px;
	float:left;
	}
#pagecontent .length h1 {
	font-size:20px;
	font-weight:bold;
	}
#pagecontent .length {
	font-family: Helvetica, sans-serif;
	height:100%;
	width:590px;
	margin-left:30px;
	margin-top:10px;
	margin-right:30px;
	float:left;
	}
#pagecontent .length p {
	font-size:14px;
	line-height:120%;
	}
#pagecontent .length h1 {
	font-size:20px;
	line-height:120%;
	}
#pagecontent .length h2 {
	font-size:18px;
	}
#pagecontent .line {
	margin-top:25px;
	margin-bottom:25px;
	border-bottom:#000000 solid 1px;
	width:570px;
	}
#pagecontent .contentbottom {
	width:638px;
	height:27px;
	background: url(../images/bg_newsbottom.jpg) no-repeat;
	float:left;
	}
#bottomlayout {
	background: url(../images/bg_bottomlayout.jpg) no-repeat;
	width:1024px;
	height:103px;
	float:left;
	}
	
/* &)  Tour

------------------------------------------------------------------ */
div.tourtitle {
	float:right; 
	width:590px; 
	font-weight:bold; 
	font-size:16px; 
	color:#000000; 
	text-align:left; 
	margin-top:10px;
	}

div.tourdesc {
	float:right; 
	width:590px; 
	font-size:11px; 
	color:#000000; 
	text-align:left; 
	margin-top:10px;
	}

div.tourtable { 
	width:590px; 
	text-align:left; 
	margin-top:0px;
	margin-left:250px;
	_margin-left:100px;
	}

table.ticketoutter {
	border:2px solid #3A3937; 
	width:590px;
	}

table.ticketinner {
	border:3px solid #3A3937; 
	width:526px;
	}

tr.head { 
	background-color:#293442; 
	font-size:12px; 
	font-weight:bold; 
	color:#ffffff; 
	height:40px;
	}

tr.odd { 
	background-color:#ffffff; 
	font-size:10px; 
	font-weight:bold; 
	color:#293442; 
	height:40px;
	}

tr.even { 
	background-color:#ffffff; 
	font-size:10px; 
	font-weight:bold; 
	color:#293442; 
	height:40px;
	}

td.space {
	width:20px;
	}

td.date {
	width:100px;
	}

td.city {
	width:120px;
	}

td.event {
	width:180px;
	}

td.venue {
	width:180px;
	}

td.ticket {
	width:80px; 
	text-align:center;
	} 

ticketinner a {
	color:#ffffff; 
	text-decoration:underline; 
	font-size:12px; 
	font-weight:bold;
	}

ticketinner a:hover {
	color:#293442; 
	text-decoration:underline;
	}

/* &)  Footer

------------------------------------------------------------------ */
#footer {
	height: 400px;
	width: 100%;
	background-color: #293442;
	clear: both;
	}
#footerimage {
	background: url(../images/bg_footer.jpg) bottom no-repeat;
	height: 400px;
	width:1024px;
	margin:0 auto;
	margin-bottom:-5px;
	}
#mailinglist {
	width:250px;
	margin-top:124px;
	_margin-top:130px;
	margin-left:475px;
	.margin-left:50px;
	width:300px;
	height:auto;
	}
#footerimage .email {
	padding-top:160px;
	}
#mailinglist .submit {
	margin-left:75px;
	}
#contact {
	padding-top:60px;
	margin-left:330px;
	.margin-left:-50px;
	_margin-left:-20px;
	width:311px;
	height:42px;
	}
#links {
	width:207px;
	height:330px;
	margin-left:750px;
	margin-top:-275px;
	}
#footer p {
	margin-top:-5px;
	text-align: center;
	color:#ffffff;
	}
#footer p a{
	color:#ffffff;
	}
#footer p a:hover{
	text-decoration: underline;
	color:#F53422;
	}