@charset "utf-8";

/* CSS Document */

#wrapper {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
}
#header {
	background: #FFF;
}
#header h1 {
	padding-left: 20px;
}
#header ul {
	width: 840px;
	overflow: hidden;
	height: 38px;
}

#header ul li {
	float: left;
	border-top: 1px dashed #333;
	border-left: 1px dashed #333;
	border-bottom: 1px dashed #333;
}
#header ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	width: 139px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 36px;
}
#header ul li a:hover {
	background: #BEEBD3;
}
#header ul li#navitop {
	border-left-style: none;
}
#contents {
	clear: both;
	float: left;
	width: 840px;
	padding-top: 10px;
}
#contents h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	padding-bottom: 4px;
	padding-left: 30px;
}
#contents #photolist {
	background: #FFF;
	border-top: 1px solid #999;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contents #photolist img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
#contents #photolist #gallerytext {
	clear: both;
}



#sidebar {
	float: right;
	width: 225px;
	padding-left: 15px;
}
#sidebar #gallerymenu {
	width: 225px;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#sidebar #gallerymenu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	padding-bottom: 4px;
}
#sidebar #archivesmenu {
	width: 225px;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#sidebar #archivesmenu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	padding-bottom: 4px;
}
#footer {
	clear: both;
	height: 30px;
	width: 840px;
	padding-top: 30px;
	text-align: right;
}
#footer li {
	display: inline;
}
#footer li a {
	text-decoration: none;
	text-align: center;
	width: 50px;
	padding-right: 1em;
	padding-left: 1em;
}
