body
{
    background-color:#fbfde2;
    color:#000;
    padding:0px;
    font-family:Georgia,Palatino,serif;
    font-size:medium;
    margin-left:0;
    margin-right:0;
    margin-top:0;

}


a:link {color: #5b4e3e;}
a:visited {color: #38261c;}
a:active {color:#38261c;}
a:hover {color:#333;}

h1
{
    font-size:16pt;
    font-style:italic;
    font-weight:bold;
    margin-top:2px;
    margin-bottom:2px;
    font-family:Georgia,Palatino,serif;
    color: #455032;


}
h2
{
    font-size:12pt;
    font-weight:bold;
    font-style:italic;
    margin-top:2px;
    margin-bottom:2px;
    font-family:Georgia,Palatino,serif;
    color: #455032;


}
h3
{
    font-size:10pt;
    font-weight:bold;
    margin-top:2px;
    color: #455032;
}

h4
{
    font-size:8pt;
    font-weight:bold;
    color: #455032;
}

#header
{
    background-image:url(images/bg_header.jpg);
    background-repeat:no-repeat;
    height:112px;
    text-align:left;
    border-bottom:#83c5ff solid 5px;
    padding:0;
    margin:0;
}
#header img
{
    border:0;
    
}

#nav {
    color:#FFF; 
    font-family:Georgia,Palatino,serif;
    width:165px;
    font-size:10pt;
    float:left;
}

#nav a:link {color:#455032;text-decoration:none;padding:2px;}
#nav a:visited {color:#455032;text-decoration:none;padding:2px;}
#nav a:active {color:#455032;text-decoration:none;padding:2px;}
#nav a:hover {color:#8eb560;text-decoration:none;padding:2px;}

#nav ul {
    margin-top:5px;
    padding-left:0;
    margin-left:0;
    line-height:150%;
    width:165px;
}

#nav ul li {
    list-style-image:url(images/bullet.png);
    list-style-position:inside;
    margin-left:0;
    width:165px;
    padding:3px;

}


#photostrip {
	float:right;
	margin-left:40px;
	width:305px;
	text-align:right;
	font-size:x-small;
}

#photostrip img {
	border:0;
	margin:1px;
	width:275px;
        height:200px;
}
#photostrip2 {
	text-align:right;
	clear:both;
        
}

#photostrip2 img {
	border:0;
	margin:1px;
	width:275px;
        height:200px;
}


#content
{
    color:#000;
    padding:10px 30px 30px 30px;
    text-align:left;
    margin-left:150px;

}

#content p:first-letter {
	font-size:14pt;
    	font-weight:bold;
    	color: #455032;
}
#footer {
	font-size:9pt;
	color:#666;
	clear:both;
	margin:50px 5px 5px 5px;
}

.highlight {
	background-color:#abbc8e;
	padding:3px;
	border:1px solid #666;
	margin:5px;
}

#rates {
	margin-left:50px;
}
#rates table {
	border:0;
	border-collapse:collapse;
}

#rates td {
	padding:2px 30px 2px 2px;
	border:0;
}

#watermark {
	background-image:url(images/bg_cabin_lg.png);
	background-repeat:no-repeat;
	background-position:20% 0;
	height:500px;
}


