body {
	background-color: #6e5e45;
	/* background-image: url("images/site_bg.jpg"); */
}

td {
	background-color: transparent;
	font-size: 12px;
	color: #484135;
	font-family: verdana;
	line-height: 1.5em;
}






td.content {
	background-image: url("images/content_bg.jpg");
}

p.indent {
	padding-left: 10px;
	padding-top: 0px;
}

.pageHeader {
	color: #6e5e45;
	font-weight: bold;
}

.filmTitle {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}


.artist {
	font-weight: bold;
	text-transform: uppercase;
}

.albumTitle {
	font-style: italic;
}




#tooLong {
	width: 675px;
	height: 500px;
	overflow: auto;	
	
}



/* SUB NAVS  */

#nav_music_sub {
	display: none;
	position: absolute;
}


#nav_bio_sub {
	display: none;
	position: absolute;
}



/* CLIENT UPLOAD  */

.clientsTitle {
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.clientsContent {
	background-color: #FFF;
}

.clientsDim {
	background-color: #FFF;
}



a:link {
	color: #a71e1b;
}

a:hover {
	color: #ae6600;
}

a:active {
	color: #ae6600;
}

a:visited {
	color: #81796c;
}