body,td,th {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #996600;
	font-weight: 500;
}
body {
	background-color: #660000;
}
h1 {
	font-size: 35px;
}

/* Link styles */
a:link {color: #003bac;} 
a:visited {color: #003bac;}  
a:hover {color: #cc0000;} 
a:active {color: #cc0000;}   

.alignLeft {text-align: left;}
.alignRight {text-align: right;}

#content {
	border-left:solid 5px #660000;
/*	border-top:solid 5px #660000; */
	padding: .5em;
	text-align: center;
	vertical-align: top;
}
#content ul {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#content h1 {
	font-style: italic;
}

table.center {margin-left:auto; margin-right:auto;}
table.rates {
	border-style: none;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
table.rates td {
	padding-left: 1em; 
}
.reservation {
	font-weight:bold;
	padding-right:1em;
	padding-bottom:none;
	text-align: right;
}

#contact {
	margin-left: 40px;
	text-align: left;
}

.indent {
	margin-left: 50px;
}

img.right {
	float: right;
	border: none;
}

img.left {
	float: left;
	border: none;
	margin-right: 1em;
}
