
*{
	margin: 0;
	padding: 0;
	}

body{
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 100;
	line-height: 1.5em;	
	}

#banner{	
	/* position: fixed; */
	top: 0;
	left: 0;
	width: 100%;
	height: 392px;
	background-color: #e5e4e5;
	background-image: url(http://www.thomasfeiner.com/images/cocteau/random.php); 
	/* background-image: url(http://www.thomasfeiner.com/images/cocteau/cocteau1.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
	}





#bodyindex { 
	background: #1e1707;
	background-image: url(http://www.thomasfeiner.com/images/texture_gold.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	/* background-attachment: fixed; */
	}

#bodybiography { 
	background: #7b6138;
	background-image: url(http://www.thomasfeiner.com/images/texture_biography.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	/* background-attachment: fixed; */
	}

#bodytracklist { 
	background: #7b6138;
	background-image: url(http://www.thomasfeiner.com/images/texture_tracklist.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	/* background-attachment: fixed; */
	}

#bodylinks { 
	background: #c2222c;
	background-image: url(http://www.thomasfeiner.com/images/texture_links.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	/* background-attachment: fixed; */
	}

#bodyabout { 
	background: #7b6138;
	background-image: url(http://www.thomasfeiner.com/images/texture_about.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	/* background-attachment: fixed; */
	}

#bodymultimedia { 
	background: #c2222c;
	background-image: url(http://www.thomasfeiner.com/images/texture_multimedia.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	/* background-attachment: fixed; */
	}




#container {
	width: 980px;
	margin: 10px auto 0 50px;
	border: 0;
	position: relative;
}


#containerred {
	width: 980px;
	margin: 10px auto 0 45px;
	border: 0;
	position: relative;
}





#sidebar{ 
		float: left;
		width: 260px; 
		padding-top: 40px; 
		}
		
		



#content{ 
		float: right;
		margin: 90px 10% 90px auto; 
		width: 588px; 
		padding: 0 0 0 15px; 
		border-left: 1px solid #FFF; 
		border-bottom: 25px;
		}
		


#sidebarred{ 
		float: left;
		width: 260px; 
		padding-top: 140px; 
		}
		
		



#contentred{ 
		float: right;
		margin: 90px 10% 90px auto; 
		width: 588px; 
		padding: 0 0 0 15px; 
		border-left: 1px solid #FFF; 
		}
		








h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF; 
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	color: #FFFFFF; 
}


a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	font-style:italic;
	text-decoration: none;
	background-color: transparent;
}

a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	font-style:italic;
	text-decoration: none;
	background-color: transparent;
}

a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #c2222c;
	font-style:italic;
	text-decoration: none;
	background-color: transparent;
}


/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	text-align: right;
	}

#sidebar h2 a{ font-family: Arial, sans-serif; font-weight: normal; font-size: 13px; font-style: normal; letter-spacing: 1px; line-height: 2em; color: #fff; text-decoration: none; }
#sidebar h2 a:hover{  }

#sidebarred a{
	color: #fff;
	text-align: right;
	}

#sidebarred h2 a{ font-family: Arial, sans-serif; font-weight: normal; font-size: 13px; font-style: normal; letter-spacing: 1px; line-height: 2em; color: #fff; text-decoration: none; }
#sidebarred h2 a:hover{  }

#navigation a{
	display: block;
	padding: 0;
	background-color: transparent;
	}

#navigation a:hover{
	background-color: transparent;
	}	


