body {
	background-color:#000;
	color:#555;
	width:100%;
	margin:10px auto;
	/* font-family: "trebuchet ms", verdana, tahoma, arial, "sans serif"; */
	font-family: "Ubuntu", "frutiger linotype", frutiger, georgia,  verdana, "trebuchet ms", tahoma, arial, helvetica, "sans serif";
}
.container {
	width:80%;
	margin:auto;
}
h1 {
	font-size:2.0em;
	margin:0;
	padding:0;
	color:#fcfcee;
}
#galleries img {
	margin:10px auto;
	padding:10px;
	background-color:#111;
	border: 1px #eee solid;
	text-align:center;
}
#galleries a {
	color:#999;
	font-size:0.8em;
	text-decoration:none;
	padding:0;
	margin:0;
}
#galleries a:hover {
	color:#d00;
	font-size:0.8em;
	text-decoration:none;
	border-bottom:#c00 dotted 1px;
}
.separator {
	border-bottom: 1px #600 dotted;
	margin:8px 0px;;
}
ul {
	text-align:left;
	list-style-type	:circle;
	padding:0 12px;
	margin:0;
}
#galleries li {
	padding:0;
	margin:0;
}
#galleries tr {
	height:1px;
}
#galleries td {
}
p.image {
	border-bottom: 1px #999 dotted;
	padding-bottom:8px;
	font-weight:bold;
	color:#ddd;
}
#siteinfo {
	text-align:right;
}
#siteinfo img, #title img {
	border:none;
}
