@charset "utf-8";
/* style sheet designed by Jeff McNear / Plasterdog Productions 
colors
background 
text
link
visited
hover

*/
/* setting text align to center solves IE bug for centering wrapper_____________*/
body {
	text-align: center;
	background-color: #000000;
}




/* setting text align to left here corrects cascade for IE bug fix above_________*/
#wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
	
/* ____________________________banner elements________________________________________ */
#wrapper #banner {
	text-align: right;
	background-image: url(jmcgraphics/webbanner.gif);
	background-repeat: no-repeat;
	background-position: 25px top;
	height: 100px;
}

#wrapper #banner a:link, #wrapper #banner a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 25px;
	font-weight: bold;
}
#wrapper #banner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 25px;
	font-weight: bold;
	padding-top: 20px;
}
#wrapper #banner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 25px;
}

/* __________________________________main navigation elements_________________________________ */
#mainNav {
	float: left;
	width: 175px;
	text-align: left;
}

/* left margin and left padding set to 0 to diminish automatic UL indent ___*/
#mainNav ul {
	list-style-type: none;
	text-decoration: none;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 50px;
	padding-top: 0px;
	}
#mainNav li {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
/* height and width set to include room for background images */
#mainNav a {
	display: block;
	height: 50px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	/*font-weight: bold; */
	padding-top: 25px;
	font-style: italic;
}
#mainNav a:link, #mainNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(jmcgraphics/webnav_guitar-dual.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
}

#mainNav a:hover {
	color: #FFFFFF;
	background-image: url(jmcgraphics/webnav_guitar-dual.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 65px;
}

/* __________________________________content elements ______________________________________ */
/* note putting a footer inside content set at clear both will force div to go to end for bg */
.box-container {
	padding-top: 5px;
	margin-left: 180px;
	margin-right: 25px;
}
.box {
	background-image: url(jmcgraphics/u-left_c.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}

.box-outer{
	background-image: url(jmcgraphics/l-right_c.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
/* all content inside of inner box */
.box-inner {
	background-image: url(jmcgraphics/l-left_c.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.box h2{
	background-image: url(jmcgraphics/u-right_c.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 5%;
	margin-top: 0px;
	padding-top: 0px;	
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	padding-left: 5px;
}
.box p {
	padding-right: 10px;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

.box h1 {
	padding-right: 5%;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
}

.box h3 {
	padding-right: 5%;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.box ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 8%;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.box li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	list-style-type: none;
	padding-bottom: 8px;
}

.box a:link, .box a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	margin-right: 10px;
	font-style: italic;
	font-weight: bold;
}
.box a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
	margin-right: 10px;
	font-style: italic;
}

/* split set classses */
.left  {
	float: left;
	width: 400px;
	padding-left: 10px;
	text-align: center;
	}
	
.right  {
	margin-left: 415px;
	margin-right: 10px;
}
.clear{
	clear: both;
}

/*_____p-dog footer  _______*/

#p-dog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: right;
	clear: both;
	font-style: italic;
}
/* links on p-dog div */

#p-dog a:link, #p-dog a:visited {
	color: #666666;
	text-decoration: none;
}

#p-dog a:hover {
	color: #666666;
	text-decoration: underline;
}
.little_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
}
.little_link a:link, .little_link a:visited, .little_link a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
}