/* Global Styles */

body {
	margin:0px;
	background-color: #14285f;

	
	}
	
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: "Georgia", "Arial", "Verdana", "sans-serif";
}

h2 {
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

p {
	font:70% arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
}

ul {
	font:70% arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
}

hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagewidth{ 
	width:800px; 
} 

#masthead{
	margin: 0;
	padding: 10px 0px;
	background-color: #02021E;
	border-bottom: 2px solid #cc3300;
	width: 100%;
	height: 120px;
	background-image:url(../images/guitar.jpg);
	background-repeat:no-repeat;
}

#navBar {
	width: 155px; 
	float: left; 
	display: block;
	margin: 40px 0 0 0;
	padding: 0px;
	border-right: 1px solid #445DA0;
}

#content{
	width: 595px; 
	float: right; 
	position: relative; 
	display: inline; 
	margin: 40px 0 0 0;
	padding: 0 3% 0 0;
}

/*********** #navBar link styles ***********/
#navBar ul {list-style: none; margin: 0; padding: 0; }

#navBar ul a {
	font: georgia;
	font-size: 80%;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:36px;
	display: block;
	padding: 0 0 0.3em 0.9em;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
}

#navBar li {
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
}

#navBar ul a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#masthead h1 { /*logo*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3300;
	font-size: 130%;
	line-height: 1em;
	letter-spacing:.4em;
	font-weight: lighter;
	padding-top: 40px;
	padding-left: 400px;
}

#masthead h2 {
	font-family: Georgia,Verdana,Arial,sans-serif;
	font-size: 60%;
	color: #CC3300;
	line-height: 1em;
	letter-spacing:.4em;
	font-weight: lighter;
	padding-left: 400px;
	}

/* ID Styles */

#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font: arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader {
	font:16px georgia;
	color: #CC3300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:14px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:10px arial;
	color:#99CCFF;
	}
	
.rightSpacer {
	padding-right: 10px;
	}
	
.testimonial {
	padding: 0px 10px;
	border: 1px solid #CCCCCC;
	background-color: #666666;
}