html,body {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	color: #555;
	letter-spacing: 1px;
	background-color: white;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

body#calendar {
	margin: 20px;
}

table#containertable {
	width: 100%;
	height: 100%;
}

table#containertable td {
	vertical-align: top;
	text-align: center;
}

div.titlediv {
	position: absolute;
	top: 00px;
	left: 0px;
	width: 820px;
	height: 60px;
	padding: 0px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 10px;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 640px;
}

div.contentdiv {
	position: absolute;
	top: 80px;
	left: 150px;
	width: 500px;
	height: 560px;
	padding: 0px;
	padding-top: 0;
}

div.contentdivscroll {
	overflow: auto;
	height: 500px;
	width: 510px;
	padding: 0px 5px 0px 0px;
	margin-top: 5px;
}

div.navdivleft, div.navdivright {
	position: absolute;
	top: 80px;
	width: 110px;
	height: 560px;
	padding: 0px;
}

div.navdivleft {
	left: 0px;
	text-align: right;
}

div.navdivright {
	left: 690px;
	text-align: left;
}
body#sax div.navdivright a.nb, body#bass div.navdivleft a.nb {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	letter-spacing: 1px;
	text-align: left;
	background: #FC3;
	padding: 1px 0px 1px 5px;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #900;
	letter-spacing: 1px;
	margin: 20px 0px 10px 0px;
	background: white;
	border-top: 1px solid #900;
}

h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #900;
	letter-spacing: 1px;
	padding-left: 0px;
	margin: 20px 5px 0px 15px;
	border-top: 1px dotted #CCC;
}

body#sax h1, body#sax h2, body#sax h3 {
	text-align: left;
}

body#bass h1, body#bass h2, body#bass h3 {
	text-align: right;
}

p, ul {
	font-size: 13px;
	text-align: justify;
	line-height: 17px;
	letter-spacing: normal;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 18px;
}

li {
	padding-left: 0em;
	margin-left: 0em;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #f90;
	text-decoration: underline;
}

p.nbtitle {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: white;
}

a.nbindex {
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	color: #900;
}

a.nbindex:hover {
	color: #f90;
}

a.nb {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	color: #666;
}

a.nb:hover {
	color: #f90;
	text-decoration: none;
}

a.nb#on {
	color: #900;
	text-decoration: none;
}

div.navdivleft a.nb {
	border-right: 3px solid white;
	padding-right: 5px;
}

div.navdivright a.nb {
	border-left: 3px solid white;
	padding-left: 5px;
}

body#sax a.nb#on {
	border-right: 3px solid #900;
}

body#bass a.nb#on {
	border-left: 3px solid #900;
}

body#both div.navdivleft a#on {
	border-right: 3px solid #900;
}

body#both div.navdivright a#on {
	border-left: 3px solid #900;
}

div#photos {
	text-align: center;
}

img.thumbs {
	border: 2px solid #ccc;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	margin: 10px;
	vertical-align: middle;
	zoom: 1;
}

img.thumbs:hover {
	border: 2px solid #f90;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.button, .mapit {
	color: white;
	background: #999;
	border: 0;
	padding: 5px 3px 3px 3px;
	text-decoration: none;
	text-align: right;
	padding-top: 0px;
	margin: 2px;
}

.button:hover, .mapit:hover {
	color: white;
	background: #f60;
	text-decoration: none;
}

.mapit {
	font-size: 10px;
	padding: 0px 2px 0px 2px;
	margin-left: 5px;
	float: right;
	clear: both;
}
.address{
	color: #555;
	text-decoration: none;
}

.address:hover {
	color: #f90;
	text-decoration: underline;
}

.pastfuture {
	float: right;
	font-size: 11px;
	background: #900;
	padding: 3px;
	margin: 0;
}

.icon {
	padding: 0px 0px 1px 3px;
	margin-left: 5px;
	border: 0;
	float: right;
	clear: both;
}

hr {
	color: #990000;
	height: 1px;
	background-color: #900;
	border: 0;
}

img.cdscovers {
	float: right;
	margin: 0px 0px 10px 15px;
	clear: both;
}

p.otherrecs {
	margin-bottom: 30px;
}
.tourborder {
border-left: 3px dotted #999;
padding-left: 3px;
margin: 30px 0px 30px;
}

