/* Cabana CSS */


body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg2.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
#footer {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/footer.gif);
	height: 54px;
	width: 775px;
}
#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 296px;
	width: 775px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 776px;
}
#nav {
	margin: 0px;
	padding: 0px;
	width: 767px;
	height: 64px;
	background-color: #CDE6C0;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #014278;
	border-bottom-color: #014278;
	border-left-color: #014278;
}
#menu {
	height:64px;
	list-style-type:none;
	margin:0;
	padding:0;
	background-color: #CDE6C0;
}
#content {
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
	padding:20px 30px;
}

#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	display:inline;
	float:left;
}

#menu li a {
	display:block;
	float:left;
	overflow:hidden;
	color: #014278;
	margin: 0 8px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	height: 39px;
	padding: 25px 11px 0px 50px;
	font: bold 16px/16px Arial, Helvetica, sans-serif;
	white-space: nowrap;
	background-image: url(images/linkBg.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #CDE6C0;
}

#menu li a:hover, #menu li a:active{
	background-image: url(images/linkBgOver.gif);
}

body    
	{
	color: #004990;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/bg2.jpg);
	background-attachment: fixed;
}
body
	{scrollbar-base-color: #D3E7C5; 
scrollbar-arrow-color: #ffffff;
scrollbar-DarkShadow-Color: #9DC978; 
}

h1, h2, h3, h4, h5, h6 
	{font-family: "Times New Roman", Times, serif; color: #004990; letter-spacing: 8px; text-indent: 12px}
address
	{color: #004990; font-style: normal; font-variant: small-caps; text-align: center}
#month
	{background-color: #CDE6C0; color: #004990}
#days
	{background-color: #F48BB5; color: #004990}
a:link { color: #004990 }
a:visited { color: #004990 }     
a:active { color: #004990 }
.img {
	padding: 3px;
	margin: 3px;
	border: 3px solid #9DC978;
}
