/* CSS Document */

body {
	/*text-align: center;*/
	background-color: #FFFFFF;
	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 {
	display: none;
}

#Column2 {
	display: none;
}

#Column3 {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 585px;
	height: 550px;
	left: 30px;
	top: 0px;
	background-color: #FFFFFF;
}

#Column3noback {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 585px;
	height: 550px;
	left: 370px;
	top: 0px;
	background-color: #335C85;
}

#contact {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 160px;
	height: 60px;
	left: 20px;
	top: 460px;
	text-indent: 0px;
	color: #663333;
	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: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#bigcolumn {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 360px;
	height: 450px;
	left: 30px;
	top: 40px;
}

#widecolumn {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 527px;
	height: 450px;
	left: 30px;
	top: 40px;
}

#more{
	display: none;
}

/*
	home page
*/

#homeimage {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 585px;
	height: 309px;
	left: 0px;
	top: 0px;
	background: url(Images/homeimage.jpg) no-repeat;
}

#welcome {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 360px;
	height: 200px;
	left: 30px;
	top: 329px;
}

/*
	Bandmasters
*/
#bandmastertext {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 360px;
	height: 450px;
	left: 30px;
	top: 40px;
}

/*
	Concerts
*/



#concertcontent {
	visibility: visible;
	position: absolute;
	z-index: 2;
	width: 581px;
	height: 450px;
	left: 0px;
	top: 97px;
}

#concertback{
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/*
	Set up navigation menu
*/
#navigation {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 20px;
	width: 185px;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation a:link, #navigation a:visited  {
	padding: 0px 0px 0px 20px;
	background-color: #FFFFFF;
	color: #663333;
	font: 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	/*text-indent: 25px;*/
}
#navigation a:hover {
	background-color: #FFFFFF;
	font: 15px Arial, Helvetica, sans-serif;
	color: #996666;
}


#subnavigation a:link, #subnavigation a:visited  {
	display: none;
}
#subnavigation a:hover {
	display: none;
}


/*
	Text formating
*/

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #000000;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21pt;
	color: #000000;
}
.heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	color: #000000;
}
.textnormal {
	color: #000000;
	font: 14pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.linknormal {
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.linklighter {
	color: #000000;
	font: normal 15px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.linksmall {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
.darktextsmall {
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
