﻿html {
	margin: 0;
	padding: 0;
}
body {
	font: 80% geneva, verdana, arial, sans-serif;
	background-color: #000;
	color:#888;
}
* {
	margin: 0;
	padding: 0;
}
h1 {
	font: 25px geneva, verdana, arial, sans-serif;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:6px;
	color: #000;
	margin: 0;
	padding: 0;
}
h2 {
	font: 10px geneva, verdana, arial, sans-serif;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #888;
	margin: 0;
	padding: 0;
}

p {
	margin: 0px;
	padding: 0px;
}
.c {
	text-align:center;
}
a {
	letter-spacing:2px;
	color: #888;
	text-decoration:none;
	padding: 0px 10px 0px 10px;
}
a:hover {
	color: #000;
	text-decoration:none;
}

#header {
	background: #000 url(../img/header.jpg);
	height: 65px;
	width: 700px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#main {
	background: #fff url(../img/main.jpg) no-repeat bottom right;
	height: 426px;
	width:700px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}
#main p{
	padding-top:50px;
}
#maintitle {
	width:350px;
}
#bio {
	background: #fff url(../img/mike_guitar2.jpg) no-repeat bottom left;
	height: 426px;
	width:700px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}
#contact {
	background: #fff url(../img/contact.jpg) no-repeat;
	letter-spacing:3px;
	height: 426px;
	width:700px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
}
#contact p{
	padding:50px 0 0 50px;
}
#contact a {
	letter-spacing:1px;
	color: #888;
	text-decoration: underline;
	padding-left: 15px;
}
#contact a:hover {
	color: #000;
	text-decoration: underline;
}
#form {
	padding: 20px 0px 0px 30px;
}
#shop {
	background-color: #fff;
	height: 426px;
	width:700px;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow:auto;
}
#mp3 {
	height: 300px;
	width:300px;
	text-align:center;
}
#shop p {
	color:#444;
	padding:10px;
	letter-spacing:2px;
}
#links {
	background: #fff url(../img/links.jpg) no-repeat top left;
	height: 426px;
	width:700px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}
#faq {
	background: #fff url(../img/faq.jpg) no-repeat top right;
	height: 426px;
	width:700px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
}
#footer {
	padding-top:10px;
	color: #888;
	text-align: center;
	text-transform: uppercase;
	letter-spacing:5px;
}
#footer a {
	display: inline;
	color: #888;
	text-decoration:none;
	padding: 0px 20px 0px 10px;
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
#footer a#current {
	color: #fff;
	text-decoration:none;
}
#column1 {
	height: 426px;
	width:50%;
	float: left;
	overflow:auto;
}
#column2 {
	height: 426px;
	width:50%;
	float: left;
	overflow:auto;
}
#column1 p {
	color:#000;
	padding:10px;
	text-align:center;
}
#column2 p {
	color:#000;
	padding: 2px 10px 0px 10px;
	text-align:justify;
	text-indent: 20px;
}
img {
	border:0px;
}

#lightbox { 
	position : absolute;
	left : 0;
	width : 100%;
	z-index : 100;
	text-align : center;
	line-height : 0;
} 
#lightbox a ..img { 
	border : none;
} 
#outerImageContainer { 
	position : relative;
	background-color : #fff;
	width : 250px;
	height : 250px;
	margin : 0 auto;
} 
#imageContainer { 
	padding : 10px;
} 
#loading { 
	position : absolute;
	top : 40%;
	left : 0%;
	height : 25%;
	width : 100%;
	text-align : center;
	line-height : 0;
} 
#hoverNav { 
	position : absolute;
	top : 0;
	left : 0;
	height : 100%;
	width : 100%;
	z-index : 10;
} 
#imageContainer > #hoverNav { 
	left : 0;
} 
#hoverNav a { 
	outline : none;
} 
#nextLink { 
	width : 49%;
	height : 100%;
	background : transparent url(../img/blank.gif) no-repeat;
	display : block;
} 
#prevLink { 
	width : 49%;
	height : 100%;
	background : transparent url(../img/blank.gif) no-repeat;
	display : block;
} 
#prevLink { 
	left : 0;
	float : left;
} 
#nextLink { 
	right : 0;
	float : right;
} 
#prevLink:visited:hover { 
	background : url(../img/prev.gif) no-repeat left 15%;
} 
#prevLink:hover { 
	background : url(../img/prev.gif) no-repeat left 15%;
} 
#nextLink:visited:hover { 
	background : url(../img/next.gif) no-repeat right 15%;
} 
#nextLink:hover { 
	background : url(../img/next.gif) no-repeat right 15%;
} 
#imageDataContainer { 
	font : 10px verdana, helvetica, sans-serif;
	background-color : #fff;
	margin : 0 auto;
	line-height : 1.4em;
	overflow : auto;
	width : 100%;
} 
#imageData { 
	padding : 0 10px;
	color : #666;
} 
#imageData #imageDetails { 
	width : 70%;
	float : left;
	text-align : left;
} 
#imageData #caption { 
	font-weight : bold;
} 
#imageData #numberDisplay { 
	display : block;
	clear : left;
	padding-bottom : 1em;
} 
#imageData #bottomNavClose { 
	width : 66px;
	float : right;
	padding-bottom : 0.7em;
} 
#overlay { 
	position : absolute;
	top : 0;
	left : 0;
	z-index : 90;
	width : 100%;
	height : 500px;
	background-color : #000;
} 


form {
	padding: 25px 0px 0px 50px;
}


#contact input, #contact textarea {
	
	padding: 2px;
		
	margin-bottom: 5px;

	border: 1px solid #ccc;

}



#contact input.submit-button {

	width: 75px;

	float: right;

	color:#444;
}

hr { 
border : 0 none;
border-top : 1px solid #ccc;
width : 75%;
height : 1px;
text-align : center;
clear : both;
padding : 2px 0 2px 0;

