@charset "utf-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	margin-top: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border: thick solid #858585;
} 
.header {
	margin-top: 0px;
	margin-bottom: 12px;
} 
.header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 18px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 156px;
	background-image: url(graph-elements/columnbg.gif);
	background-repeat: repeat-y;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-position: top;
	text-align: center;
	top: 0px;
	padding-top: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 156px;
	background-image: url(graph-elements/columnbg.gif);
	margin-bottom: -3000px;
	padding-bottom: 3000px;
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 20px;
}
.thrColFixHdr #mainContent {
	margin-right: 156px;
	margin-left: 156px;
	background-color: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: -32767px;
	padding-bottom: 32767px;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
} 
.innertext
{
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	text-align: left;
}

.thrColFixHdr #footer {
	background:#DDDDDD;
	width: 660px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 156px;
	margin-left: 156px;
} 

.thrColFixHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    line-height: 0px;
}
.covers
{
	background-color: #858585;
	height: 280px;
	width: 100%;
	top: 20px;
	}
.wrapcover
{
	width: 990px;
	background-color: #000000;
	top: 10px;
	position: relative;
	left: 5px;
	height: 260px;
}

.framed
{
	display: inline;
	margin-left: 15px;
	padding-top: 10px;
	margin-top: 10px;
}
.menubuttons  a {
	display:block;
	width:128px;
	height:40px;
	background-image: url(graph-elements/menubuttonbgmid.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 4px;
	text-align: center;
	padding-bottom: 2px;
	background-position: center;
	line-height: 20px;
	white-space: normal;
}
.menubuttons a:link {
	color: #FFFFFF;
	text-decoration: none
}
.menubuttons a:hover {
	color: #FF0000;
	text-decoration: none
}
.menubuttons a:visited {
	color: #EFF33A;
	text-decoration: none
}
.menubuttons a:visited:hover {
	color: #FF9D9D;
	text-decoration: none
}
.nmenubuttons  a {
	display:block;
	width:128px;
	height:26px;
	line-height:34px;
	background-image: url(graph-elements/menubuttonbgdb.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 4px;
	text-align: center;
	padding-bottom: 2px;
	background-position: center;
	line-height: 20px;
	white-space: normal;
}
.nmenubuttons a:link {
	color: #FFFFFF;
	text-decoration: none
}
.nmenubuttons a:hover {
	color: #FF0000;
	text-decoration: none
}
.nmenubuttons a:visited {
	color: #EFF33A;
	text-decoration: none
}
.nmenubuttons a:visited:hover {
	color: #FF9D9D;
	text-decoration: none
}

sidewrap
{
	overflow: hidden;
}

.framed2
{
	display: inline;
}
.framed1
{
	display: inline;
	margin-right: 5px;
	margin-left: 10px;
	padding-left: 4px;
	padding-top: 10px;
	margin-top: 10px;
}
.pict
  {
	background-image: url(guitar-images/searchboxtext.jpg);
	height: 60px;
	left: 90px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-position: center;
	top: 5px;
	width: 420px;
	background-repeat: no-repeat;
  }
  .posht
  {
	position: relative;
	top: 9px;
	width: 980px;
	left: 13px;
  }
.centrtext{
	position: relative;
	top: 18px;
	font-size: 20px;

}
.centrtext3
{
	text-align: center;
	width: auto;
}
.centrtext4
{
	text-align: center;
}


.poshtX
  {
	position: relative;
	left: 360px;
	top: 9px;
  }
.greet
{
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 100%;
	background-image: url(graph-elements/titlenomenularge.jpg);
	background-repeat: no-repeat;
	margin-left: 25px;
	height: 120px;
	background-position: top;
}

.maintext
{
	
}
.pict1
  {
	background-image: url(graph-elements/titlenomenularge1.jpg);
	height: 80px;
	width: 100%;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-position: center;
  }
.centrtext1{
	position: relative;
	top: 25px;
	text-align: center;
}

h1
{
	font-size: 18px;
}
h2{font-size:16px}

.smallwrap
{
	display: inline;
	text-align: justify;
	background-position: left;
}

.specialtext
{
	display: inline;
	float: right;
	width: 100%;
	margin-left: 130px;
}

.centrpict
{
	background-position: center;
	float: none;
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	height: 130px;
	width: 100%;
}

.makemarg
{
	margin-top: 25px;
}

.tocolwrap
{
	display: inline;
	margin-left: 180px;
	width: 100%;
	margin-bottom: 10px;
}

.leftin
{
	display: inline;
	width: 100%;
	margin-right: 5px;
	margin-left: 25px;
}

.righin
{
	display: inline;
}

.secondrap
{
	display: inline;
	width: 100%;
}

.makespace
{
	font-weight: bolder;
	margin-top: 30px;
	margin-left: 50px;
}

.changecol
{
	color: #111111;
}

.reloc2
{
	float: left;
	margin-right: 40px;
}
.reloc5
{
	width: 100%;
	margin-right: auto;
	margin-left: 170px;
	margin-bottom: 0px;
	height: 255px;
}

.bank
{
	background:#DDDDDD;
	width: 689px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 156px;
	margin-left: 156px;
	text-align: center;
	vertical-align: middle;
	height: 90px;
}

.makespace2
{
	font-weight: bolder;
	color: #131313;
}

.movetext
{
	margin-left: 160px;
	width: 680px;
}
.menudb
{
	background-image: url(graph-elements/menubuttonbgdb.jpg);
	height: 55px;
	width: 156px;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
	background-position: top;
	vertical-align: text-top;
	line-height: 0px;
}

.pictlong
{
	background-image: url(guitar-images/headertitlenomenuNEW3AG2.jpg);
	height: 60px;
	left: 90px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-position: center;
	top: 5px;
	width: 360px;
	background-repeat: no-repeat;
}
.pictlong2
{
	background-image: url(guitar-images/headertitlenomenuNEW3AG2.jpg);
	height: 60px;
	left: 90px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-position: center;
	top: 5px;
	width: 400px;
	background-repeat: no-repeat;
}
.pictlong3
{
	background-image: url(guitar-images/headertitlenomenuNEW3AG2.jpg);
	height: 60px;
	left: 300px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-position: center;
	top: 15px;
	width: 400px;
	background-repeat: no-repeat;
}
.centrtext4
{
	font-weight: bold;
	text-align: center;
	background-position: center;
	margin-left: 200px;
	}

.setpos1
{
	float: left;
	margin-top: 15px;
}

.setpos2
{
	float: right;
	margin-top: 15px;
}

.ggads
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 600px;
	position: relative;
}
.ggadsr
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 530px;
	position: relative;
}
.ggadslong
{
	background-color: #DDDDDD;
	text-align: center;
	display: block;
	position: relative;
	width: auto;
	margin-bottom: 10px;
}
.ggadsac1
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1415px;
	position: relative;
}
.ggadsrag1
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1225px;
	position: relative;
}
.ggadsac2
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1295px;
	position: relative;
}
.ggadsrag2
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1104px;
	position: relative;
}
.ggadsac3
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1259px;
	position: relative;
}
.ggadsrag3
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1073px;
	position: relative;
}
.ggadsac4
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1180px;
	position: relative;
}
.ggadsrag4
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 995px;
	position: relative;
}
.ggadsac5
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1394px;
	position: relative;
}
.ggadsrag5
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1210px;
	position: relative;
}
.ggadsac6
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 985px;
	position: relative;
}
.ggadsrag6
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 803px;
	position: relative;
}
.ggadsrag7
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 835px;
	position: relative;
}
.ggadsac7
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1020px;
	position: relative;
}
.ggadsrag8
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 656px;
	position: relative;
}
.ggadsac8
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 841px;
	position: relative;
}
.ggadsac9
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1341px;
	position: relative;
}
.ggadsrag9
{
	text-align: center;
	vertical-align: bottom;
	display: block;
	top: 1150px;
	position: relative;
}
.table
{
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 200px;
}
#searchbox
{
	margin-bottom: 2px;
	position: relative;
	left: 0px;
	top: 0px;
	background-position: left top;
	width: 100%;
	height: 37px;
}
.pictsearch
{
	background-image: url(guitar-images/searchboxtext.jpg);
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	position: relative;
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	float: left;
	width: 290px;
}
.centrtextsearch
{
	position: relative;
	top: 5px;
	font-size: 20px;
	width: 280px;
	text-align: center;
}
.googlesearch {
	position: relative;
	width: 400px;
	height: 50px;
	top: 5px;
	margin-left: 3px;
	display: table;
}
.wraptop {
	clear: both;
	height: 55px;
}
.cse-branding-bottom {
	background-color: #020000;
	float: left;
	color: #FFFFFF;
}
.cse-branding-logo {
	clear: right;
}
