@charset "utf-8";
a {
	color: #efefef;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-image: url(imgs/BKG_beach.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}
body.boat {
	background-attachment: fixed;
	background-image: url(imgs/BKG_boat.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.plane {
	background-image: url(imgs/BKG_plane.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.bridge {
	background-attachment: fixed;
	background-image: url(imgs/BKG_bridge.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.trees {
	background-image: url(imgs/BKG_trees.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#container #footer {
	position: absolute;
	bottom: 0px;
	width: 860px;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(imgs/BKG_content.png);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


td img {display: block;}

#container {
	position: relative;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 550px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#container #content {
	display: inline;
	float: right;
	width: 480px;
	position: relative;
	padding: 0px;
	font-family: "“Trebuchet MS”", sans-serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 1.4em;
	color: #FFFFFF;
	background-image: url(imgs/BKG_content.png);
	background-repeat: repeat;
}

#container #content p {
	padding-right: 12px;
	padding-left: 15px;
}
#container #content p em {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}
#container  #content  small  {
	font-size: 11px;
}

#container  #content  ul#nav {
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 480px;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	position: relative;
	background-color: #428073;
}

#container #content #nav li {
	display: inline;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
	margin: 0px;
	font-family: "“Trebuchet MS”", sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.0em;
	color: #BBCA91;
}
