body{
	margin: 10 10 0 0;
	background: white url(images/mainbg.jpg);
	background-repeat: repeat-y;
}
h2 {
	color: #800080;
	font-style: oblique;
	font-size: x-large;
	font-variant: small-caps;
}
h3 {
	color: #000000;
	font-size: large;
}
td {
	vertical-align: top;
	text-align: left;
	padding: 10 10 10 10;
}

td.maincontent {
	text-align: left;
	font-family:Georgia;
/* background: white url(images/bg2.jpg); */
}

td.vtour {
	text-align: center;
	padding: 0 2 0 0;
	font-size: smaller;
}

table.packages {
	border: black 1px solid;
}

.packages td {
	font-size: 10pt;
	border: black 1px solid;
	padding: 10px 30px 20px 15px;
	}

table.pkghead {
	width: 100%;
	border: none;
}

.pkghead td {
	text-align: left;
	font-family:Georgia;
	color: blue;
	font-size: 14pt;
	padding: 0 0 0 0;
	border: none;
}

table.price {
	width: 100%;
	border: none;
}

.price td {
	font-weight: bold;
	border: none;
	}

table.tight {
	border: black 1px solid;
	border-collapse: collapse;
}
.tight td {

	text-align: left;
	font-family:Georgia;
	font-size:smaller;
	color: #600060;
	padding: 3 10 3 10;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-left: none;
	border-right: none;
}

table.tightnb {
	border-collapse: collapse;
}
.tightnb td {

	text-align: left;
	font-family:Georgia;
	font-size:smaller;
	color: #600060;
	padding: 3 10 3 10;
}

hr {
	color: #333333;
}
a {
	cursor: pointer;
	text-decoration:none;
}
a:hover {
    color: #0000ff;
}
div.box {
	/* background: #aaaaee; */
	background: white url(images/bg2.jpg);
	border: black 1px solid;
	padding: 5 5 5 5;
}
div.box a {
	color: #800080;
}
div.box a:hover {
	color: #ff6666
}

.dropcap {
float: left;
font-size: 230%;
font-style: italic;
font-family: fantasy;
padding: 1px 3px 0 0;
margin-right: 0.03em;
margin-bottom:-0.25em;
line-height: 80%;
color: #333333;
}

.starlist {
text-align: left;
font-size: 95%;
list-style-image: url(images/lblustar.gif);
}

.mbtext {
	font-family:Georgia;
	text-align: left;
}

.mbhead {
	font-family:Georgia;
	font-size: large;
}
.roomtitle {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	color: blue;
}

.menulinks{
	width: 145;
	list-style-type: none;
	margin: 5px auto 10px 18px;
	padding: 0;
	color: #800080;
	background: #e0c3e0;
	text-align: left;
}

.menulinks li{
	padding-bottom: 1px;
	color: #800080;
	font-variant: small-caps;
	background: url(images/menubg3.jpg);
}
.menulinks li a{
	color: #000000;
/*	color: #600060; */
	padding: 3px 5px 5px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-top: 2px ridge #800000;
	border-bottom: 2px ridge #800000;
}
.menulinks a:hover {
	color: #ffffff;
	background: url(images/menubg2.jpg);
	text-decoration: none;
}

#home #nav-home a,
#rooms #nav-rooms a,
#packages #nav-packages a,
#vtour #nav-vtour a,
#history #nav-history a,
#reservations #nav-reservations a,
#giftcerts #nav-giftcerts a,
#attractions #nav-attractions a,
#directions #nav-directions a,
#contact #nav-contact a,
#rentals #nav-rentals a
{
	background: url(images/menubg.jpg);
}




/* player container */
div.player {
/*	height:240px;
	width:320px; */
	height:290px;
	width:400px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin: 10px 15px 0px 0px;
}

/* play button */
div.player img {
	margin-top:85px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(images/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:67px;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

