body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p {
	margin: 0; 
	padding: 0;
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	text-align: center;
	color: #404040;
}

h1 { 
	font-size: 16px;
	font-style: italic;
	line-height: 1.4em;
	font-family: Verdana, Arial, serif;
	margin: 15px 0 0 0;
}


h2 {
	font-size: 12px;
	/*letter-spacing: 1px;*/
	line-height: 1.5em;
	text-align: left;
	text-transform: uppercase;
}
	
img { border: 0; }

p {
	color:#808080;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	margin: 15px 0;
}

body {
	background: #F7F5ED;
}

div#page {
	width: 834px;
	height: auto;
	margin: 0 auto;
}

div#main {
	width: 100%;
	height: 589px;
}

div#left-col {    /* 173px x 589px */
	width: 108px;
	height: 529px;
	float: left;
	background: #AA6900 url(images/left_background.gif) no-repeat 0 0;
	padding: 30px 15px 30px 50px;
}

div#left-col h2 {
	margin: 60px 0 0 0;
}

div#left-col p { color: #FFFFFF; }

div#middle-col {
	width: 379px;
	height: 589px;
	float: left;
}

div#right-col {
	width: 282px;
	height: 589px;
	float: left;
	background: #FFFFFF url(images/right_background.gif) no-repeat 0 100%;
}

div#right-col p {  clear: both; margin: 15px 30px 15px 15px;}

div#right-col img#white-logo {	
	float: left;
	clear: left;
	margin: 30px 20px 0 20px;
	width: 71px;
	height: 66px;
}

div#gallery-link {
	width: 120px;
	height: 50px;
	padding: 50px 0 0 0;
	float: left;
	font-size: 11px;
	text-align: center;
}

div#gallery-link a {
	/*display: block;*/
	margin-bottom: 4px;
	text-decoration: underline;
	font-weight: bold;
	color: #808080;
	font-size: 16px;
	font-family: Arial, serif;
	line-height: 16px;
	text-align: center;
}

div#gallery-link a:hover {
	color: #227388;
}

div#gallery-link p {
	text-align: center;
}

a.navigation {
	display: block;
	width: 50px;
	height: 20px;
	line-height: 14px;
	padding: 5px 0 0 10px;
	margin-left: 50px;
	background: #303030;
	color: #97D7D7;
	border: outset 3px #303030;
	float: left; 
}

* html a.navigation {
	font-size: 14px;
	margin-left: 30px;
}

a.navigation:hover {
	text-decoration: none;
	color: #E29923;
	background: #505050;
	border: inset 3px #303030;
}

div#sitemap {
	width: 460px;
	height: 40px;
	margin: 10px auto;
	border-bottom: 1px solid #B78E62;
	color: #B78E62;
	text-align: center;
}

* html div#sitemap { width: 480px; }

div#sitemap a {
	font-size: 16px;
}

div#sitemap a:hover { 
	border: 1px solid #B78E62;
	border-right: none;
	border-left: none;
	text-decoration: none;
}

div#footer {
	text-align: center;
	font-size: 16px;
}

.hidden { visibility: hidden; }



/*
 * Piano page specific styles
 */

.piano-page div#left-col {
	width: 552px;
	height: 589px;
	float: left;
	background: none;
	padding: 0;
}
 
/*
 * Bio page specific styles
 */
 
div.bio-page {
	width: 900px;
}

.bio-page div#left-col {
	background: #5D524C url(images/left_bio_background.gif) no-repeat 0 0;
}
 
.bio-page div#middle-col {
	width: 339px;
	height: 539px;
	background: url(images/middle_background.gif) no-repeat 0 0;
	padding: 50px 20px 0 20px;
}
