body, html {
	background: #333 url('/images/guitarbg.jpg') top left no-repeat;
	color: #ddd;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 960px;
	height: 900px;
	margin: 0 auto;
}

#content {
	margin: 0;
	padding: 0;
}

#left {
	float: left;
	width: 230px;
	padding: 15px 5px 15px 25px;
}

#right {
	float: right;
	width: 570px;
	padding: 15px 30px 15px 100px;
}

#bottom {
	margin: 0 auto;
	clear: both;
}

#footer {
	padding: 3px 10px;
	background-color: #242424;
	font-size: 14px;
	border-top: 1px solid #1a1a1a;
}

#footer p {
	line-height: 150%;
	padding: 20px 5px;
}

#header {
	margin-top: 10px;
	margin-bottom: 15px;
	background: #333 url('/images/title.png') no-repeat;
	width: 600px;
	height: 100px;
}

#contact {
	margin-top: 20px;
	text-align: right;
}

#photobar {
	text-align: center;
	margin: 5px auto;
	background-color: #242424;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	padding-top: 7px;
	padding-bottom: 7px;
}

#photobar img {
	border: 1px solid #1a1a1a;
	margin-right: 6px;
}

#photobar img.last {
	border: 1px solid #1a1a1a;
	margin-right: 0;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 5px 0 40px 0;
}

#nav li {
	display: inline;
	margin: 0;
	margin-right: 4px;
	padding: 4px 6px;
	font: normal 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #b01b21;
	color: #fff;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topright: 6px;
}

.list {
	list-style: square;
	line-height: 1.7em;
}

.slist {
	list-style: square;
	line-height: 1.6em;
	font-size: 12px;
}

.inner {
	width: 960px;
	margin: 0 auto;
}

h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 40px auto;
	display: none;
}

h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 20px;
	text-shadow: 0px 0px 7px #000;
}

h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 30px auto 3px auto;
	border-top: 1px solid #777;
}

h3.faq {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

#a1, #a2, #a3, #a4 {
	display: none;
}

p {
	line-height: 1.5em;
}

li {
	line-height: 1.5em;
}

hr {
	margin: 2em auto;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	width: 85%;
}

img {
	border: 0;
	padding: 0;
}

* html #right {
	margin-top: -100px;
}

a.faq, a:link.faq, a:active.faq, a:visited.faq, a:hover.faq {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

a.img, a:link.img, a:active.img, a:visited.img, a:hover.img {
	background-color: #242424;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

a, a:link, a:visited, a:hover {
	background-color: #b01b21;
	color: #fff;
	padding: 1px 4px;
	text-decoration: none;
}
