body {
	background: #fff url('../images/nav/bg-main.jpg') repeat-x 50% 0;
	background-attachment: fixed;
	margin: 0;
	}
	
body, td, th, p  {
	font-family: arial, helvetica, geneva;
	font-size: 12px;
	color: #404040;
	line-height: 1.4em;
	text-decoration: none;
	}

a:link, a:visited  {
	color: #484759; 
	background: none;
	}
a:hover  { 
	color: #000;
	background: none; 
	}

h1,h2,h3,h4,h5  {
	font-family: Georgia,"Times New Roman",Georgia Times serif;
	font-weight: normal;
	line-height: 1.2em;
	background: none;
	color: #722513;
	text-decoration: none;
	}
h1  {
	font-size: 18px;
	margin: 1em 0 -.5em 0;
	}
h2  {
	font-size: 15px;
	margin: 1em 0 0 0;
	}
h3  {
	font-size: 15px;
	margin: 0;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
ul {
	list-style: none;
	padding-left: 15px;
	}
ul li {
	background: url('../images/nav/bullet-arrow.gif') no-repeat 0 5px;
	padding: 0 0 0 15px;
	}

/* --- Layout -------------------------------------------------------- */
#contentleft {
	padding: 1em 4em 1em 4em;
	}
#contentright {
	padding: 1.5em 0 0 0;
	}
.artistblock {
	border: 0px solid red;
	margin: 1.75em 0 0 0;
	}

.footer {
	color: #999;
	}
.footer a, .footer a:visited {
	color: #999;
	}
.footer a:hover {
	color: #000;
	text-decoration: underline;
	}	
	

/* --- Misc --------------------------------------------------------- */
.clear {
	clear: both;
	}
.address, .address p  {
	font-family: "Trebuchet MS", verdana, arial, heletica, sans-serif;
	color: #808080;
	text-align: left;
	padding-left: 3px;
	}
.fineprint {
	font-family: "Trebuchet MS", verdana, arial, heletica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	color: #737373;
	}

/* --- Forms -------------------------------------------------------- */
form { margin: 0; padding: 0; }



