/* CSS Document */

a:link, a:visited {
	text-decoration:none;
	color:#BFBFBF;
}

a:hover {
	text-decoration:underline;
	color: #C78C0A;
}

a:active {
	color:#FFCC00;
}

 ul li.selected {
 	text-decoration:none;
	color:#A96C00;
 }

div#galleries {
	text-align: center;
	margin: 10px 0 0 0;
}

div.article {
	position: relative;
	border-bottom: dotted 1px #895613;
	border-top: dotted 1px #895613;
	text-align: left;
	width: 700px;
	height: 108px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}

div.article + div.article {
	border-top: none;
}

div.article h3 {
	position: absolute;
	left: 50px;
	top: 20px;
}

div.article h4 {
	position: absolute;
	left: 50px;
	top: 60px;
	font-size:.8em;
}

img.gallery_thumb  {
	margin: 10px 0 -20px 500px;
	padding: 0;
	height: 100px;
}

div#site_info {
	clear: both;
	font-size: .8em;
	text-align: right;
	padding:5px 0 20px 0;
	width: 860px;
	color:#333;
	margin: 20px auto 0 auto;
	border: none;
}

div#site_info span {
	text-align: center;
	border: none;
}
