img { -ms-interpolation-mode: bicubic; }
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #eaeaea;
	font-family: Tahoma, Times, "Times New Roman", serif;
	-webkit-font-smoothing: antialiased;
}
#page {
	position: relative;
	width: 900px;
	min-height: 100%;
	background-color: white;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	
	box-shadow: 		0px 0px 10px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 	0px 0px 10px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: 	0px 0px 10px rgba(0, 0, 0, 0.33);
	-khtml-box-shadow: 	0px 0px 10px rgba(0, 0, 0, 0.33);
	-o-box-shadow: 		0px 0px 10px rgba(0, 0, 0, 0.33);
}

.blackSeparator {
	color: #000;
	background-color: #000;
	margin: 0;
	height: 3px;
	width: 100%;
	border: none;
}
.redSeparator {
	color: #a60000;
	background-color: #a60000;
	height: 3px;
	margin: 0;
	width: 100%;
	border: none;
}
hr.small {
	height: 1px;
}
.top_black_thing {
	height: 5px;
}

#header {
	height: 155px;
	background-color: white;
	background-image: url(img/headerpiano.png);
	background-position: right center;
}
a.logo {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(img/headerlogo.png);
	background-position: 25px center;
	background-repeat: no-repeat;
}
#menu {
	height: 40px;
	width: 100%;
	background-color: black;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
#menu ul {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: auto;
	list-style: none;
	display: table;
	table-layout: fixed;
}
#menu ul li {
	display: table-cell;
	overflow: hidden;
	border-right: 1px solid white;
}
#menu ul li:last-child {
	border-right: none;
}
#menu ul li:hover {
	background-color: #444;
}
#menu a {
	color: white;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#content {
	margin: 20px;
	padding-bottom: 80px; /* So footer won't overlap content */
}
h1 {
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 32px;
	color: black;
	margin: 0;
	letter-spacing: -1px;
}
h2 {
	font-size: 22px;
	color: black;
	margin: 0;
}
h3 {
	font-size: 18px;
	color: black;
	margin: 0;
}
a img {
	border:none;
}
p {
	text-align: justify;
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
}
small {
	font-size: 11px;
}

.leftCol {
	width: 68%;
}
.leftCol img {
	max-width: 100%;
}
.leftCol table {
	border: none;
	width: 100%;
}

#content a:link {
	color: #0060a7;
	text-decoration: none;
}
#content a:hover {
	color: #0060a7;
	text-decoration: underline;
}
#content a:active {
	color: #00487d;
	text-decoration: underline;
}
#content a:visited {
	color: #0060a7;
}

.mainPic {
	width: 100%;
	margin-top: 6px;
	height: 160px;
}

.rightCol {
	float: right;
	width: 30%;
}
.sidePiano {
	margin-bottom: 6px;
	margin-top: 6px;
}
.sidePiano hr {
	margin-top: 5px;
}
.sidePiano img {
	width: 258px;
}
.smallTitle {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
a.smallTitle {
	display: block;
	float: right;
	color: #a60000;
	margin-top: 3px;
	text-decoration: none;
}
a.smallTitle:hover {
	text-decoration: underline;
}
.sidePianoTitle {
	font-size: 14px;
	color: #333;
}

.piano {
	margin-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
	width: 100%;
}
.piano hr {
	margin-top: 5px;
}
.piano img {
	width: 260px; /* 260px - 2px border - 6px margin */
	float: left;
}
.piano .description {
	width: 590px; /* 600px - 30px padding */
	float: right;
	padding-top: 0;
}
.fullWidth {
	width: inherit !important;
}
.piano .description h3:first-child {
	margin-top: 0;
	padding-top: 0;
}

#footer {
	position: absolute;
	width: 100%;
	height: 35px;
	bottom: 0;
	background-color: black;
	text-align: center;
}
#footer span {
	display: block;
	padding-top: 10px;
	color: white;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}