#body {
	background-color:#000000;
}
#container {	/* the entire web page */
	width: 771px;
	margin: auto;
	position: relative;
	background-color:#FFFFFF;
}
#banner {		/* the masthead picture at the top of the page */
	position:absolute;
	left:0;
	top:0;
	width:771px;
	height:96px;
	background-image: url(../image/banner.jpg);
	background-color:#FFFFFF;
}
#banner h1 {
	display:none;	/* this lets us display "San Jose Wind Symphony" instead of banner jpeg in non-CSS browsers */
}
#footer, #footerMedium, #footerLong, #footerVeryLong {	/* the copyright at the bottom */
	position:absolute;
	left:0;
	top:977px;
	width:771px;
	height:100px;
	background-color:#FFFFFF;
}
#footerMedium {
	top:1377px;
}
#footerLong {
	top:2377px;
}
#footerVeryLong {
	top:2877px;
}
#footer p, #footerMedium p, #footerLong p, #footerVeryLong p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #3a4d54;
	text-align:center;
	margin-top:6px;
}
#breadcrumbs {	/* the breadcrumb trail just under the banner */
	position:absolute;
	left:167px;
	top:96px;
	width:429px;
	height:40px;
	background-color:#FFFFFF;
}
#breadcrumbs p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	margin-left:20px; 
	margin-top:10px;
}
#breadcrumbs a {
    text-decoration: none;
	color: #585858;
}
#breadcrumbs a:hover {
    text-decoration: underline;
	color: #585858;
}
#centerColumn, #centerColumnMedium, #centerColumnLong, #centerColumnVeryLong {
	/* the main content area in the center of the page */
	position:absolute;
	left:167px;
	top:136px;
	width:389px;
	height:840px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
#centerColumnMedium {
	height:1240px;
}
#centerColumnLong {
	height:2240px;
}
#centerColumnVeryLong {
	height:2740px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #9b322e;
	font-weight: normal;
	margin: 0;
	padding-bottom: 0px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #3a4d54;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 0px;
}
h3 a {
	text-decoration: none;
	color: #207cb6;
}
h3 a:hover {
	text-decoration: underline;
	color: #207cb6;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #207cb6;
	margin: 0;
}
h4 a {
	text-decoration: none;
	color: #207cb6;
}
h4 a:hover {
	text-decoration: underline;
	color: #207cb6;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight::bold;
	padding: 0;
	margin-top: 6px;
	margin-bottom: 0px;
}
h5 a {
	text-decoration: none;
	color: #207cb6;
}
h5 a:hover {
	text-decoration: underline;
	color: #207cb6;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight::bold;
	padding: 0;
	margin: 0;
	margin-top: 4px;
	margin-bottom: 8px;
}
p, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	font-weight: normal;
	margin: 0;
}
p {
	padding-bottom: 6px;
	padding-top: 0px;
}
p a {
	text-decoration: none;
	color: #207cb6;
}
p a:hover {
	text-decoration: underline;
	color: #207cb6;
}
hr {
	color:#800001;
}
#leftColumn, #leftColumnMedium, #leftColumnLong, #leftColumnVeryLong {	/* the navigation bar down the left side */
	position:absolute;
	left:0px;
	top:96px;
	width:167px;
	height:880px;
	background-color:#7C0E11;
/*	background-image: url(../image/navigation.jpg); */
}
#leftColumnMedium {
	height:1280px;
}
#leftColumnLong {
	height:2280px;
}
#leftColumnVeryLong {
	height:2780px;
}
#navSpacer {
	height: 30px;
	width: 167px;
}
#navLink a {	
	margin-left: 18px;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 0;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#dddddd;
}
#navLinkSelected a {	
	margin-left: 18px;
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 0;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: gold;
}
#navLink a:hover {
	color:gold;
}
#subNavLink a {	
	margin-left: 30px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 0px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: white;
}
#subNavLinkSelected a {	
	margin-left: 30px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: gold;
}
#subNavLink a:hover {
	color:gold;
}
#subNavLinkSpacer {
	height:10px;
}
#goldSidebar {	/* the "join us" sidebar */
	margin-top: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #ce7501;
}
#goldSidebar h3 {
	color: white;
	background-color: #ce7501;
	background-image: url(../image/sidebar-border-gold-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 17px;
	margin: 0;
}
#goldSidebar h2 {
	color: white;
	background-image: url(../image/sidebar-border-gold-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size:3px;
	padding:0;
	margin: 0;
}
#goldSidebar p { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white; 
	margin: 0;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
	background-image: url(../image/sidebar-separator-gold.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#goldSidebarButtonDiv {
	height: 32px;
}

#goldSidebarLink { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: white; 
	margin: 0;
	text-decoration:underline;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

a.rightButton:hover span {
    background-position: bottom left;
    padding: 3px 0 4px 10px; /* push text down 1px */
}
a.rightButton {	/* the button CSS was supplied by Ozzie */
    background: transparent url('../image/button-right.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: right;
    font: normal 11px arial, sans-serif;
    height: 21px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}
a.rightButton span {
    background: transparent url('../image/button-left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 4px 10px;
} 
a.rightButton:hover {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}
a.leftButton:hover span {
    background-position: bottom left;
    padding: 3px 0 4px 10px; /* push text down 1px */
}
a.leftButton {	/* the button CSS was supplied by Ozzie */
    background: transparent url('../image/button-right.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 21px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}
a.leftButton span {
    background: transparent url('../image/button-left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 4px 10px;
} 
a.leftButton:hover {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}
#rightColumn, #rightColumnMedium, #rightColumnLong, #rightColumnVeryLong, #rightColumnPrevious, #rightColumnNext {
	position:absolute;
	left:596px;
	top:96px;
	width:175px;
	height:880px;
	background-color:#f9f5ce;
	padding-left:0px;
	padding-right:0px;
}
#rightColumnMedium {
	height:1280px;
}
#rightColumnLong {
	height:2280px;
}
#rightColumnVeryLong {
	height:2780px;
}
#rightColumnPrevious {
	height:40px;
	width:100px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	padding-left:40px; 
	padding-top:10px;
}
#rightColumnNext {
	height:40px;
	left:696px;
	width:55px;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	padding-left:20px; 
	padding-top:10px;
}
#rightColumnNext a {
    text-decoration: none;
	color: #585858;
}
#rightColumnNext a:hover {
    text-decoration: underline;
	color: #585858;
}
#rightColumnPrevious a {
    text-decoration: none;
	color: #585858;
}
#rightColumnPrevious a:hover {
    text-decoration: underline;
	color: #585858;
}
#concertList h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
	padding-bottom:6px;
	background-image: url(../image/sidebar-separator-black.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#concertList h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #207cb6;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#concertList p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	padding-bottom: 8px;
	padding-top: 0px;
}
#blackSidebar h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:24px;
	padding-bottom:6px;
	background-image: url(../image/sidebar-separator-black.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#blackSidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	padding-top: 8px;
}
#redSidebar h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #9b322e;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:24px;
	padding-bottom:6px;
	background-image: url(../image/sidebar-separator-red.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#redSidebar h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top: 16px;
	padding-bottom: 8px;
}
#redSidebar p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding-left:10px;
	padding-right:10px;
	padding-top: 8px;
}
#blueTable, #goldTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#blueTableHeader, #blueTableCell, #blueTableBlankCell, #goldTableHeader, #goldTableCell {
	height:20px;
	padding-left:5px;
	vertical-align:middle;
}
#blueTableCell {
	background-color:#d2e5f0;
	color:#585858;
}
#blueTableHeader {
	background-color:#207cb6;
	color:#ffffff;
}
#blueTableBlankCell {
	background-color:#ffffff;
	color:#585858;
}
#goldTableCell {
	background-color:#f9f5ce;
	color:#585858;
}
#goldTableHeader {
	background-color:#ce7501;
	color:#ffffff;
}
#buyButtonTable {
	margin-top:10px;
}
#seatingTableCell {
	color:white;
	height: 18px;
	margin-top: 1px;
	maring-bottom: 1px;
	margin-left: 5px;
}
#seatingTable a {
	text-decoration: none;
	color: #207cb6;
}
#seatingTable a:hover {
	text-decoration: underline;
	color: #207cb6;
}
#seatingTableSpacer {
	height: 4px;
}
#faq td {
	padding-top: 4px;
}
#movementTable {
	margin-left:1em;
}
#movementTableCell {
	vertical-align:left;
}
#pieceTable {
	font-size:1em;
	margin-left:1em;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}
#pieceTableComposer {
	font-variant:small-caps;
	font-size:1.1em;
	padding-right:1em;
	line-height: 16px;
	vertical-align:top;
}
#pieceTableWork {
	font-style:italic
}
#pieceTableArtist {
	padding-left:10px;
	font-style:normal;
}
.concertRule {
	color: #CCCCCC;
	height: 1px;
	background-color:#CCCCCC;
}
.indent {
	padding-left:2em;
}
#galleryColumn {
	/* the main content area in the center of the page */
	position:absolute;
	left:167px;
	top:136px;
	width:564px;
	height:840px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
}
