* { margin:0; padding:0; }

body {
	background: #6c2902;
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #804916;
	line-height: 130%;
	text-align: center;
	}

h1 {
	font-size: 24px;
	color: #2171c2;
	font-weight: normal;
	line-height: 140%;
	}

#container {
	background: url("images/bkgd4.jpg");
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1006px;
	height: 1100px;
	}

#guitar {
	border-right: 3px solid #421b08;
	border-left: 3px solid #421b08;
	border-bottom: 3px solid #421b08;
	background: url("images/AltGuitar.jpg") no-repeat;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 1100px;
	}
			
#oppdes {
	float: left;
	margin-left: 10px;
	width: 200px;
	height: 170px;
	font-size: 11px;
	}

#oppdes p {
	text-align: left;
	margin-left: 10px;
	color: #f6cb8f;
	}
	
#oppdes a:link {
	text-decoration: none;
	color:#f6cb8f;
}

#oppdes a:hover {
	background:#343537;
	color: #6c2902;
}

#oppdes a:visited {
	text-decoration: none;
	color:#f6cb8f;
}	

	
#headspace {
	width:900px;
	height:45px;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	}
	
#headspace p {
	text-align: right;
	margin-right: 10px;
	color: #ffffff;
	}
	
#headspace a:link {
	text-decoration: none;
	color:#f6cb8f;
}

#headspace a:hover {
	background:#343537;
	color: #6c2902;
}

#headspace a:visited {
	text-decoration: none;
	color:#f6cb8f;
}

#space {
	background: url("images/MP3.jpg") no-repeat;	
	margin-left: 559px;
	width: 500px;
	height: 170px;
	font-size: 11px;
	}
	

#nav {
	float: left;
	display: inline;
	border: 2px solid #343537;
	background: url("images/NavBkgd.jpg");
	width: 171px;
	height: 543px;
	margin-left: 255px;
	padding: 10px 10px 0px 10px;
	text-align: center;
	}
	
#nav ul {
	list-style-type: none;
	text-align: left;
	padding:0px;
	margin:0px;
    }	
	
#nav li{
	list-style-type: none;
	text-align: left;
	padding:0px 0px 30px 15px;
	margin:0px;
    }	

#content {
	border: 2px solid #343537;
	background: #f6cb8f;
	width: 450px;
	min-height: 543px;
	float: left;
	margin-left: 30px;
	padding: 10px 15px 0px 15px;
	}
	
#content a:link {
	color: #2171c2;
	text-decoration: none;
	}
	
#content a:hover {
	background: #2171c2;
	color: #f6cb8f;
	}

#content a:visited {
	color: #000000;
	text-decoration: none;
	}

p {
	padding-bottom: 10px;
	}