﻿/* -----------------------------------
simple reset from Russ Weakley
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li { list-style: none; }

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

 a img {border: none}
 
/*end of reset*/

body { 
	font-family: "Trebuchet MS", "Humanst521 BT", Arial, sans-serif;
	font-size: 100%;
	background: #cccccc;
}

#wrapper {
	margin: 0 auto;
	max-width: 960px;
	min-width: 780px;
	background: #006898;
	width: 80%;
	border-right: 1px solid #006699;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
#header {
	background: #006898;
	background-image:url(images/bannerrt.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #FFA850;
}

#sidebar {
	width: 20%;
	position: relative;
	margin: 0;
	padding:20px 0;
	float: left;
}
#nav_bar {
	float: right;
	width: 90%;
	background-position: top right;
	position: relative;
	height: 600px;
	background-image: url(images/guitar_bg.gif);
	background-repeat: no-repeat;
}

#nav_bar ul {
	margin: 0px;
	list-style-type: none;
	
}
#nav_bar ul li a:link, #nav_bar ul li a:visited {
	list-style-type: none;
	display: block;
	font-family: "Trebuchet MS";
	color: #FFD000;
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
}
#nav_bar ul li a:hover {
	color: #FFFFFF;
}

#content {
	background: #ffffff;
	color: #666699;
	float: left;
	width: 80%;
	font-size: 1em;
	padding: 10px 0;
	position: relative;
}

#content a:link {
	color: #FF9900;
	text-decoration: none;
	font-weight: 700;
}
#content a:hover {  color: #666699; background-color: #FFFFFF; text-decoration: underline}

#content a:visited {  color: #9999CC; text-decoration: none}

.image2 {  margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px}

h3 {color: #FF9900; margin-right: 15px; margin-left: 15px}

h1 {
	border-width: 1px;
	border-color: #007AAD;
	font-size: 1.35em;
	font-weight: bold;
	padding: 10px 0;
	color: #FF9900;
	border-top-style: solid;
	border-bottom-style: solid;
	margin: 15px 10px;
}

.image {
	border: 1px solid #666;
}
.centre {
	display: block;
	margin: 20px auto;
}

h4 {  font-family: "Trebuchet MS", "Humanst521 BT", Arial, sans-serif; font-size: 16px; color: #666699; margin-right: 15px; margin-left: 15px}

#footer {
	clear: both;
	padding: 15px 5px
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.copyright a:link { text-decoration: none }
.copyright a:hover { text-decoration: underline }

.credit {float:right;}

#btmmenu {
	color: #666699;
	text-align: center;
	font-size: 0.9em;
	margin: 10px 0 5px;
}

