#container {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #66CC66;
	width: 100%;
	height: 1000px;
}
#header {
    background-color: #66CC66;
    background-image:url(../images/cabin_logo.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 170px;
	padding: 0;
	margin: 0;
}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
}
#menubar {
	background-color: #006600;
	background-position: left;
	text-align: center;
	padding: 6px;
	width: 100%;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font: bold;
	font-size: 80%;
	letter-spacing: 2px;
	color: #FFFFFF;
}
ul li {
    display: inline;
	}
li a:link {  color: #99FF99; text-decoration: none}
li a:visited {  color: #66FF66; text-decoration: none}
li a:hover {  color: #FFFFFF; text-decoration: none ! important }
#bigimage {
	background-color: #99FF99;
	background-image: url(../images/roses_pale.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.maintext {
    width: 50%;
	background-color: transparent;
	position: absolute;
	left: 25%;
	top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.4em;
	color: #006600;
	text-align: left;
}
.maintext a:link {  color: #003300; text-decoration: none}
.maintext a:hover {  color: #FFFFFF; text-decoration: none ! important }
.mainbold {
font-weight: bold;
color: #003300;
}
h2 {
	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 1.5em;
	color: #006600;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #003300;
	letter-spacing: 1px;
}
.maintext img {
float: left;
margin-top: 15px;
margin-right: 12px;
margin-bottom: 12px;
border-style: solid;
border-width: 1px;
border-color: #000000;
}
.clear {
clear: both;
}
#footer {
    width: 60%;
	height: 15px;
	background-color: transparent;
	padding-top: 15px;
	position: absolute;
	left: 20%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #006633;
	text-align: center;
}
#footer a:link {  color: #009933; text-decoration: none}
#footer a:hover {  color: #00FF66; text-decoration: none ! important }
