body, html {
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	}

body, h1, h2, h3, h4, h5, p {
	color: #E8E8E8;
	font-family: Verdana, Tahoma, sans-serif;
	}

p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}

p {
	margin:20px;
	font-size: 13px;
	font-weight: normal;
	}
p a {
	color: #A9BDE2;
	text-decoration: underline;
	}

p a:visited {
	color: #A9BDE2;
	}

p a:hover {
	color: white;
	}

a: visited {
	color: white;
	}

 #container {
	min-width: 670px;
	height:100%;
	padding:0;
	margin:10;
	} 

#textcontent {
	height:auto;
	position: absolute;
	left: 25%;
	background: url('img/blue-bg-tr2.png') repeat;
	width: 660px;
	text-align: left;
	background-color: transparent;
	padding:20px;
	margin:0 30px 0 0;
	z-index:1;
	}

#textcontent h1, h2, h3, h4, h5 {
	margin-left: 10px;
	}
#textcontent p {
	padding-bottom: 10px;
	}

#photo-accent {
	position: fixed;
	left: 40px;
	z-index: 0;
	height: 520px;
	width: auto;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
		}

#fading-picture {
	width: 210px;
	background-image: url('img/filmstrip1.png');
	background-position: top center;
	padding:0;
	margin: 0;
	border: 0;
	}
	
#fading-picture img {
	padding:0;
	margin:0;
	}

#footer {
	width: auto;
	clear: both;
	position:absolute;
	bottom: 0;
	height: 50px;
	padding: 25px 0 0 0;
	}


div.nav {
	text-align: left;
	font-size: 15px;
	margin-left: 10px;
	margin-bottom: 25px;
	letter-spacing: .2em;
	}
.nav a {
	color: #E8E8E8;
	text-decoration: none;
	}
.nav a:hover {
	text-decoration: none;
	color: #A9BDE2;
	}
.current {
	color: #A9BDE2;
	}

img.header-img {
	margin-top: 20px;
	margin-bottom: 20px;
	}
p.musiclist {
	margin-left: 30px;
	}
.caps {
	text-transform: uppercase;
	}
.small {
	font-size: 11px;
	}
div.clear-both {
	width:100%;
	height:100px;
	clear:both;
	}
