body {
	background-color: #F3CF54;
	background-image: url(images/cardwall.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin: 10px 4%;
}

p {
	text-align: justify;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #330000;
}

a {
	color: #330000;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC66;
	text-align: right;
	padding: 0 5;
}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCC66;
	padding: 0 5px;
}
a:hover {
	color: #DEDECA;
	background-color: #330000;
}

.footer {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFF99;
	bottom:10px; 
	width: 280px;
	margin-left: 65%;
	text-align: center;
	position: fixed;
}


.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

img { 
	border: thick double #950000; 
}
img.logo { 
	border:none;
	float: left;
/*	margin-right: 1em;*/
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	clear: left;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.center {
	text-align: center;
}

ul {
	list-style-image: url(images/s-side17.jpg);
}
.roomimage {
	text-align: right;
}
#port img {
		margin: 20px;
}
#port a:hover {background-color: inherit;
}

.before {
	clear: both;
	width: 40%;
	float: left;
}
.after {
	clear: right;
	width: 58%;
	float: right;
}