html{
    height:100%;
}
body{
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #66FFFF;
	background-image: url(img/bcg_water2.jpg);
}
#body_container{
	height:100%;
	min-height:100%;
	width:630px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	padding: 25px;
}
h1 {
	font-size: 32px;
	font-style: normal;
	text-align: center;
}

body > #body_container{
    height:auto;
}

#footer{
	width:880px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 10px;
	text-align: center;
}
img .main {
	border: 1px solid #000066;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

img .photo {
	border: 1px solid #000000;
	background-color: #0000FF;
	height: 240px;
	width: 360px;
	float: right;
	margin: 5px;
}

#box {
	width: 95%;
	border: 1px solid #0000CC;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 300px;
	float: none;
	clear: both;
}
#box iframe{
	float: right;
}

#accesscounter {
	clear: both;
	float: right;
}
#calender td {
	overflow: visible;
	background-color: #66FFFF;
	font-size: 10px;
}
li {
	list-style-position: inside;
	list-style-image: url(img/2022/drop.png);
	font-size: 24px;
}
.list {
	padding-left: 100px;
	font-size: 24px;
	color: #0000FF;
}
