/* CSS Document */
body {
	background-color: #CCCC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100%;
	height: 900px;
	position: absolute;
	margin: 0px;
	color: #66000;
}
#bar-guitar {
	background-color: #993300;
	position: absolute;
	z-index: 1;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#nav {
	font-size: 12px;
	text-align: left;
	z-index: 2;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100px;
	background-position: left;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #660000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav a:link {
	color: #CCCC99;
	text-decoration: none;
}
#nav a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#nav a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
#left-nav {
	position: absolute;
	width: 115px;
	left: 18px;
	top: 165px;
	height: 580px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #993300;
	z-index: 3;
}
#main {
	position: absolute;
	width: 575px;
	top: 165px;
	left: 170px;
	height: 100px;
	z-index: 4;
	background-color: #CCCC98;
	padding: 0px;
}
a:link {
	color: #660000;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #663300;
}
a:visited {
	color: #660000;
	text-decoration: none;
	font-size: 12px;
}
.same-page {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #003333;
}
.caption {
	text-align: left;
	font-style: italic;
}
.subtitle {
	font-size: 14px;
	color: #999666;
	text-align: left;
	font-weight: bold;
}
.sub {
	font-size: 12px;
	color: #999666;
}
.musicname {
	font-style: italic;
}
img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
	font-weight: bold;
}
