body {
	background-color: #6495ED;
}
.wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #EEEEEE;
	position: relative;
	border-top: thin solid #999999;
	border-right: thin solid #999999;
	border-left: thin solid #999999;
	height: 520px;
}
.toptextback {
	position:relative;
	top:90px;
	background-color: #D2B48C;
	height: 120px;
	width: 380px;
	text-align: left;
	left: 180px;
	padding-left: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000033;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}
.toptext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 420px;
	line-height: normal;
	text-indent: 15px;
	color: #000033;
	text-align: left;
	position: relative;
	top: 20px;
}
.myphoto {
	height: 232px;
	width: 261px;
	position: absolute;
	float: left;
	left: 60px;
	top: 5px;
}
.menubox {
	height: 160px;
	width: 200px;
	text-indent: -9999px;
	float: left;
	clear: both;
	top: 120px;
	left: 30px;
	position: relative;
}
.news {
	background-color: #DDDDDD;
	padding: 20px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	border: 1px double #FFFFFF;
	float: right;
	position: relative;
	top: 100px;
	right: 70px;
}
a#btnguitars {
    display: block;
    width: 200px;
    height: 30px;
    background: url(../images/btn_guitars.png) no-repeat;
}
a#btnguitars:hover {
    background-position: 0 -30px;
}
a#btncds {
    display: block;
    width: 200px;
    height: 30px;
    background: url(../images/btn_cds.png) no-repeat;
}
a#btncds:hover {
    background-position: 0 -30px;
}
a#btngigs {
    display: block;
    width: 200px;
    height: 30px;
    background: url(../images/btn_gigs.png) no-repeat;
}
a#btngigs:hover {
    background-position: 0 -30px;
}
a#btnphoto {
    display: block;
    width: 200px;
    height: 30px;
    background: url(../images/btn_photo.png) no-repeat;
}
a#btnphoto:hover {
    background-position: 0 -30px;
}
a#btnsa {
    display: block;
    width: 200px;
    height: 30px;
    background: url(../images/btn_sa.png) no-repeat;
}
a#btnsa:hover {
    background-position: 0 -30px;
}
.homefooter {
	width: 750px;
	background-color: #EEEEEE;
	text-align: right;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: right;
	position: relative;
	bottom: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-right: 50px;
	padding-bottom: 10px;
}
.counter {
	position:relative;
	width:700px;
	margin:0 auto;
	visibility: hidden;
}

