@charset "UTF-8";
body {background-color:#000;}
#container {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	
}
#container #head {
	height: 260px;
	width: 798px;
}
#container #butttop {
	background-image: url(images/ferrybutback.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 798px;
}
#container #butttop ul {
	list-style-type: none;
	margin: 0px;
	padding: 4px 0px 0px;
}
#container #butttop ul li {
	display: inline;
	color: #AC781E;
}
#container #butttop ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #AC781E;
	font-size: 20px;
	height: 39px;
	width: 798px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
}
#container #butttop ul li a:hover {
	color:#9C620F;
	margin-top: 6px;
}




#container #ferry {
	background-image: url(images/ferryback.png);
	background-repeat: no-repeat;
	height: 731px;
	width: 798px;
}
#container #ferry table {
	margin-left: 20px;
}
#container #ferry table caption {
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase;
	padding-top: 10px;
}
#container #ferry table tr td {
	border: thin solid #333;
}
#container #ferry table tr th {
	border: thin ridge #333;
}
#container #ferry table tr .dpink {
	background-image: url(images/white35.png);
	background-repeat: repeat;
}
#container #ferry table tr .pink {
	background-color: #A4762D;
}
