body{
	margin: 0 0 0 0;
	background: white;
}
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:comic sans ms,verdana,Georgia;
/* background: white url(images/bg2.jpg); */
}

.mbtext {
	font-family:comic sans ms,verdana,Georgia;
	text-align: left;
}

.mbhead {
	font-family:comic sans ms,verdana,Georgia;
}

.footer {
	font-family:comic sans ms,verdana,Georgia;
}

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;
}
.tightnb th {

	text-align: left;
	font-family:Georgia;
	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-top: 3;
line-height: 80%;
color: #333333;
}

.starlist {
text-align: left;
font-size: 95%;
list-style-image: url(images/lblustar.gif);
}


.menulinks{
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	text-align: center;
}

.menulinks li{
	padding-bottom: 1;
	color: #800080;
	font-variant: small-caps;
	background: #0099cc;
}
.menulinks li a {
	color: #000000;
	padding-top: 10;
	padding-bottom: 10;
	font-size: 12px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-top: 2px ridge #0000dd;
	border-bottom: 2px ridge #0000dd;
}
.menulinks a:hover {
	color: #ffffff;
	background: #06bbee;
	text-decoration: none;
}

#home #nav-home a,
#brental #nav-brental a,
#crental #nav-crental a,
#directions #nav-directions a,
{
	background: #66ccff;
}

