/* CSS Document */

body {
	/*text-align: center;*/
	background-color: #999999;
	margin-left: 0;
}


#base {
	visibility: visible;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height: 100%;
	text-align: left;
}

/*
	Primary columns
*/




#Column1 {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 227px;
	height:800px;
	left: 0px;
	top: 2px;
	background-color: #003399;
}

#Column2 {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 185px;
	height: 800px;
	left: 227px;
	top: 2px;
	background-color: #FFFFFF;
}

#Column3 {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 585px;
	height: 800px;
	left: 414px;
	top: 2px;
	background-color: #003399;
}

#Column3noback {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 585px;
	height: 800px;
	left: 413px;
	top: 0px;
	background-color: #003399;
}

#contact {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 160px;
	height: 60px;
	left: 10px;
	top: 703px;
	text-indent: 0px;
	color: #003399;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

/*
	Content layouts
*/
#photo {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 150px;
	height: 200px;
	left: 410px;
	top: 84px;
}

/*
	basic
*/


#blueback{
	background-color: #003399;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#bigcolumn {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 530px;
	height: 450px;
	left: 12px;
	top: 10px;
}

#widecolumn {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 527px;
	height: 450px;
	left: 30px;
	top: 40px;
}

#more{
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 527px;
	height: 50px;
	left: 0px;
	top: 470px;
}

/*
	home page
*/

#homeimage2 {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 550px;
	height: 307px;
	left: 27px;
	top: 10px;
	background:homeimage2.jpg) no-repeat;
}

#welcome {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 543px;
	height: 200px;
	left: 36px;
	top: 339px;
}

#latestnews {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 543px;
	height: 200px;
	left: 36px;
	top: 339px;
}
/*
	Bandmasters
*/
#bandmastertext {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 360px;
	height: 450px;
	left: 30px;
	top: 40px;
}
/* About  */

#aboutcontent {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 581px;
	height: 500px;
	left: 0px;
	top: 97px;
}

#aboutback{
	background-color: #4178AD;
	margin-left: auto;
	margin-right: auto;
	/*margin-left: 0;*/
	margin-top: 0;
	margin-bottom: 0;
}
/* Bands  */

#bandsback{
	background-color: #003399;
	margin-left: auto;
	margin-right: auto;
	/*margin-left: 0;*/
	margin-top: 0;
	margin-bottom: 0;
}

/*
	Concerts
*/



#concertcontent {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 581px;
	height: 450px;
	left: 3px;
	top: 97px;
}

#concertback{
	background-color: #003399;
	margin-left: auto;
	margin-right: auto;
	/*margin-left: 0;*/
	margin-top: 0;
	margin-bottom: 0;
}
/*
	Set up navigation menu
*/
#navigation {
	position: absolute;
	z-index: 2;
	left: 2px;
	top: 17px;
	width: 185px;
	font-family: Gill Sans;
}

#navigation a:link, #navigation a:visited  {
	padding: 0px 0px 0px 20px;
	background-color: #FFFFFF;
	color: #003093;
	font: 18px Gill Sans;
	text-decoration: none;
	font-weight: normal;
	/*text-indent: 25px;*/
}
#navigation a:hover {
	background-color: #FFFFFF;
	font: 18px Gill Sans;
	color: #3399FF;
}


#subnavigation a:link, #subnavigation a:visited  {
	padding: 0px 0px 0px 35px;
	color:  #0066CC;
	font: 18px Abadi, Chalkboard Bold;
	text-decoration: none;
	font-weight: normal;	/*text-indent: 25px;*/
}
#subnavigation a:hover {
	font: 18px Abadi, Chalkboard bold;
	color: #3399FF;
}


/*
	Text formating
*/

.heading1 {
	font-family: Gill Sans;
	font-size: 15px;
	color: #335C85;
}
.heading2 {
	font-family: Gill Sans;
	font-size: 21px;
	color: #000066;
}
.heading3 {
	font-family: Gill Sans;
	font-size: 18px;
	color: #99CCFF;
}
.heading4 {
	font-family: Gill Sans;
	font-size: 24px;
	color: #99CCFF;
}
.textnormal {
	color: #FFFFFF;
	font: 16px Gill Sans;
	text-decoration: none;
	font-weight: normal;
}
.textnormalsmaller {
	color: #FFFFFF;
	font: 14px Gill Sans;
	text-decoration: none;
	font-weight: normal;
}
.linknormal {
	color: #663333;
	font: 14px Gill Sans;
	text-decoration: none;
	font-weight: normal;
}
.linklighter {
	color: #BBAAAA;
	font: normal 15px Gill Sans;
	text-decoration: none;
}
.linksmall {
	color: #CCCC66;
	font: 12px Gill Sans;
	text-decoration: none;
	font-weight: normal;
}
.darktextsmall {
	color: #003093;
	font: 12px Gill Sans;
	text-decoration: none;
	font-weight: normal;
}

.quote {
	font-family: Gill Sans;
	font-size: 15px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}

