a:link {
	color: #993300;
	}

a:visited {
	color: #000000;
	}

a:hover {
	color: #FF3300;
	}

a:active {
	color: #FF3300;
	}

body { 
	color: #003300; 
	background: #336633;
	font-family: arial, geneva, helvetica, sans-serif ; 
	margins: 0;
	position: relative;

	}

	
h1 { 
	color: #990000; 
	font-size: 20px; 
	text-align: center;
	}

h2 { 
	color: #990000; 
	font-size: 18px; 
	text-align: center;
	}
	
h3 { 
	color: #990000; 
	font-size: 12px; 
	margin-left: 1em;
	}
	
tr.white { 
	font-size: 12px;
	} 

tr.green { 
	color: #000000; 
	background: #99CC99 ; 
	font-size: 12px;
	} 
	
tr.rust {
	color: #ffffff; 
	background: #993300 ;  
	font-weight: bold;  
	font-size: 12px;
	} 
	
#content {
	margin: 150px 20px 10px 150px;
	padding: 0px;
	background: #ffffff;
	}	
	

	
#header-picture {
	position: absolute;
	top: 20px;
	right: 30px;
	}
		
#logo-top {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	}
	
#logo-bottom {
	position: absolute;
	top: 140px;
	left: 10px;
	display: block;
	}
	
#menu {
	position: absolute;
	top: 220px;
	left: 10px;
	width: 120px;
	height: 600px;
	}
	
#page {
	border: 2px solid #663300;
	background: #99cc99;
	min-width: 750px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
.bottom-links {
	margin-left: 150px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	}
	
.cabins {
	width: 90%;
	}
	
.cabins td img {
	padding: 2px;
	border: 2px solid #663300;
	}
	
.copyright {
	text-align: center;
	font-size: 10px;
	border: 1px solid #663300;
	background: #669966;
	padding: 5px;
	margin: 10px auto 5px auto;
	width: 400px;
	}

.img-border {
	padding: 2px;
	border: 2px solid #663300;
	}
	


