body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#333;
	margin:0;
	padding:0;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 20px;

}
#container {
	width: 100%;
	position: absolute;
	top:0;
	left:0;
}
#top {
	position: relative;
	top:0;
	left:0;
	width: 100%;
	height: 90px;
	border-bottom: #bf6000 solid 2px;
}
#menu {
	position: absolute;
	width:139px;
	margin:-110px 0 0 0;
	padding:0;
	z-index:2;
}

#nav {
	position: relative;
	width:64px;
	margin:0;
	padding:0px 0 0 0px;
	list-style: none;
	}

	
#home {
	position:absolute; 
	width:42px; 
	height:20px; 
	left: 22px; 
	top: 177px;
	text-align:right;
}
#music {
	position:absolute; 
	width:42px; 
	height:20px; 
	left: 22px; 
	top: 206px;
	text-align:right;
}
#story {
	position:absolute; 
	width:42px; 
	height:20px; 
	left: 22px; 
	top: 236px;
	text-align:right;
}
#buy {
	position:absolute; 
	width:42px; 
	height:20px; 
	left: 22px; 
	top: 267px;
	text-align:right;
}
#write {
	position:absolute; 
	width:42px; 
	height:20px; 
	left: 22px; 
	top: 298px;
	text-align:right;
}
#rocks {
	position:absolute; 
	width:42px; 
	height:20px; 
	left: 22px; 
	top: 328px;
	text-align:right;
}
#navback {
	position:absolute; 
	width:139px;
	height:600px; 
	left: 12px; 
	top: 0px;
	padding-top: 120px;
	z-index:1; 
}
#main {
	position: absolute;
	left: 144px;
	top: 114px;
	width: 584px;
	padding-left: 24px;
	padding-bottom:20px;
}
a:link {
	color: #bf6000;
	text-decoration: none;

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

}
a:hover {
	color: #ccc;
}
a:active {
	color: #bf6000;
	text-decoration: none;

}
.border {
	border: 1px solid #bf6000;
}
