body{
	background-color: #e5e3dc;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

p{
	padding-right: 5px;
	padding-left: 5px;
}

.line{
	width: 50%;
	padding-right: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	text-indent: 50px;
	margin: auto;
}

.spacer{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990000;
	width: 60%;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	padding-right: 0px;
	padding-left: 8px;
	padding-top: 8px;
	margin: 0px;
	padding-bottom: 15px;

}

h2{
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #474632;
}

.redtext{
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}



#container{
	background-image: url(../images/background.jpg);
	width: 750px;
}
.headline {
	font-size: 16px;
	color: #000000;
	font-style: normal;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.bold{
	font-weight: bold;
}

#banner{
	background-image: url(../images/banner.jpg);
	height: 185px;
	width: 750px;
}


#navigation{
	float: left;
	width: 260px;
	color: #474632;
	margin-right: 15px;
}

#content{
	background-color: #FFFFFF;
	width: 463px;
	border: 4px solid #ACA791;
	background-image: url(../images/guitarfade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
.guitarpad {
	padding-right: 6px;
}


#footer{
	position: relative;
	text-align: center;
	font-size: 11px;
	clear: both;
}

#navigation ul {
	list-style-type: none;
	text-decoration: none;
	padding-left: 63px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}

#navigation ul li a{
	color: #474632;
}

#content ul {
	color: #333333;
	list-style-type: none;
	text-decoration: none;
	right: 20px;	
}

#content li {
	color: #333333;
}

#content ul li a{
	color: #333333;
}

#content a{
	text-decoration: underline;
}

#content a:hover{
}




#navigation a{
	color: #474632;
	text-decoration: underline;
}

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

.imgpiano{
	padding-left: 6px;
	padding-right: 10px;
}

.arrowpaddingleft{
	padding-left: 60px;
	bottom: 22px;
}

.italic{
	font-style: italic;
}

.breadcrums{
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.breadcrums a {
	color: #660000;
	text-decoration: underline;
}

.breadcrums a:hover{
	color: #474632;
	text-decoration: none;
}

h3{
	margin-right: 7px;
	font-size: 18px;
	color: #660000;
	padding-right: 8px;
	padding-left: 8px;
}

.redBorder{
	border: 1px solid #660000;
	padding: 2px;
	margin-right: 8px;
}

/* Photo Gallery */

.galleryContainer{
	padding: 5px;
}

.thumbnail{
	display: block;
	padding-bottom: 5px;
}

.thumbnail a{
	display: block;
	padding: 1px;
	border: 1px solid #660000;
	height: 60px;
	width: 60px;
}

.thumbnail a:hover{
	padding: 1px;
	border: 1px solid #FF0000;
}

.galColA{
	float: left;
	width: 120px;
}

.galColB{
	float: left;
	width: 120px;
}

.galColC{
	float: left;
	width: 120px;
}

.galColD{
	float: left;
}

/*----------------------- Forms ------------------------*/

.formContainer{
	margin-bottom: 10px;
}

.formLeft{
	float: left;
	margin-bottom: 6px;
	width: 90px;
}

.formRight{
	margin-bottom: 6px;
}

.error{
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}


/*  Images */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
