@charset "UTF-8";

html, body {
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background-image:url(../images/index_BG2.jpg);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
}
#wrapper {
	text-align:left;
	width:100%;
	height:100%;
	background-image:url(../images/logoHeader_repeat.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0;
	padding:0;
	
}
#container{
	width:714px;
	height:100%;
	margin:0 auto 0;
}
#headerBar{	
	height:104px;
	width:714px;
	text-align:left;
	margin: 0 auto 0;
}
.headerBar_logo{
	background-image:url(../images/logoHeader1.jpg);
	background-repeat:no-repeat;
	height:104px;
	width:357px;
	float:left;
}
.headerBar_nav{
	background-image:url(../images/logoHeader2.jpg);
	background-repeat:no-repeat;
	float:right;
	width:357px;
	height:104px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif
}
.headerBar_nav ul{
	margin-left:100px;
	margin-top:50px;
	text-align:right;
	text-decoration:none;
}
.headerBar_nav li{
	padding-right:20px;
	text-decoration:none;
	display:inline;
}

#contentTop{
	width:714px;
	padding: 0;
	border: 0;	
	background-color:#6d6d6d;
}
.contentTop_Thumb{
	background-image:url(../images/imageThumb.gif);
	background-repeat:no-repeat;
	width:138px;
	height:126px;
	margin: 0 0 -125px 0;
	padding: 0;
	border: 0;

	left:526px;
	top:-125px;
	position:relative;
}
#contentCell{
	width:714px;
	overflow:auto;
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	background-image:url(../images/content.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#contentLeft{
	padding:0 5px 0 12px;
	float:left;
	width:300px;
}
#contentRight{
	padding:0 12px 0 5px;
	float:right;
	width:350px;
}
.contentCell_welcome{
	min-height:122px;
	margin:0 0 10px 0;
}
.contentCell_tour{
	min-height:84px;
	margin:0 0 0 0;
}
.contentCell_news{
	
	background-image:url(../images/bandNewsBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:349px;
	height:122px;
	margin:0;
}
.contentCell_gallery{
	background-image:url(../images/galleryBG.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:349px;
	height:84px;
	margin:0;
	padding-top:10px;
}
.contentCell_galleryButton{
	height:84px;
	width:34px;
	float:right;
	padding-top:5px;
	padding-right:3px;
}
.contentCell_galleryImages{
	padding-top:3px;
	padding-left:3px;
	height:84px;
	width:305px;
	float:left;
}
.contentCell_gallery ul{
	 border: 0;
	 margin: 0;
	 padding: 0;
	 margin-top: 8px;
	 padding-left: 0px;
}
.contentCell_gallery li{
	display:inline;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	
}
.contentCell_item{
	min-height:50px;
	width:95%;
	text-align:left;
	padding-top:4px;
	padding-right:0px;
	padding-bottom:4px;
	padding-left:8px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:15px;
	margin-left:0px;
	background-color:#555555;
}
.contentCell_line{
	border-bottom:1px solid #333333;
	margin-right:8px;
}
.contentCell_title{
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.textArea{
	padding: 3px 3px 3px 5px;
	font-size:10px;
}
.subHeading{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left:5px;
}
.contentCell_welcome_textArea{
	padding: 3px 3px 3px 3px;
	font-size:10px;
}
.contentCell_news_textArea{
	padding: 3px 3px 3px 3px;
	font-size:10px;
}
#contentFooter{
	width:714px;
	min-height:30px;
	margin:20px 5px 0 0;
	padding: 0;
	border: 0;
	text-align:left;
	float:none;
	font-size:9px;
	color:#FFFFFF;
}
#contentFooter ul{
	display:inline;
	padding:0;
	margin:8px 0px 10px 0px;
}
#contentFooter li{
	display:inline;
	padding: 0;
	margin:0;
}
p{
	padding:0;
	margin:0
}
.titles {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin: 5px 0 0 8px;
	}
.tourBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 8px;
	color: #CCCCCC;
}
.tourBody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 8px;
}
.pictureWrap{
	border:4px solid #FFFFFF;
}
a:link, a:visited{
	color:#FF0000;
	text-decoration:none;
}
a:active, a:hover{
	color:#FF0000;
	text-decoration:underline;
}
#contentFooter a:link, #contentFooter a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#headerBar a:link, #headerBar a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#contentFooter a:active, #contentFooter a:hover{
	color:#FF0000;
	text-decoration:underline;
}
#headerBar a:active, #headerBar a:hover{
	color:#FF0000;
	text-decoration:underline;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	padding:0;
	margin:0;
}
.warning{
	color:#FF0000;
	font-size:10px;
}
