* {
	margin:0px;
	padding:0px;
}

body {
	background:url(images/headerbg.png) #fefefe top left repeat-x;
	text-align: center;
	font-family: 'Treburcht MS', 'Lucida Grande';
	color:#030303;	
}

h2 {
	font-weight: normal;
	font-size: 200%;
	color:#aaa;
	text-align: right;
	text-transform: uppercase;
}

#container {
	width:1000px;
	margin:0px auto;
}

#header h1 {
	background: url(images/logo.png) top left no-repeat;
	width:450px;
	height:125px;
	float: left;
}

#header h1 span {
	display: none;
}

#nav {
	float:left;
	margin: 15px 0px 0px 0px;
	width: 550px;
	list-style: none;
	font-size: 95%;
	text-align: right;
}

#nav li {
	margin:0px 5px;
	display: inline;
	text-transform: uppercase;
}

#nav li a {
	padding:0px 0px 0px 0px;
	text-decoration: none;
	color:#aaa;
}

#nav li a:hover {
	color:gray;
}

	#showcaseouter {
	border:5px solid black;
	background:black;
	width:95%;
	height:532px;
	position:relative;
	top:100px;

	}
	#showcase {
	width:100%;
	height:532px;
	background:75% 75% no-repeat;
	}	
	

#content {
	clear:both;
	width:820px;
	margin:0px auto 0px auto;
	position: relative;
	top:-70px;
	padding:0px;
}

#spread {
	padding:20px 0px;
	text-align: center;
	clear:both;
	width:820px;
	margin:0px auto;
}



#spread dl {
	float:left;
	margin:10px;
	width:170px;
}

#spread dl dt {
	display: none;
	text-align: left;
	padding:2px 5px;
}

#spread dl dd.photo img {
	float:left;
	border:5px solid #020202;
}

#thumbs {
float:left;
padding: 20px 0px 0px 20px;
}

#thumbs dl {
	float:left;
	margin:0px 0px 15px 15px;
}

#thumbs dl dd {
	float: left;
	clear:left;
	width: 140px;
	min-height: 4em;
	text-align: center;
}

#thumbs dl a img {
	border:5px solid #999999;
	width: 130px;
	height:130px;
}

#thumbs dl a:hover img {
		border:5px solid #020202;
}

#split {
	width:100%;
padding:10px 0px;
float:left;
margin: 20px auto;
}

#split dl {
	float: left;
	width:95%;
	clear:left;
	margin:0px 0px 10px 0px;
	padding:10px 0px
}

#split dl dt {
	width:38%;
	text-align: right;
	float:left;
	color:#ddd;
	font-size: 300%;
	clear:left;
	margin:0px 10px 0px 0px;
}

#split dl dd {
	text-align: left;
	font-size:300%;
	color:#aaa;
	width:58%;
	float:right;
}

#footer {
	position: bottom;
	bottom:0px;
	clear: both;
	margin: 0px auto;
		border-bottom: 0px solid #ccc;

}

	
	