* {
	margin: 0;
	padding: 0;
}

body {
	color: #808080;
	background: #191919 url(../images/main_bg_2.jpg) repeat;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #e6e6e6;
	background-color: #000;
	opacity: 1;
}

#page_container {
	/*margin-left: 50px;
	margin-top: 25px;*/
	margin: 25px 0px 50px 50px;
}

#content_box {
	border: 1px solid #999;
	width: 900px;
	/*height: 550px;*/
	position: absolute;
	background: #191919 url(../images/main_box_bg_1.png) no-repeat;
	background-position: bottom right;
}

#menu {
	background-color: #191919;
	border-bottom: 1px solid #999;
	opacity: .85;
	filter:alpha(opacity=85);
}

#menu li {
	list-style-type: none;
	color: #999;
	display: inline;
	border-right: 1px solid #999;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}

#menu li:hover {
	background-color: #000;
	opacity: inherit;
}

#Head {
	height: 105px;
	width: 210px;
	background: url(../images/the_heritage.png) no-repeat;
	margin: 25px 10px 25px 50px;
}

#Head span {
	display: none;
}

#main_text {
	color: #999;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0px 220px 25px 50px;
}

#main_text p {
	margin-bottom: 25px;
}

#guitar_selector {
	margin: 10px 10px 25px 50px;
	height: 200px;
}

#guitar_selector p {
	margin-bottom: 10px;
}

#rock_box {
	width: 125px;
	height: 125px;
	border: 1px solid #999;
	/*left: 50px;*/
	position: relative;
	float: left;
	background-image: url(../images/rock_bg.jpg);
}

#jazz_box {
	width: 125px;
	height: 125px;
	/*left: 50px;*/
	position: relative;
	float: left;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-image: url(../images/jazz_bg.jpg);
}

#blues_box {
	width: 125px;
	height: 125px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	/*left: 50px;*/
	position: relative;
	float: left;
	background-image: url(../images/blues_bg.jpg);
}

#country_box {
	width: 125px;
	height: 125px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	/*left: 50px;*/
	position: relative;
	float: left;
	background-image: url(../images/country_bg.jpg);
}

#everything_box {
	width: 125px;
	height: 125px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	/*left: 50px;*/
	position: relative;
	float: left;
	background-image: url(../images/everything_bg.jpg);
	clear: right;
}

.box_links {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #191919;
	opacity: .85;
	filter:alpha(opacity=85);
	padding-left: 5px;
}

#box_bottom {
	background-color: #191919;
	height: 10px;
	width: 890px;
	padding: 5px;
	position: absolute;
	border-top: 1px solid #999;
	opacity: .85;
	filter:alpha(opacity=85);
	bottom: 0;
	color: #999;
	font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
	left: 0;
}

#footer_links {
	float: right;
}

#footer_links p {
	margin: 0;
}

.dkgry {
	color: #333;
}

#address {
	float: left;
	padding: 0px;
	margin: 0;
	height: 8px;
}

#address p {
	margin: 0;
}