/* CSS Document */
body{
	margin:0;
	background:#0074a6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
ul li{
	list-style-image:url(images/list_arrow.gif);
	line-height:17px;
	padding-left:10px;
}
a{
	color:#44afdd;
}
a:hover{
	text-decoration:none;
}

#headerHolder{
	background:url(images/main_top_bg.gif) repeat-x top;
}
#header{
	text-align:center;
	height:123px;
	width:1000px;
	background:url(images/main_top.gif) no-repeat center top;
}
#contentHolder{
	background:#FFF;
}
#content{
	width:550px;
	text-align:left;
	padding:20px 0px 20px 250px;
}
#footerHolder{
	background:url(images/main_bottom_bg.gif) repeat-x top;
}
#footer{
	width:1000px;
	height:119px;
	background:url(images/main_bottom.gif) no-repeat center top;
	text-align:left;
	padding:30px 0 0 100px;
	font-size:10px;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#934300;
	font-weight:normal;
	margin-bottom:-10px;
	_margin-bottom:0px;
}
h2{
	color:#44afdd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0;
}

/* Main Nav Buttons */
#header a{
	display:block;
	float:left;
	height:121px;
	text-decoration:none;
}
/*------------------------*/
#home{
	width:340px;
}
#tour{
	width:62px;
	background:url(images/main_nav/tour.gif);
}
#tour:hover{
	background:url(images/main_nav/over/tour.gif);
}
#tourSelected{
	width:62px;
	background:url(images/main_nav/selected/tour.gif);
}
/*------------------------*/
#merchandise{
	width:112px;
	background:url(images/main_nav/merchandise.gif);
}
#merchandiseSelected{
	width:112px;
	background:url(images/main_nav/selected/merchandise.gif);
}
#merchandise:hover{
	background:url(images/main_nav/over/merchandise.gif);
}
/*------------------------*/
#artists{
	width:76px;
	background:url(images/main_nav/artists.gif);
}
#artistsSelected{
	width:76px;
	background:url(images/main_nav/selected/artists.gif);
}
#artists:hover{
	background:url(images/main_nav/over/artists.gif);
}
/*------------------------*/
#media{
	width:63px;
	background:url(images/main_nav/media.gif);
}
#mediaSelected{
	width:63px;
	background:url(images/main_nav/selected/media.gif);
}
#media:hover{
	background:url(images/main_nav/over/media.gif);
}
/*------------------------*/
#news{
	width:60px;
	background:url(images/main_nav/news.gif);
}
#newsSelected{
	width:60px;
	background:url(images/main_nav/selected/news.gif);
}
#news:hover{
	background:url(images/main_nav/over/news.gif);
}
/*------------------------*/
#faq{
	width:50px;
	background:url(images/main_nav/faq.gif);
}
#faqSelected{
	width:50px;
	background:url(images/main_nav/selected/faq.gif);
}
#faq:hover{
	background:url(images/main_nav/over/faq.gif);
}
/*------------------------*/
#contact{
	width:94px;
	background:url(images/main_nav/contact.gif);
}
#contactSelected{
	width:94px;
	background:url(images/main_nav/selected/contact.gif);
}
#contact:hover{
	background:url(images/main_nav/over/contact.gif);
}






.white{
	color:#FFF;
}
.lightBlue{
	color:#92d8f6;
}

.floatTxt{
	float:left;
	margin-left:20px;
	_margin-right:-200px;
	position:relative;
}
.floatImg{
	float:left;
}
.clear{
	clear:both;
	margin:5px;
}
