/* CSS Document */

/* Authored By: Tobias Switzer */
/* August 6, 2008 11:43 PM EST */
/* Client: Echo Park Studios */

/* Purpose of style sheet is as follows:*/
/* This style sheet was created to be called upon by the echopark.com site for formatting purposes */

/* BODY */

body {
	background-image:  url(images/echobg.gif); 
	background-repeat:no-repeat; 
	background-position:top center; 
	background-attachment:fixed
	}


	
/* CONTENT */	
	
.listheader {
	color:#000000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	}
	
.listcontent {
	color:#000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	}
	
.peoplecontent {
	color:#000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height:17px;
	}	

.contactcontent {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	}

.bioheader {
	color:#820d0d;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	}
	
.bigbioheader {
	color:#820d0d;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	}
	
/* FOOTER */

.copyright {
	color: #666666; 
	font-family: arial; 
	font-size:10px
	}	