@charset "utf-8";

/* CSS Document */

body {
	background-color: #000;
}
.header_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: center;
	color: #C00;
}
.header_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #900;
	font-weight: bold;
	line-height:1.5em;
}
.tall_cap {
	font-size: 24px;
	font-weight: bold;
}
#banner {
	width:800px;
	height:100px;
	z-index:2;
	clear: left;
}
#wrapper {
	text-align: justify;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, Geneva, sans-serif;
}
.italic_text {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
.right_align {
	text-align: right;
}
a:link {
	color: #333;
}
a:visited {
	color: #666;
}


#border {
	border-left-style: solid;
}


#bodycontent {
	margin-top:0px;
	width:800px;
	height:auto;
	z-index:4;
	background-color: #FFF;
	color: #000;
	clear:left;
}
#navigation {
	width: 800px;
	float: none;
	height: 50px;
}
#header {
	clear: left;
	color: #FFF;
	height: 90px;
	width: 800px;
	padding-bottom: 0px;
	text-align: center;
	
}
#center {text-align:center;
}
.padding {
	padding: 20px;

}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	text-align: center;
	background-color: #000;
	clear: both;
}
#footer a{
	color: #FFF;
}

/*Contact Page*/
table#contact_table{
	width: 790px;
	padding: 5px;
	}
	table#contact_table td{
		width: 395px;
		text-align: left;}
	table#contact_table a{
		color: #666;
		text-decoration: underline;}
span#school_contact{
		font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1em;
		font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	}
iframe#email_form_frame	{
	width: 390px;
	height: 400px;}
/*Home Page*/
div#welcome{
	padding:10px;
	width: 500px;
	font-size: 14px;
}
div#news_announcements{
	width: 500px;
	padding: 10px;
}
div#sidebar{
	font-size: 13px;
	float: right;
	width: 250px;
	padding: 10px;}
div#sidebar table{
	width: 100%;
	border: solid 1px #555;
	text-align: left;
	}
div#sidebar table td, th{
	border: solid 1px #777;
	padding-left: 5px;}	

#announce_date{
	font-size: 12px;
}
#announce_title{
	font-size: 15px;
	font-weight: bold;
	color: #666;}
#blurb{
	font-size: 13px;}
#read_more{
	font-size: 13px;
	color: #666;
	}
#feed_table td{
	text-align: left;
	padding: 0;}	
/*Calendar*/
#calendar {
	margin-top:0px;
	width:800px;
	height:600px;
	z-index:4;
	overflow: hidden;
	clear:left;
}
#disclaimer {
	width:800px;
	height:27px;
	z-index:5;
	text-align: center;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #FFF;

}
#line {
	width:800px;
	height:30px;
	z-index:6;

}
/*News*/
#blog {
	clear:left;
	width:800px;
	height:1600px;
	z-index:4;
}			
/*Band Home*/
#marching_site{
	padding-top: 20px;
	text-align: center;}
/*Band Booster*/
#newsletter_subscribe{
	line-height: 1.5em;
	float: left;
	}
	
