
body {
	background: transparent url('../images/tile.jpg');
	margin: 0 auto;
	font: normal 12px "segoe ui", arial, helvetica, sans-serif;

}
a {
	color: #00F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #006;
	text-decoration: underline;
}
img {
	border: none 0px;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
img.left_spaced {
	float: left;
	padding: 4px;
}
img.right_spaced {
	float: right;
	padding: 4px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#container {
	position: relative;
	width: 760px;
	height: auto;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 137px;
	background: transparent url('../images/bg_top.jpg') no-repeat;
	position:relative;
}
#logo {
	width: 488px;
	height: 59px;
	position: absolute;
}
#contentContainer {
	position: relative;
	width: 760px;
	height: 650px;
	min-height:845px;
background: #FFF url("../images/gtop.jpg") no-repeat right top;

}
#content {
	width: 500px;
	float: left;
	height: 100%;
	overflow: auto;
	background: #FFF;
	clear: both;
	padding:10px 5px 20px 10px;
}
#menu {
	position: absolute;
	top: 40px;
	width: 120px;
	right: 50px;
	background: #C37527;
	border: 1px dotted #E5892E;

}
#menu a {
	color: #FFF;
}
#items {
	min-height: 182px;
	padding: 10px 5px 5px 10px;
	text-align: right;
}
#items li a:hover {
	background: #fff;
	margin-right: 10px;
}
#head_title {
position: absolute;
right:100px;
bottom:0;
width: 70%;
text-align: center;
}

.text_block{
padding-left:20px;

}

h4{
color:#00A;
}
/*--------------------GUITAR---------------*/
#gleft {
position:absolute;
left:-104px;
	width: 104px;
	height: 615px;
	background: transparent url('../images/gleft.jpg') no-repeat top center;
	float: left;
	z-index: 3;
}
#gright {
	position: absolute;
	width: 211px;
	height: 845px;
	background: transparent url('../images/gright.jpg') no-repeat right top;
	float: right;
	top:0;
	right: -211px  ;
	z-index: 0;
	overflow: hidden;
}
.gtop {
	position: absolute;
	width: 258px;
	height: 845px;
	float: right;
	right: 185px;
	z-index: 5px;
	background: transparent url('../images/gtop.png') no-repeat top;
	background-position: fixed;
	overflow: hidden;
}
/*---------------Extras--------------*/
#footer {
	width: 100%;
	height: 192px;
	clear: both;
	text-align: left;
	background: transparent url('../images/bg_bottom.jpg') top left  no-repeat;
}
#footer.left {
	clear: both;
	padding: 0;
	margin: 0;
}
#footer p {
	font-family: "segoe ui", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #EFEFEF;
	margin: 0px;
	padding-top: 25px;
	text-align: center;
}
#footer a {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.butt a {
	top: 0;
	left: 0;
}
.butt a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

