/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

img{border: 0;}
.width100 { width: 100%; }
.width75 { width: 75%; }
.width50 { width: 50%; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
a{cursor: pointer;}
a span{display: none;}
em { font-style:italic;}
/* BASIC */
body {
	background:#161515 url("../images/body-bg.gif") repeat-x top left;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
}
a {
	color: #4bc6ce;
	/*text-decoration:none;*/
}
a span {
	display: none;
}
a:hover {
	text-decoration:underline;
}

#container {
	background: url("../images/banner.jpg") no-repeat center top;
	height: 652px;
}

#content {
	margin: 0 auto;
	width: 560px;
	padding-bottom: 120px;
}

#content p{
	margin-bottom: 10px;
}

#content p img.band_photo{
	float: left;
	border: 4px solid black;
	margin-right: 10px;
}
#content .band_box{
	/*background-color: black;*/
}
#content #petting_zoo{
	/*background-image: url('../images/petting-zoo.jpg');*/
}

#content h2{
	font-size: 23px;
	font-weight: normal;
	color: #7fce4b;
	margin-bottom: 8px;
	margin-top: 15px;
}

#icons{
	height: 30px;
}
#icons img{
	float: left;
	margin-right: 15px;
}

