body {
	background-color: #FCFCE6;
	font-family: Comic Sans MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #FFFF00;
	margin: 0;
	/*overflow : hidden;*/
	scrollbar-3d-light-color : #088908;
	scrollbar-dark-shadow-color : #088908;
	scrollbar-face-color : #088908;
	scrollbar-highlight-color : #088908;
	scrollbar-shadow-color : #088908;
	scrollbar-arrow-color : #FFFFCC;
	scrollbar-track-color : #6FBC22;
}

td {
	font-size: 1.0em;
	line-height: 1.2em;
	color: #FFFF00;
}

div.content {
	overflow: auto;
	position: relative;
	width: 540;
	/*height: 100%;*/
}

div.waterbrand {
	background-image:url(waterbrand.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}

td.logo {
	background-image: url(logo.jpg);
}

td.menu {
	background-image: url(bgmenu.jpg);
}

td.content {
	padding-left:10px;
	background-image: url(bgcontent.jpg);
}

h1 {
	font-size : 2.0em;
	font-weight: bold;
	font-family: Arial Black, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 0.9em;
	color: #004500;
}

h2 {
	font-size : 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}

h3 {
	font-size : 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}

a:link, a:active, a:visited {
	color: #feec52;
	text-decoration : none;
}

a:hover{
	color : #feec52;
	text-decoration : underline;
}

a.menu:link, a.menu:active, a.menu:visited {
	width: 170px;
	height: 35px;
	color: #FFFFCC;
	margin-left: 25px;
	padding-left: 45px;
	text-decoration: none;
	line-height:30px;
	display: block;
}

a.menu:hover {
	background-image: url(selected.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #FFFFCC;
	text-decoration: underline;
}

a.selected:link, a.selected:active, a.selected:visited {
	background-image: url(selected.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #FFFFCC;
	width: 170px;
	height: 35px;
	margin-left: 25px;
	padding-left: 45px;
	line-height: 30px;
	display: block;
}

div.menu {
	background-image: url(menu.jpg);
	width:170px;
	padding:0px;
}

/* guestbook */
.label {

}

.inputfield {
	width: 260px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.textfield {
	width: 350px;
	height: 120px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

input.button {
	font-family: Comic Sans MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #FFFFCC; 
	border: 1px solid #0A7E0A;
	height: 24px; 
	background-color: #088908;
}

div.gbook {
	width: 500px;
	margin: 10px auto;
	padding: 5px;
	overflow: auto;
}

div.gbook p, div.gbook h3 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #088908;
}

div.paging {
	text-align: center;
}

p.message {
	margin-top: 0px;
	line-height: 18px;
}

p.error {
	margin-top: 10px;
}

.messagehead {
	color : #0A7E0A;
	font-weight : bold;
}

a.headlink:link, a.headlink:active, a.headlink:visited {
	color : #0A7E0A;
	font-weight: bold;
	text-decoration : none;
}

a.headlink:hover{
	color : #0A7E0A;
	font-weight: bold;
	text-decoration : underline;
}

.date {
	color : #81f410;
	line-height: 20px;
}

/*PhotoAlbum*/
.nav1 {
	height:25px;
	width:49%;
	text-align: center;
	float: left;
	padding-top: 2px;
	color: ffffcc;
}

.nav2 {
	height:25px;
	width:50%;
	text-align: center;
	float: right;
	padding-top: 2px;
	color: ffffcc;
}

.nav {
	height:25px;
	width:100%;
	background-image: url(menu.jpg);
	border-bottom: 2px solid #004500;
	text-align: center;
}

div.photo {
	position: relative;
	width: 100%;
	text-align:center;
	background-color: #fffbff;
}

table.bgphoto {
	background-color: #088908;
}