html {
	background:#ccc;
}

body {
	/*-moz-border-radius:20px;*/
	font:10px verdana, sans-serif;
	margin:0px;
	background:#eee;
	color:#333;
	margin: 0 auto;
	width:760px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
a {
	text-decoration: none;
	color: #369;
}
a:link {
}
a:visited {
}
a:hover, a:active, a:focus {
	color: #369;
}
h1 {
	/*-moz-border-radius:20px 20px 0 0;*/
	font: 32px Georgia, garamond, times, serif;
	margin:0;
	padding:20px 0 5px 5px;
	background:#369;
	color:#fff;
}
#logo {
	float:right;
	margin-right:5px;
}
#hotlog {
	position:absolute;
	visibility:hidden;
}
#prev, #next {
	display:block;
	padding:5px;
	border:1px solid #bbb;
	/*-moz-border-radius:5px;*/
	background:#ddd;
	text-decoration:none;
	margin:0 10px 10px;
}
#prev {
	float:left;
}
#next {
	float:right;
}
#image {
	text-align:center;	
}
.imgwrapper {
	float: left;
	padding: 5px;
	margin: 10px;
}
.imgwrapper span {
	display:block;
	text-align:center;	
}
.imgwrapper img {
	border:1px solid #999;
	/*-moz-border-radius:5px;*/
}
.imgwrapper a:visited img {
}
.imgwrapper a:hover img, .imgwrapper a:focus img {
	border:1px solid #000;
}
.imgwrapper a:hover, .imgwrapper a:focus {
	color:#000;
}
#single {
	border:1px solid #999;
	/*-moz-border-radius:5px;*/
}
#desc {
	border-color:#ddd;
	border-style:solid;
	border-width:1px;
	text-align:center;
	clear:both;
	margin:5px 40px;
	padding:5px;
}
#credit {
	background:#666;
	/*-moz-border-radius:0 0 20px 20px;*/
	color:#fff;
	text-align:center;
	margin:10px 0 0;
	padding: 5px;
	clear:both;
}
#credit a {
	color:#fff;
	border-bottom:1px dotted #ddd;	
}
#directories, #breadcrumb {
	margin:0;
}
#breadcrumb {
	padding:5px;
	background:#333;
	color:#fff;
	margin-bottom:10px;
}
#breadcrumb a, #breadcrumb a:hover, #breadcrumb a:active {
	color:#fff;
	border-bottom:1px dotted #ddd;	
}
#dirdesc {
	padding:4px;
	border-bottom:1px solid #ddd;	
}
#gallery {
	margin:10px;
}
#directories ul {
	list-style:circle;
	padding-bottom:5px;
}
#directories li {
	margin:2px 0;
}
#directories h2 {
	font:14px georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:15px;
	margin-top:10px;
}
#directories h3 {
	font:12px georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:20px;
	margin:0;
}