#gallery .focus {
	width: 1000px;	
	float:left;
}

#holder {
	width: 100%;	
	overflow: hidden;
	margin:auto;
}

#gallery {
	width:100%;	
}
body {
	text-align:left;
	font-family:Helvetica;
	font-size:20px;
	color:#666;
	padding:15px;
}

#header {
	border-bottom: 1px solid #666;
	padding-bottom:5px;	
	margin-bottom:20px;
}

#container {
	width:100%;
	overflow:hidden;	

}

iframe {
	display:none;	
}

#navigation li {
	list-style:none;
	display:block;
	position:absolute;
	top:0px;
	font-size:12px;
	height:25px;
	width:25px;
	padding-right:10px;	
}

.thumb {
	width: 90px;	
}

#header a {
	text-decoration:none;
	color:#000;	
}

.archive {
	float:right;
	font-size:14px;	
	padding-left:15px;
	position:relative;
	top:5px;
}

#gallery a {
	text-decoration:underline;	
}