body {
	background-image: url('bg.jpg');	
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Arial";
}
.wrap {
	width: 860px;
	margin: auto auto;
	margin-top: 210px;
}
	.wrap .nav {
		width: 520px;
		font-family: "Helvetica";
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 20px;
	}
		.wrap .nav a {
			color: #000;
			text-decoration: none;
			margin-right: 2px;
		}
		.wrap .nav a:hover {
			color: #9dc541;
		}
		.wrap .nav a.current {
			color: #ae5693;
		}
	.wrap .content {
		width: 520px;
		
		margin-top: 13px;
		
		font-size: 11px;
	}
		.wrap .content .foot {
			padding-top: 20px;
			text-align: center;
			font-size: 11px;
			font-weight: bold;
			line-height: 12px;
		}
h1,h2,h3 {
	margin-bottom: -3px;
}
h1 {
	color: gray;
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 0.9em;
}
a {
	color: #669933;
}
a:hover {
	color: #ff99cc;
}

div#gallery {
	padding: 5px;
}

span.datum {
	margin: 3px;
	color: #666;
	font-size: 10px;
}