﻿@import url("layout.css");
html,
body,
form {
	margin: 0;
	padding: 0;
	height: 100%;
}
#container {
	width: 100%;
	min-height: 100%;
	background-color: #0099CC;
}
#headcontainer {
	width: 100%;
	background-color: #000000;
}
#masthead {
	width: 860px;
	height: 180px;
	background-color: #009999;
	margin-right: auto;
	margin-left: auto;
}
/*
#nav {
	width: 100%;
	float: left;
	background-color: #FF6600;
}
*/
/*#contentcontainer {
	width: 100%;
	height:800px;
	background-image:url('../Images/backgroundgradient2.jpg');
	background-repeat:repeat-x;
}*/
#content {
	overflow: auto;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 70px;
}
#leftcontent {
	width: 500px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
}
#bandschedule {
	
}
#schedule {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse: collapse;
}
#schedule td, #schedule th {
	font-size: 17px;
	border: 1px solid #CC9900;
	padding: 6px 7px 5px 7px;
}
#schedule th {
	font-size: 17px;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 5px;
	background-color: #00CC99;
	color: #ffffff;
}
#schedule tr.alt td {
	color: #000000;
	background-color: #CCFFCC;
}
#sidebar {
	width: 310px;
	float: right;
	margin-top:8px;
	margin-right:10px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #C0C0C0;
}
#contact {
	padding-bottom:85px;
}
#Bandinfo {
		
}
#Facebook {
	padding-top:87px;
	padding-bottom:160px;
}
#footcontainer {
	width: 100%;
	height: 50px;
	position: relative;
	margin-top: -60px;
	padding-top: 30px;
	clear: both;
	bottom: 0;
	background-color: #000000;
	color: #FFFFFF;
}
/*#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
*/	
	
	
/* Navigation Styles 
#nav ul {
	list-style-type: none;
	width: 670px;
	margin: 0 auto;
	padding-top: 0;
}
#nav li {
	float: left;
}
#nav a {
	font-weight: bold;
	padding: 8px 38px 8px 38px;
	border-right: 1px solid #ccc;
	text-decoration: none;
	color: #069;
	display: block;
}
#nav li:first-child a {
	border-left: 1px solid #ccc;
}
#nav a:hover {
	text-decoration: none;
	color: #c00;
	background-color: #ccc;
} */
.pstyle1 {
	text-align: justify;
}	
