body {
	/* background-image:url(images/wooden.jpg); */
	background:url(images/wooden.jpg) repeat fixed center;
	/* background-size: 70%; */
	/* background-repeat: repeat-y; */
	/* background-position: center top; */
}

body, a:link, a:visited, a:active, a:visited {
	color:#E39F18; /* yellow */
}

div.hidden {
	display:none;
}

.pictureSection {
    font-family: "Bree Serif", serif;
	font-size:14.0pt;
    animation: blinker 1.5s linear infinite alternate;
}

@keyframes blinker {
	0%, 50%, 100% {
		opacity: 1; /* Fully visible */
	}
	25%, 75% {
		opacity: 1; /* Invisible */
		background-color:#666600; /* Green */
	}
}

.pictureSectionCurrent {
    font-family: "Bree Serif", serif;
	font-size:14.0pt;
}

#tableMain{
	width: 1024px;
	height:768px;
}

.menu{
    font-family: "Bree Serif", serif;
	background:url(images/wooden.jpg); 
	height:50px;
	text-align:center;
	font-size:25px;
    table-layout: fixed;
    width: 100%; 
}

.menu a{
    text-decoration: none;
}  

.menu a:hover{
	color:#666600; /* green */
}

.menu td{
	width:16%;
    padding: 10px;
	border-top-left-radius:20%;
	border-top-right-radius:20%;
}

.social{
	width:30px;
	height:30px;
	float:right;
}

.panelMain{
    background:url(images/swamp_bkgrnd.jpg) center;
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center top;
	/* background:url(images/wooden.jpg) repeat; */
	/* background:url(images/images/wooden.jpg) no-repeat fixed center; */
	/* border-radius:25px; */
	/* background-size: 70%; */
	/* border-bottom-left-radius:25px; */
	/* border-bottom-right-radius:25px; */
	/* background-position:bottom; */
	/* text-align:center; */
}

.panelContact{
    background:url(images/green.jpg) center;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
