/* CSS Document */

body	{
	background-color: #7E7E7E;
	}

#banner	{
	background-image: url(ban_final.gif);
	background-repeat: no-repeat;
	}
	
#booking	{
	border: thin dotted #5F5F5F;
	font-weight: bold;
	}
#form	{
	border: thin solid #5F5F5F;
	padding: 5px;
	}

.main	{
	background-image: url(water.jpg);
	background-repeat: repeat;
	color: #D4D0C8;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD403D;
	border-right-color: #CD403D;
	border-bottom-color: #CD403D;
	border-left-color: #CD403D;
	}
	
.content	{
	background-color: #FFFFFF;
	text-align: left;
	border: medium solid #000000;
	

	}
	
.writer	{
	border: thin dotted #5F5F5F;
	}
	
p	{
	color: #000000;
	font-family: "Arial", Courier, mono;
	font-size: 12px;
	}
	
p.quote	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		}
	
h1	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	}

h2	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	}
		
blockquote	{
	color: #000000;
	font-family: "Arial", Courier, mono;
	font-size: 12px;
}

a:link	{
	color: #CC1111;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
a:visited	{
	color: #CC1111;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
a:hover	{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.alpha	{
	font-size: 9px;
	}

.name	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F5F5F;
	font-weight: bolder;
	
}


/*Rollover Menu*/

html {
     overflow: -moz-scrollbars-vertical;
}


dl, dt, dd, ul.class li.class{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dl#menu {
width: 500px;
font-size: 8pt; 
font-family: verdana, sans-serif, geneva;

}
dl#menu dt {
color:#E41F46;
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
text-indent: 2px;
font-weight: bold;
border: 0px;
background: #ffffff;
}

dl#menu dt:hover {
color:#000000;
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
text-indent: 2px;
font-weight: bold;
border: 0px;
background: #ffffff;
}

dl#menu dd {
border: 0;

}
dl#menu li.menu {
text-align: left;
text-indent: 0px;
background: #fff;
list-style-type: disc;

}

dl#menu dt a {
color: #f7931e;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;

}

dl#menu li.menu a {
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
font-weight: lighter;

}

dl#menu li.menu a:hover, dl#menu dt a:hover {
background: #D5F7FF;
font-weight: bold;

}


	ul.bullet {
		padding-left: 20px;
		margin-left: 20px;
		list-style-type: circle;
		font-family: arial;
		font-size: 12px;
		color: black;
	}

