@charset "UTF-8";
/* ------- basic styling ------- */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #6495ED;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background-image: url(Images/body_notes2.jpg);
	background-repeat: repeat;

}
#wrapper {
	position:relative;
	width: 800px;
	text-align:left;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#clear {
	clear:both;
	}
	
/* -------  position container elements -------*/

#header {
	position:relative;
	background-color: #FFFFFF;
	height: 100px;
	background-image: url(Images/header_bg2.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header h2 {
	font-family: Harrington;
	font-size: 300%;
	padding-left: 10px;
	padding-top: 20px;
}

#header #logoImage{
	position:absolute;
	top: 0px;
	right: 0px;
	width: 165px;
	height: 100px;
	background:url(Images/florencecommbandlogo1.jpg) no-repeat top right;
	}

#nav {
	background-color: #FFF9F0;
	width: 150px;
	float: right;
	margin: 0px;
	padding: 0px;
	border: thin solid #CCCCCC;
}

#banner {
	background-image: url(Images/banner_photo.jpg);
	height: 175px;
	width: 590px;
	margin-left: 15px;
}
#content {
	float:left;
	height: auto;
	width: 620px;
	background-image: none;
	background-color: #fff6da;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content .top {
	background-image: url(Images/content_bg.png);
	background-repeat: no-repeat;
}


#inner {
	width: 600px;
	margin-left: 10px;
}
#current {
	background-image: url(Images/current.png);
}
#current h2 {
	background-image: url(Images/current_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#current img {
	margin-left: 10px;
	padding-right: 10px;
}


#current p.last {
	background-image: url(Images/current_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#second {
	background-image: url(Images/second.png);
}

#second h2 {
	background-image: url(Images/second_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
#second img {
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#second p.last {
	background-image: url(Images/second_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}





#nav  a:link, #nav  a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #4667A6;
}
#footer {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #CCCCCC;
}
.img {
	text-align: inherit;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 190px;
	clear: both;
	width: 380px;
}
#content .inner h2 {
	color: #A67D46;
	padding-bottom: 0.2em;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9d2e3;
}
#content  .inner  ul  img {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#nav .rehearsal {
	font-family: "Trebuchet MS";
	font-style: italic;
	font-size: 90%;
	text-align: center;
	color: #4667A6;
}
#content   .inner   ul.feature {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#right {
	background-color: #FFEFDA;
	width: 150px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.img_left {
	float: left;
}
#third {
	background-image: url(Images/third.png);
}
#third h2 {
	background-image: url(Images/third_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#third img {
	margin-left: 10px;
	padding-right: 10px;
}
#third p.last {
	background-image: url(Images/third_btm.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
