*{
	outline: none;
}
body{
	background: #202f1c url(/images/bodyBg.jpg) repeat-x;
	margin: 0px;
	font-family: "Myriad Pro", Arial, sans-serif;
}
textarea { overflow: auto; }

.clearBoth{
	clear: both;
}
#header{
	width: 840px;
	margin: 0 auto;
	height: 106px;
	background: url(/images/headerBg.jpg) no-repeat 0 0;
	overflow: hidden;
}
#navbar{
	color: #e2d9c3;
	position: relative;
	top: 70px;
}
#navbar a{
	color: #e2d9c3;
	font-size: 14px;
	font-weight: normal;
}
#navLeft{ float: left; width: 414px;}
#navRight{ float: right; width: 362px; }
#navRight .navItem{
	float: left;
	position: relative;
}

#navLeft .navItem{
	float: right;
	position: relative;
}
.selectedNavBgLeft{
	float: left;
	width: 8px;
	height: 23px;
}
.navLeftOn{
	background: url(/images/selectedNavBgLeft.png) no-repeat;
}
.selectedNavBg{
	height: 19px;
	float: left;
	padding: 4px 0 0 0;
}
.navOn{
	background: url(/images/selectedNavBg.png) repeat-x;
}
#navbar .navOn a{
	color: #c2e0c8;
}
.selectedNavBgRight{
	float: left;
	width: 8px;
	height: 23px;
}
.navRightOn{
	background: url(/images/selectedNavBgRight.png) no-repeat;
}
#content{
	background: #f0f3ed url(/images/contentBg.jpg) repeat-x;
	width: 100%;
	/*min-height: 600px;*/
}
#contentContainer{
	width: 822px;
	margin: 0 auto;
	padding: 40px 0 30px 18px;
	line-height: 1.5em;
	position: relative;
}
#homeLeft{
	width: 340px;
	float: left;
	margin: 0 30px 0 0;
}
#homeRight{
	float: right;
}
#homeImageContainer{
	background: url(/images/homeImageBg.jpg) no-repeat;
	width: 446px;
	height: 512px;
}
#homeImage{
	margin: 8px 0 0 12px;
	width: 428px;
	height: 494px;
}
#homeTestimonial{
	margin: 10px 0 0 0;
}
#homeTestimonial p{
	font-style: italic;
}
#homeNextConcert{
	margin: 0 0 0 20px;
	width: 340px;
}
#homeNextConcert p{
	margin-top: 0px;
	margin-left: 0px;
}
#homeNextConcert h1{
	margin-top: 10px;
	margin-bottom: 4px;
}
#footer{
	width: 840px;
	margin: 0 auto;
	color: #d8cfbd;
	padding: 40px;
}
#footerContainer{
	width: 616px;
	margin: 0 auto;
}
#footer a{
	color: #d8cfbd;
}
#footer td, #footer span{
	color: #d8cfbd;
	font-weight: normal;
	vertical-align: top;
}
.footerField{
	background: #162113;
	border: #2d3c29 1px solid;
	padding: 6px;
	color: #878878;
	font-size: 12px;
	width: 84px;
}
#ctl00_txtFirstName{
	margin: 0 0 4px 0;
}
#ctl00_txtMessage{
	height: 80px;
	margin: 0px;
	width: 240px;
}


/*About Page*/
.aboutImageHolder{
	width: 204px;
	height: 242px;
	background: url(/images/AboutImageBg.jpg) no-repeat;
	padding: 3px;
}
.aboutImageLeft{
	float: left;
	margin: 0 16px 6px 0;
}

.aboutImageRight{
	float: right;
	margin: 0 0 6px 16px;
}
/*End About Page */

/*Bio Page*/
.bioHolder{
	margin: 0 0 20px 0;
}

.thumbHolder{
	width: 90px;
	height: 97px;
	float: left;
	overflow: hidden;
	background: url(/images/bioBg.jpg) no-repeat;
}

.thumbHolder img{
	width: 84px;
	height: 92px;
	margin: 2px 0 0 3px;
}

.bioRight{
	float: left;
	margin: 0 0 0 20px;
	width: 700px;
	line-height: 1.2em;
}

/*End Bio Page*/

/*Calendar Page*/
.calLeft{float: left; width: 500px; margin: 28px 0 0 0;}
.tableCalendar td
{
	vertical-align: top;
}
.calMonth{float: right; background: #2c3726; padding: 8px; color: #ddd5c0; margin: 6px 20px 0 0;}
.calEvents{width: 300px; margin: 0 0 20px 0;}
.calRight{float: left; margin: 28px 0 0 0;}
.calImageHolder{background: #dfd7c0; border: #ACAEAA solid 1px; padding: 3px; float: left; width: 290px;}
.calImageHolder img{width: 290px;}
/*End Calendar Page*/

/*Contact Page*/
.contactImageHolder{background: #dfd7c0; border: #ACAEAA solid 1px; padding: 3px; float: left;}
.contactLeft{
	margin: 0 24px 0 0;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: right;
}

.contactRight{
	float: left;
	width: 560px;
}

.contactImage{
	width: 150px;
	border: 2px solid #522406;
}

.formField1{
	clear: both;
	float: left;
	width: 268px;
	height: 40px;
	margin: 0 16px 16px 0;
}

.formField2{
	float: left;
	width: 268px;
	height: 40px;
	margin: 0 0 16px 0;
}

.formFields:hover, .Message:hover, textarea:hover, .formFieldsExtendInput:hover, .formFieldSmallInput:hover {
	border:2px solid #192817;
}

.formFields {
	background: #E2E2DB;
	border:2px solid #D1D1CA;
	color:#808075;
	font-family:inherit;
	padding:5px 0 5px 3px;
	width:255px;
}

#select, .select {
	margin: 7px 0 0 0;
	width: 130px;
}

.formFieldExtend{
	clear: both;
}

.formFieldsExtendInput {
	background: #E2E2DB;
	border:2px solid #D1D1CA;
	color:#808075;
	font-family:inherit;
	padding:5px 0 5px 3px;
	margin: 0 0 16px 0;
	width:540px;
}

.formFieldSmall {
	display:inline;
	float:left;
	height:30px;
	margin: 0 0 16px 0;
	position:relative;
}

.formFieldSmallInput {
	background: #E2E2DB;
	border:2px solid #D1D1CA;
	color:#808075;
	font-family:inherit;
	margin: 0;
	padding:5px 0 5px 3px;
	width:110px;
}

.Message {
	background: #E2E2DB;
	border:2px solid #D1D1CA;
	color:#808075;
	font-size:12px !important;
	height:100px;
	padding-left:3px;
	padding-top:3px;
	width:540px;
}

#ctl00_ContentPlaceHolder1_btnSubmit{
	background: #192817;
	color: #fff;
	border: solid 2px #EDEFE8;
	padding: 4px;
}

#ctl00_ContentPlaceHolder1_lblResults{
	font-size: 16px;
}
/*End Contact Page*/

/*Online Store*/


/*End Online Store*/
.albumCoverThumb{
	border: #dbd3bc solid 3px;
}
.tableRecordings td{
	vertical-align: top;
}

/*ImageGallery*/
.galleryAlbumTitle{
	float: left;
	background: #2c3726;
	padding: 6px 6px 4px;
	font-variant: small-caps;
	line-height: normal;
	color: #ddd5c0;
	margin: 28px 0 20px 0;
}
.imageGalleryHolder{
	height: 130px;
	width: 150px;
	overflow: hidden;
}
.tableImageGallery{
	height: 130px;
	width: 150px;
}
.tdImageGallery {
	text-align: center;
	vertical-align: middle;
	height: 130px;
}
.imageGalleryHolder img{
	padding: 4px;
	border: 1px solid #bfc1bd;
	max-width: 140px;
	max-height: 120px;
}
.imageGalleryTitle{
	width: 150px;
	text-align: center;
	margin: 4px 0 0 0;
}
/*End Image Gallery*/
