@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(images/newdewebsitebackgroundimage.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #DABE5A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #DABE5A;
	padding: 0px;
	font-family: Calibri, Helvetica, sans-serif, Arial;
}
#movie {
	width: 320px;
	height: 240px;
	border: thick solid #000000;
	background-color: #000000;
	position: relative;
	left: 235px;
	top: -50px;
}
#movie2 {
	border: thick solid #000000;
	background-color: #000000;
	height: 240px;
	position: relative;
	left: 235px;
	top: -50px;
	width: 320px;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #navbar {
	padding: 5px;
	background-image: url(images/navbargradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	background-color: #000000;
}
#photoscroller {
	background-color: #000000;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.testimonialbox {
	background-image: url(/images/testimonialframe.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 450px;
	padding: 0px;
	margin: 10px;
	font-family: "Monotype Corsiva", "Lucida Calligraphy", "Lucida Handwriting", sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-indent: 10px;
}
#testimonialpicture1 {
	float: left;
	background-color: #666666;
	padding: 3px;
}
#testimonialpicturetop {
	float: right;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}





#testimonialbox2 {
	float: right;
	height: 230px;
	width: 380px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
.bandmemberstable {
	background-color: #333333;
	font-family: Calibri, Helvetica, sans-serif, Arial;
	color: #FFFFFF;
	font-size: 12px;
}

#testimonialcontainer {
	height: 2200px;
}
#testimonialbox3 {
	float: left;
	height: 230px;
	width: 380px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
#testimonialbox4 {
	float: right;
	height: 230px;
	width: 380px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
#testimonialbox5 {
	padding: 35px;
	float: left;
	height: 230px;
	width: 380px;
}
#testimonialbox6 {
	padding: 35px;
	float: right;
	height: 230px;
	width: 380px;
}


#testimonialboxtext {
	font-family: "Monotype Corsiva", "Lucida Calligraphy", "Lucida Handwriting", sans-serif;
	font-size: 16px;
	width: 380px;
	height: 230px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
#testimonialpicture3 {
	float: left;
	background-color: #E15381;
	padding: 3px;
}
#testimonialpicture4 {
	float: right;
	background-color: #164178;
	padding: 3px;
}
#testimonialpicture5 {
	float: left;
	background-color: #933841;
	padding: 3px;
}
#testimonialpicture2 {
	float: right;
	background-color: #D31B25;
	padding: 2px;
}
