*{
	margin: 0 ;
	padding: 0 ;
	border-width: 0 ;
	text-decoration: none ;
	list-style: none ;
}

.clearfix:after,
.collection:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
body{
	background: #000 url(images/splashlight_circlelogo.gif) no-repeat fixed bottom right ;
	color: #b5985a ;
	font-family: "Helvetica Neue", Helvetica, Arial, san-serif ;
}

div#maincol{
	width: 249px ;
	height: 3000px ;
}

	#maincol #nav{
		height: 255px ;
		left: 13px ;
		position: fixed ;
		top: 144px ;
		width: 207px ;
	}
	
		#maincol #nav h2{
			width: 207px ;
			height: 39px ;
			overflow: hidden ;
			text-indent: -9000px ;
			background: transparent url(images/site_titles.gif) no-repeat 0 0 ;
		}
	
		#maincol #nav ul{
			margin-top: 95px ;
			border-bottom: 1px dotted #b5985a ;
		}

			#maincol #nav li{
				padding: 2px 0 ;
				border-top: 1px dotted #b5985a ;
				text-align: right ;
			}
			
				a{
					color: #b5985a ;
					font-size: 12px ;
				}
				
				a:hover,
				a.current{
					color: #fff ;
				}
				
				a.current{
					font-weight: bold ;
				}
				
				a.default{
					font-weight: normal ;
				}
				
div#bar{
	top: 0 ;
	left: 230px ;
	position: fixed ;
	width: 21px ;
	height: 3000px ;
	background: #b5985a ;
}

div#subcol{
	top: 144px ;
	left: 264px ;
	position: fixed ;
	width: 201px ;
	height: 255px ;
}

	#subcol h1{
		width: 200px ;
		height: 35px ;
		overflow: hidden ;
		text-indent: -9000px ;
		background: transparent url(images/site_titles.gif) no-repeat 0 -49px ;
	}
	
	#subcol h3{
		width: 200px ;
		height: 55px ;
		overflow: hidden ;
		text-indent: -9000px ;
		margin-top: 21px ;
		background: transparent url(images/site_titles.gif) no-repeat 0 -102px ;
	}
	
	#subcol p{
		margin-top: 21px ;
		font-size: 12px ;
	}
	
		#subcol p a{
			font-weight: bold ;
		}

div#thumbcol{
	top: 0 ;
	left: 470px ;
	position: absolute ;
	width: 453px ;
	float: left ;
}

	#thumbcol .collection{
		padding: 88px 0 870px 25px ;
	}
	
		#thumbcol li{
			display: inline ;
		}

		#thumbcol a img{
			float: left ;
			width: 82px ;
			padding: 3px ;
			margin: 0 31px 31px 0 ;
			border: 1px solid #808282 ;
		}
		
		#thumbcol a:hover img{
			background: #b5985a ;
			border-color: #b5985a ;
		}