@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 13px;
	line-height: 1.7em;
	vertical-align: top;
	color: #FFF;
	margin-left: 5px;
	margin-right: 5px;
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #999999;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 18px;
	padding-left: 12px;
	text-align: left;
}
h2 {
	font-size: 16px;
	color: #C00;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	font-size: 12px;
}
a:active {
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#tdSidebar {
	background-image: url(images/blues_guitar.gif);
	background-repeat: no-repeat;
	vertical-align: text-top;
	width: 175px;
	text-align: left;
}

#tdSidebar a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	vertical-align: top;
	width: 160px;
}
#tdSidebar a:hover {
	background-color: #C00;

