﻿body
{
    background: #bfa57f;
   
    padding: 1em;
    
    color: #393035;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
	width:90%;

	
}
H1 {text-align:left; top: 20px;  color:#3a2c25;  vertical-align:middle;}
A{color:#292a33;text-decoration:none;background-color:#c2b9b0;border: 2px inset transparent;}
A:hover{background:#c3b0b1;border: 2px outset #c5aeb0;}
A:active{background: #c5aeb0; }
tr{vertical-align:top;}

.seaHuts
{
 top:20px; 
 left:130px;
 width:50%;
 height:314px;
 position:absolute;
}
.titleDiv
{
 top:20px; 
 right:0px;
 width:50%;
 height:314px;
 position:absolute;
}
.content {
	left:130px;
	top:360px;
	position:absolute;
	width:80%;
	height:80%;	
}
.menuTree {
	top:20px;
	left:0px;
	width:110px;
	height:80%;
	position:absolute;
	border-style: none;
}
.menuTree A{display:block; background-color:transparent; color:#292a33;width:100%;text-decoration:none;margin: 2px; padding:2px; border: 2px inset #c5aeb0;}
.menuTree A:hover{background:#c3b0b1;border: 2px outset #c5aeb0; width:100%;}
.menuTree A:active{background: #c5aeb0; border: 2px inset #c5aeb0;}

.albumTitle {font-style:italic; color:#3b2d24;}
#events UL {list-style-type: circle; list-style-position: outside; }
#events LI {margin:2px;padding:2px;}

