body {
	background-color: #4A4A4A;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #D6D6D6;
}


#container
{
	background-color: #000000;
	position: relative;
	top: 30px;
	width: 900px;
	margin: 0 auto;
	/*background-image: url(images/guitar.jpg);*/
	background-repeat: no-repeat;

}
#left {
	float: left;
	width:210px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
}
	
#left_top
{
	display: block;
	font-family: "Courier New", Courier, mono;
	font-size: 2.5em;
	font-weight: bold;
	color: #51C71F;
	margin-left: -30px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 242px;
	background-color: #436C82;
	position: relative;
	left: 0px;
	top: 11px;
	
}

#left_bottom
{
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
	color: #D6D6D6;
	padding-left: 0px;
	padding-top: 73px;

}		

#banner 
{
	float: left;
	width: 630px;
	height: 100px;
	top: 15px;
	background-image: url(images/bannerback3.jpg);
	background-repeat: no-repeat;
	background-color: #436C82;
	margin-bottom: 20px;

}
#banner a
{
	color: #ffffff;
}
#banner a:hover
{
	color: #6699F0;
	text-decoration: none;
}


#maincontent{
	float:left;
	position:relative;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 400px;
	height: auto;
	padding-top: 0px;

}

#right{
	font-family: "Courier New", Courier, mono;
	width: 150px;
	float: left;
	margin-left: 30px;

}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 2em;
	font-weight: bold;
	color: #51C71F;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #FFFFFF;
}

a, a:link, a:visited, a:active
{
	color: #72E142;
	text-decoration: none;
}

a:hover
{
	color: #6699F0;
	text-decoration: none;

}

#footer{
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #51C71F;
	clear: both;
	padding: 2em;
	margin: 2px;
	text-align: center;

}

#heading {
	float:left;
	width:100%;
	height:25px;
	z-index:1;
	text-align: center;

}

h2{
	font-family: "Courier New", Courier, mono;
	font-size: 1.4em;
	font-weight: bold;
	color: #51C71F;
	margin: 0px;
	padding: 0px;

}

#more #maincontent ul{
	font-family: "Courier New", Courier, mono;
	font-size: 1.2em;
	font-weight: bold;
	color: #456E84;
	margin: 0px 0px 0px 15px;
	padding: 0px;

}
#more #maincontent li{
	margin: 0px 0px 0px 10px;
	list-style-type: none;
	font-weight: normal;
	font-size: smaller;
	color: #51C71F;

}

.large {
	font-size: 18px;
}

.small {
	font-size: 11px;
}

.blue_heading{
	margin: 0px 0px -10px 0px;
	color: #6699FF;

}
.green{
	color: #51C71F;

}
.courier{
	color: #D6D6D6;
	font-family: "Courier New", Courier, mono;
	font-size: 0.9em;
}
.warning{

	color: #FF0000;
	font-weight: bold;

}
#banner li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	decoration: none;
	width: 100px;
	float: left;
	list-style-type: none;

}

#banner ul {
	margin: 28px 0px 20px -22px;
	text-align: center;
}

#home #banner .home a, 
#samples #banner .samples a,
#gear #banner .gear a,
#more #banner .more a,
#galleryid #banner .galleryid a,
#contact #banner .contact a
{
	color: #6699FF;
	
}

#banner ul .samples
{
	margin: -8px 0px 0px 0px;
	text-align: center;

}
	
#gallery
{
	background-color: #000000;
	position: static;
	top: 30px;
	left: 30px;
	height: 100px;
	width: 400px;
	padding-left: 38px;
	padding-top: 16px;
	background-image: url(images/guitar.jpg);
	background-repeat: no-repeat;
	z-index: 2;

}

