/* ------------------------------------------------------ FORMAT ------------------------------------------------------ */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #7A7070;
	z-index: 0;
	}
	
ul, li {
	list-style: none;
	}
	
body {
	text-align: center;
	min-width: 1000px;
	background-color: #000000;
	}
	
div.format {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	}
.masthead h1 a{
	width:280px;
	height:155px;
	display: block;
	text-indent:-5000px;
}
.splashleft h1 a{
	width:677px;
	height:300px;
	display: block;
	text-indent:-5000px;
}
.splashleft h2,.masthead h2, .masthead p{
	text-indent:-5000px;
}
/* ------------------------------------------------------ TYPOGRAPHY AND HYPERLINKS ------------------------------------------------------ */
	
h3 {
	color: #CAC2C2;
	}
	
	h3.artist_name {
		text-align: right;
		}
	
p {
	line-height: 150%;
	margin-bottom: 10px;
	}
	
	p.artist_name {
		color: #CAC2C2;
		text-align: right;
		}
		
	p.contact {
		color: #7A7070;
		}
		
	p.private_view {
		line-height: normal;
		margin: 0px;
		}
		
strong.private_view {
	font-weight: normal;
	cursor: pointer;
	}
	
a, a:visited, a:active, a.footer:hover {
	color: #7A7070;
	outline: none;
	}
	
	a.footer, a.footer:active, a.footer:visited, 
	a.content_menu, a.content_menu:active, a.content_menu:visited, 
	a.contact:hover {
		color: #4F4949;
		}
		
	a:hover {
		color: #CAC2C2;
		}
		
	a.content_menu:hover, a.contact, a.contact:active, a.contact:visited{
		color: #FFFFFF;
		}


a:focus
{
-moz-outline-style: none;
}
/* ------------------------------------------------------ FOOTER ------------------------------------------------------ */

div.footer {
	width: 950px;
	margin-top: 50px;
	padding-bottom: 35px;
	color: #4F4949;
	clear: both;
	float: left;
	}
	
	div.footer#fixed {
		position: fixed;
		bottom: 0px;
		}
		
	div.footer#relative {
		position: relative;
		}
	
ul.footer {
	list-style: none;
	display: inline;
	}
	
 ul.footer li {
	color: #4F4949;
	border-right: 1px solid #4F4949;
	padding-right: 8px;
 	margin-right: 8px;
 	float: left;
 	}
 /* ------------------------------------------------------ DDP LOGO ------------------------------------------------------ */

	
#ddp {
	display: block;
	float: right;
	height: 12px;
	width: 88px;
	padding: 0;
	margin: 0;
}
/* Hides from IE-mac \*/
#ddp { overflow: hidden; }
/* End hide from IE-mac */

#ddp a {
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -5000px;
	width: 88px;
	height: 12px;
	background-image: url(../images/ddp.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
#ddp a:hover {
	background-position: 0 -12px;
	background-color: transparent;
}