body {
	padding: 0;
	margin: 0;
	border: none;
	background: black;
	font-family: Helvetica, Arial;
	font-size: 11pt;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 12pt;
	margin: 0px 0px 0.4em 0px;
}

p {
/*	margin: 0px 0px 2.3em 0px */
	margin: 0px 0px 1.2em 0px
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: rgb(96, 198, 244);
}

.footnote {
	font-size: 9pt;
}

.contact-icons img {
	margin: 7px;
}

#container {
	width: 678px;
	margin: auto auto;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 768px;
	height: 216px;
}

#menu {
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 68px;
}

#guitar img {
	display: block;
}

#content {
	padding: 10px 50px;
	background-color: white;
	min-height: 300px;
}

.play-icon, .pause-icon {
	overflow: hidden;
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	float: right;
	display: inline;
}

.play-icon {
	background-position: -190px -21px;
}

.pause-icon {
	background-position: -89px -21px;
}

.menu-item {
	position: relative;
	float: left;
	top: 21px;
	height: 25px;
}

.menu-item div {
	margin-left: 20px;
}

.menu-item:hover div {
	background-image: url(../images/menubar.png);
	background-position: -190px -21px;
}

#home {
	left: 34px;
	width: 80px;
}

#about {
	left: 55px;
	width: 80px;
}

#services {
	left: 78px;
	width: 98px;
}

#demo {
	left: 104px;
	width: 77px;
}

#blog {
	left: 129px;
	width: 64px;
}

#contact {
	left: 154px;
	width: 94px;
}

#iphone-icons {
	position: relative;
	top: 9px;
	left: 429px;
	border-collapse: collapse;
}

#iphone-icons td {
	padding: 1px 9px;
}

.pink {
	color: rgb(222, 0, 142);
}
