
html {
	overflow-y: scroll;
}

/* Base */
body {
	margin: 15px 0 0 10px;
	padding: 0;
	background-color: #FFF;
	background-image: URL(../photos/img/bg00.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #000;
	line-height: 120%;
	text-align: left;
}

/* SubTitle */
.SubTit {
	width: 700px;
	height: auto;
	margin: 0;
	padding: 4px 12px;
	font-weight: bold;
	background-color: #ADD8E6;
	overflow: hidden;
}

/* PtotoContainer */
.picContainer {
	width: 700px;
	height: auto;
	margin: 5px 0;
	padding: 0;
	overflow: hidden;
}

.PicContainer img {
	float: left;
	width: auto;
	height: auto;
	margin: 5px 5px;
	padding: 0;
	border: solid 1px #000;
	overflow: hidden;
}

.SubNav {
	width: 700px;
	height: auto;
	margin: 0;
	padding: 0 5px 15px 0;
	text-align: right;
	overflow: hidden;
}

.copyright {
	width: 700px;
	height: auto;
	margin: 0;
	padding: 5px 5px 10px 0;
	color: #808080;
	text-align: right;
	overflow: hidden;
}

