html,
body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
li,
ul {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	margin: 0px;
	font-weight:normal;
	text-decoration:none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#D5C854;
}

h1 {
	font-family: Century Gothic, CenturyGothic, "Century Gothic", Helvetica, sans-serif;
	font-size: 24px;
	color: #B11117;
	padding: 0px 0px 10px 0px;
	line-height:100%;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:solid 1px #FFFFFF;
}
h2 {
	font-family: Arial Black, sans-serif;
	font-size: 14px;
	color: #B11117;
	padding: 0px 0px 10px 0px;
	line-height:100%;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:solid 1px #FFFFFF;
}
h3 {
	font-family: Century Gothic, CenturyGothic, "Century Gothic", Helvetica, sans-serif;
	font-size: 18px;
	color: #B11117;
	padding: 0px 0px 10px 0px;
	line-height:100%;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:solid 1px #FFFFFF;
}
h5 {
	font-family: Century Gothic, CenturyGothic, "Century Gothic", Helvetica, sans-serif;
	font-size: 24px;
	color: #D5C854;
	padding: 3px 0px 5px 10px;
	line-height:100%;
	text-transform:uppercase;
	font-weight:normal;
	background-color:#B11117;
}
h6 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #B11117;
	text-transform:lowercase;
	font-weight:normal;
}
p {
	padding: 0px 0px 10px 0px;
	line-height:200%;
}
li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-position: outside;
}
b {
	font-weight:bold;
	border-bottom:0px;
}
a:link,
a:visited {
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
td {
	text-align: left;
	vertical-align: top;
	width:20%;
	padding:5px;
}
td.locationTD {
	border-left: solid 1px #FFFFFF;
}
div.bigHolder {
	position:absolute;
	width:1000px;
	overflow:visible;
	margin-left:-500px;
	left:50%;
	top:0px;
	z-index: 4;
}
div.photocollage {
	position:absolute;
	width:400px;
	height:620px;
	left:0px;
	z-index:10;
	background-attachment: scroll;
	background-image: url(images/photos-side.png);
	background-repeat: no-repeat;
	background-position: left -50px;
}
div.contentholder {
	position:absolute;
	width:605px;
	right:0px;
	top:140px;
	visibility: visible;
}
.contentholder .logo {
	padding:0px 0px 15px 0px;
}
.contentholder .displayimg {
	width:150px;
	padding:5px;
	background-color:#FFFFFF;
	margin: 10px;
}
div.sidebar {
	position:relative;
	width:150px;
	right:0px;
	top:0px;
	text-align:right;
	float:right;
	margin: 0px 10px 0px 0px;
}
div.talkingnote {
	position:absolute;
	background-attachment: scroll;
	background-image: url(images/note-1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top:50px;
	left:-235px;
	height:239px;
	width:224px;
}
div.notequote {
	position:absolute;
	left:42px;
	top:27px;
	width:100px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#333333;
}
div.notepair {
	position:relative;
	background-attachment: scroll;
	background-image: url(images/note-3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top:20px;
	right:0px;
	height:68px;
	width:126px;
	float:right;
}
div.notegroup {
	position:absolute;
	background-attachment: scroll;
	background-image: url(images/note-2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top:100px;
	right:-122px;
	height:164px;
	width:112px;
}
div.contentboxTD {
	padding: 5px;
	border: 2px solid #FFF5E8;
	margin:10px 10px 10px 0px;
	float:left;
}
/*NAVIGATION*/
a.navigation:link,
a.navigation:visited {
	font-family: Helvetica, sans-serif;
	display:block;
	width:230px;
	margin: 0px 0px 10px 0px;
	padding: 3px 20px 3px 0px;
	color:#FFFFFF;
	background-color:#0096D7;
	font-size:12px;
	float:right;
	font-weight: normal;
	right:-50px;
	text-transform:lowercase;
}
a.navigation:hover {
	background-color:#FFFFFF;
	text-decoration:none;
	color:#B11117;
}
/*piano bars*/
a.whiteKeys:link,
a.whiteKeys:visited {
	position:absolute;
	background-color:#FFFFFF;
	width: 90px;
	top:10px;
	z-index:1;
	color:#333333;
	display:block;
	text-decoration:none;
	text-align:center;
	padding: 100px 0px 10px 0px;
}
a.whiteKeys:hover,
a.hitpage:link,
a.hitpage:visited {
	color:#FFFFFF;
	background-color:#B11117;
}
#whitekey1 {
	right:35px;
}
#whitekey2 {
	right:135px;
}
#whitekey3 {
	right:235px;
}
#whitekey4 {
	right:335px;
}
#whitekey5 {
	right:435px;
}
#whitekey6 {
	right:535px;
}
div.blackKeys {
	position:absolute;
	background-color:#333333;
	width: 40px;
	height:80px;
	top:-10px;
	border:solid 10px #D5C854;
	z-index:2;
	visibility: visible;
}
#blackkey1 {
	right:100px;
}
#blackkey2 {
	right:200px;
}
#blackkey3 {
	right:300px;
}
#blackkey4 {
	right:500px;
}
#blackkey5 {
	right:600px;
}
#blackkey6 {
	right:700px;
}
.infoBar {
	cursor:pointer;
	clear:both;
	width:465px;
	background-color:#FFFFFF;
	padding: 3px 0px 3px 10px;
	margin: 5px 0px 5px 0px;
	font-size:12px;
	font-weight:bold;
	color:#B11117;
	border-bottom:solid 1px #B11117;
	border-right:solid 1px #B11117;
}

/*slidey*/
.dhtmlgoodies_question {	/* Styling question */
	cursor:pointer;
	clear:both;
	width:465px;
	background-color:#FFFFFF;
	padding: 3px 0px 3px 10px;
	margin: 5px 0px 5px 0px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color:#B11117;
	border-bottom:solid 1px #B11117;
	border-right:solid 1px #B11117;
}
.dhtmlgoodies_question:hover {
	background-color:#B11117;
	color:#FFFFFF;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
}
