
body {
	margin: 20px;
	background-color: rgb(99, 99, 77);
}

#whole-page {
	/* margin-left: auto; */
    /* margin-right: auto; */
	min-width: 790px;
	max-width: 1200px;
	color: black;
	background-color: rgb(232,238,239);
	margin: 0px;
	padding: 10px;
	background-image: url(../shared/music.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;   
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
}

#artistic-director {
	height: 1;
	position: absolute;
	color: white;
	top: 161px;
	left: 40px;
    font-size: 11pt;
	font-family: times;
	overflow: visible;
}

#artistic-director a:active,
#artistic-director a:link,
#artistic-director a:visited,
#next-concert a:active,
#next-concert a:link,
#next-concert a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#artistic-director a:hover,
#next-concert a:hover {
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

#top-links {
	border-bottom-style: solid;
	border-bottom-color: silver;
	border-bottom-width: 1px;
	padding: 0px;
	text-align: right;
	float: right;
}

#left-stuff {
	float: left;
	width: 372px;
	position: relative;
	top: -33px;
}     

#nav-top-left {
	float: left;
	padding-bottom: 5px;
}

#nav-top-right {
	float: right;
	padding-bottom: 5px;
}

#nav-left {
	float: left;
	width: 150px;
	border-right-style: solid;
	border-right-color: silver;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
	border-top-width: 1px;
	padding: 5px;
	text-align: right;
}

#nav-left a.selected {
	color: midnightblue;
	font-weight: normal;
	text-decoration: underline;
}

#nav-right {
	float: right;
	border-top-style: solid;
	border-top-color: silver;
	border-top-width: 1px;
	width: 200px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
}

#nav-right a.selected {
	color: midnightblue;
	font-weight: normal;
	text-decoration: underline;
}

#main-photo {
	margin: 20px;
	width: 335px;
	text-align: center;
}

#yearly {
	margin: 10px;
	padding: 10px;
	zoom: 100%; /* Thanks to yet another IE bug */
}

#next-concert-box {
	position: relative;
	top: -150px;
	left: 250px;
	width: 350px;
	height: 0px;
	z-index: 1;
	margin: 10px;
	padding: 0px;
	zoom: 100%; /* Thanks to yet another IE bug */
}

#news {
	margin: 10px;
	/* background-color: #FFF5EE; seashell1 */
	background-color: #FAEBD7; /* antique white */
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	padding: 10px;
	zoom: 100%; /* Thanks to yet another IE bug */
}

#body-content {
	margin: 10px;
	background-color: #F0F8FF; /* aliceblue */
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	padding: 10px;
	zoom: 100%; /* Thanks to yet another IE bug */
}

#body-content a:active,
#body-content a:link,
#body-content a:visited {
	color: midnightblue;
	font-weight: normal;
	text-decoration: underline;
}

#credits {
	padding: 5px;
	padding-right: 20px;
	font-size: 8pt;
	text-align: right;
}

#players-left {
	float: left;
	width: 150px;
	margin: 10px;
	padding: 10px;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
}

#players-right {
	float: right;
	width: 150px;
	margin: 10px;
	padding: 10px;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
}

img {
	border: 0;
}

img.right {
	float: right;
	margin: 10px;
	border: 0;
}

img.left {
	float: left;
	margin: 10px;
	border: 0;
}

img.spaced {
	margin: 10px;
	border: 0;
}

img.footer {
	vertical-align: middle;
}

img.icon {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 2px;
}

ul {
	margin: 5px;
	padding-left: 15px;
	list-style-image: url(../shared/bb078.gif);
}

li {
	line-height: 150%;
}

table.header {
	margin: 0;
	border-width: 0;
	border-collapse: collapse; 
}

td.header-left {
	background-image: url(../shared/Timpani-left.gif);
}

td.header-centre {
	padding: 0;
	width: 732px;
}

td.header-right {
	background-image: url(../shared/Timpani-right.gif);
}

table.header {
	width: 100%;
	border-width: 0px;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}

table.main {
	width: 100%;
	padding: 0;
	margin: 0;
}

table.content {
	width: 95%;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
}

table.history {
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
}

table.footer {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	background-color: white;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	text-align: center;
}

td.main-left {
	vertical-align: top;
	padding: 10px;
	width: 372px;
}

td.footer {
	vertical-align: middle;
	text-align: center;
	width: 12.5%;
}

a:active {
	color: midnightblue;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: midnightblue;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: midnightblue;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: midnightblue;
	font-weight: normal;
	text-decoration: underline;
}

a.selected {
	color: midnightblue;
	font-weight: normal;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.header {
	color: midnightblue;
	font-size: 12pt;
}

.sub-header {
	color: midnightblue;
	font-size: 10pt;
}

.sub-sub-header {
	font-weight: normal;
	text-decoration: underline;
}

.plain-list {
	float: left;
	padding-left: 15px;
}

.indent {
    position: relative;
    left: 30px;
}

.right {
	float: right;
	margin: 10px;
	border: 0;
}

.right .caption {
    text-align: center;
}

.middle {
	vertical-align: middle;
}

.fog {
	display: none;
}

