body {
	background-image: url('/images/eJeffLogoBG3.jpg');
	background-color: #5DAA17;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Avant Garde", Futura, Helvetica, Verdana, Arial, Sans-Serif;
}

.container {
	position: relative;
	top: 390px;
	margin: 0 auto 0 auto;
	width: 900px;
	
}

.letterodd {
	width: 420px;
	float: left;
	clear: both;
}

.lettereven {
	width: 420px;
	float: left;
}

.story {
	font-size: 11px;
	color: #222222;
}

.description {
	width: 900px;
	text-align: left;
	margin-bottom: 10px;
}

.nav {
	z-index: 10;
	position: absolute;
	top: -110px;
	left: 80px;
	text-align: right;
	line-height: 16px;
}

.track {
	width: 300px;
	text-align: right;
	overflow: visible;
}

.songname {
	text-align: right;
	position: relative;
	top: -5px;
}

a:link {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	
}
a:hover { 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #00ffdd;
}
a:active {
	text-decoration: none;
	font-size: 12px;
	
}
