html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, fieldset, form, label, legend, table, caption
{
margin: 0;
padding: 0;
border: 0;
} 

body {

	text-align: center;
}

/* General Layout */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 1076px;
	background: url('../images/website-background-home-guitar-med.jpg') no-repeat;
}

#main_header {
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 165px;
}

#main_body {
	float: left;
	position: relative;
	display:inline;
	padding: 0;
	margin: 0 100px 0 100px;
	width: 600px;
}

p {
	font-family: "Courier New", monospace;
}

/* end general layout */

#nav_wrapper {
	width: 800px;
	background: transparent;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: none;
}

#nav_wrapper span {
	display: none;
}

#nav_wrapper a {
	display:block;
	margin-bottom: 40px;
	background: url('../images/nav_buttons_2.png');	
}

#nav_bar {
	float:left;
	display:inline;
	width:700px;
	height: 140px;
	border: none;
	margin: 0 0 0 70px;
	padding: 0;
}

/* BIG */
#nav_wrapper  #home{
	float: left;
	width: 140px;
	height: 92px;
	background-position: 0 0;
	margin-top:16px;
	margin-bottom: 32px;
	
}


#nav_wrapper  #collection{
	float: left;
	width: 136px;
	height: 41px;
	background-position: -288px -144px;
	margin-top: 59px;
	margin-left: 25px;	
}


#nav_wrapper  #press{
	float: left;
	width: 84px;
	height: 50px;
	background-position: -288px -288px;	
	margin-bottom: 10px;
	margin-top: 80px;
	margin-left: 5px;
}


#nav_wrapper  #contact{
	float: left;
	width: 101px;
	height: 23px;
	background-position: -288px -432px;	
	margin-top: 77px;
	margin-left: 25px;
}

/* Body */
#main_body span {
	display:none;
}


#descriptions
{
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	
	margin-top: 200px;
}

#descriptions p {
	color: #666666;
	text-align: justify;
	margin: 0 0 1em 0;
}

#descriptions .kaileeni {
	display:inline;
	font-weight: normal;
	font-style: italic;
	color: #d76d03;
}

#descriptions .bio {
	font-size: 1em;
	margin-top: 4em;
}