@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #000000;
	background-image: url(images/staff.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/newmainguitar.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColFixCtrHdr #header {
	color: #FFFFFF;
	background-image: url(images/logoheader.png);
	background-repeat: no-repeat;
	height: 130px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation    {
	font-size: 90%;
	height: 110px;
	letter-spacing: 1px;

}

.oneColFixCtrHdr #navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	text-decoration: none;
}

.oneColFixCtrHdr #navigation li {
	display: inline;
	float: left;
	text-align: center;
	padding-left: 2.5em;
}
.oneColFixCtrHdr #navigation ul li a img {
	display: block;
	border: medium solid #333399;
}
.oneColFixCtrHdr   #navigation   a:link,  #navigation  a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #navigation img:hover {
	border: medium solid #FFFFFF;
}





.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	color: #FFFFFF;
}
.oneColFixCtrHdr  #container  #text  {
	width: 500px;
}


.oneColFixCtrHdr #container #mainContent h1 {
	font-size: x-large;
	color: #333399;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: medium;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: small;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer a:link {
	color: #FFFFFF;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.clearfloat {
	clear: left;
}
.floatright {
	float: right;
	border: thin solid #333399;
	margin-bottom: 10px;
	margin-left: 10px;
}
.italic {
	font-style: italic;
}
.testimonialquote {
	font-size: 110%;
	font-weight: bold;
}
.floatleft {
	float: left;
	border: thin solid #333399;
	margin-right: 10px;
	margin-bottom: 10px;
}
