html {
	height: 100%; 
	max-height: 100%;  
	padding: 0; 
	margin: 0; 
	border: 0; 
	font-size: 76%; 
	font-family:  trebuchet ms, tahoma, verdana, arial, sans-serif; 
	/* hide overflow: hidden from IE5/Mac */ 
	/* \*/ 
	overflow:  hidden; 
	/* */ 
}

body {
	height: 100%; 
	max-height: 100%; 
	overflow: hidden; 
	padding: 0; 
	margin: 0; 
	border: 0;
}
#content {
	display: block; 
	font-family: georgia;
	font-weight: bold;
	height: 100%; 
	max-height: 100%; 
	overflow: auto; 
	padding-left: 180px; 
	position: relative;
	z-index: 3;
}
#masthead {
	position: absolute; /*fixed; */
	margin: 0; 
	top: 0; 
	right: 18px; 
	display: block; 
	width: 100%; 
	height: 100px; 
	border-bottom: 4px solid #A0522D;
	z-index: 5; 
	color: #fff;
	background: url("Images/Backgrounds/Ferry_60x.gif") #ffffff;
	background-repeat:  no-repeat;
	background-position:  100% 0%;
}
span#company_name {
	position: absolute;
	top: 11%;
	right: 25%;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	color: #A0522D;
	overflow:hidden;
	display:inline-block;
}
span#motto1 {
	position: absolute;
	top: 57%;
	left: 27%;
	width: 100%;
	min-width: 50%;
	font-size: 1.5em;
	font-weight: bold;
	color: navy; /*#A0522D;*/
	overflow:hidden;
	display:inline-block;
}
span#motto2 {
	position: absolute;
	top: 73%;
	left: 65%;
	width: 100%;
	min-width: 50%;
	font-size: 1em;
	color: navy;
	overflow:hidden;
	display:inline-block;
#	filter:alpha(opacity=100); 
#	-moz-opacity: 1.0; 
#	opacity: 1.0;
}
span#title {
	position: absolute;
	font-style: italic;
	font-weight: bold;
	top: 28%;
	left: 19%;
	width: 100%;
	font-size: 2em;
	color: #A0522D;
	overflow:hidden;
	display:inline-block;
}
#footer {
	position: fixed; 
	margin: 0; 
	bottom: -1px; 
	/*right: 58px;*/
	left: 180px; /*150px;*/
	display: block; 
	width: 83.5%;/*100%; */
	height: 25px; 
	background: #fff;/*#A0522D; */
	color: #A0522D; /*#fff; */
	text-align: center; 
	font-size: 1em; 
	border-top: 2px solid #A0522D;
	z-index: 4;
}

#sidebar {
	position: fixed; 
	left: 0; 
	top: 0; 
	margin-top: 2%;
	height: 100%; 
	width: 180px;
	background: url("Images/Backgrounds/faisan.gif");
	color: #A0522D;
	background-position: 0 100px;
	font-size: 1em; 
	border-right: 2px solid #A0522D;
	z-index: 4;
}
span#A/NT {
	left: 10%;
	width: 80%;
	font-size: 1.2em; 
	font-weight: bold;
	z-index: 12;
}
	
* html #masthead, * html #footer,* html #sidebar {
	position: absolute;
}

#pad1 {
	display: block; 
	width: 18px; 
	height: 100px; 
	float: left;
}
#pad3 {
	display: block; 
	width: 18px; 
	height: 25px; 
	float: left;
	background: transparent;
}
.pad2 {
	display: block; 
	height: 100px;
}
#short_mission {
	margin-left: 50%;
	margin-right: 10%;
	text-align: center;
	font-style: italic;
	font-size: 1.35em;
	font-weight: bold;
	color: #A0522D;
}
#presentation {
	position: relative;
	left: 38%;
	width: 45%;
	text-align: left;
	font-weight: normal;
	font-size: .95em;
	/*border: solid 1px black;*/
	/*float: right;*/
}
.push {
	text-decoration: underline;
	color: blue;
}	
#content p {
	padding: 5px;
	font-weight: bold;
}
#content h2#legal {
	text-align: center;
/*	left: 38%;
	width: 75%;*/
	padding: 5px;
	color: #A0522D;
	border-bottom: 5px solid #A0522D;
}
#content h3 {
	padding: 5px;
	text-align: center;
	text-decoration: underline;
	color: #A0522D;
}
#content h4 {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	color: #8B4513;
}
#content h5 {
	padding: 5px;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	text-decoration: underline;
	color: #00008B;
}
#page_content {
	position: absolute;
	top: 105px;
	background-position: 0 100px;
	background: transparent;
	float: right;
	z-index: 0;
}
.artblurb {
	font-style: italic;
}
#front_links {
	text-align: center;
	left: 10%;
/*	width: 80%;*/
	font-size: 1.15em;
	height: 2em
	font-weight: bold;
	color: #A0522D;
}
#left-links {
	text-align: center;
	width: 35%;
	padding-left: 10%;
	float: left;
	color: red;
	font-size: .95em;
}
#left-links p {
	border: 6px solid #A0522D;
	border-style: inset;
	background-color:  moccasin;
}
#left-links p:hover {
	background-color: burlywood; /*#99aabf;*/
}
#left-links p.fillinthebottom {
	text-align: center;
	float: right;
	color: white;
	border: none;
	background: transparent;
	float: left;
	width: 35%;
	padding-left: 10%;
}
#right-links {
	text-align: center;
	width: 35%;
	padding-right: 10%;
	float: right;
	color: red;
	font-size: .95em;
}
#right-links p {
	border: 6px solid #A0522D;
	border-style: inset;
	background-color:  moccasin; /*#A0522D;*/
}
#right-links p:hover {
	background-color: burlywood; /*#99aabf;*/
}
#right-links p.fillinthebottom {
	text-align: center;
	float: right;
	color: white;
	border: none;
	background: transparent;
	float: right;
	width: 35%;
	padding-right: 10%;
}
p.fillinthebottom {
	text-align: center;
	float: right;
	color: white;
	border: none;
	background: transparent;
	float: right;
	width: 35%;
	padding-right: 10%;
}
div.links {
	width: 100%;
	padding-left: 5%;
	border-top: 4px solid #A0522D;*/
}
div.links ul {
	border-bottom: 4px solid #A0522D;
/*	right: 10%;
	width: 70%;*/
	list-style-type: none;
}
div.links img {
	list-style-image: none; 
}
div.links p {
	/*color: #A0522D;*/
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.50em;
}
div.links li {
	left: 10%;
	padding-top: .35em;
	padding-bottom: .35em;
}
div.links a {
	text-decoration:none; 
}
div.events {
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
	color: navy;
	font-size: .95em;
	border: 8px solid #A0522D;
	border-style: inset;
}
div.events a:hover {
	background-color: burlywood; /*#99aabf;*/
}
#legal_page_content {
	text-align: center;
	left: 150px;
}
.displayPhotos {
	float:right;
	margin-right: 75%;
}

.bold {
	font-size: 1.2em; 
	font-weight: bold;
}
a.nav, a.nav:visited {
	display: block;
	width: 100px; 
	height: 25px; 
	text-decoration: none; 
	color: #A0522D; 
	font-weight: bold; 
	line-height: 25px;
}
a.nav:hover {
	color: 	#153E7E;
}
.navbtn {
	left: 10px;
	width: 200px;
	/*border: 2px solid #A0522D;*/
	text-align: center;
	list-style: none; 
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold; 
	color: #A0522D;
	background: transparent;
}	

p#click_thumbs {
	position: absolute;
	top: 25%;
	left: 40%;
	text-align: center;
}
#priorbtn {
	position: absolute;
	top: 25%;
	left: 25%;
	z-index: 70;
	display: block;
}
#nextbtn {
	position: absolute;
	top: 25%;
	left: 85%;
	z-index: 70;
}
#currentThumb {
	position: absolute;
	top: 35%;
	left: 15%;
	z-index: 0;
}
#thumb1 {
	position: absolute;
	top: 35%;
	left: 20%;
	padding-bottom: 8px;
	cursor: pointer; 
}
#thumb2 {
	position: absolute;
	top: 35%;
	left: 36%;
	padding-bottom: 8px;
	cursor: pointer; 
}
#thumb3 {
	position: absolute;
	top: 35%;
	left: 52%;
	padding-bottom: 8px;
	cursor: pointer; 
}
#thumb4 {
	position: absolute;
	top: 35%;
	left: 68%;
	padding-bottom: 8px;
	cursor: pointer; 
}
#thumb5 {
	position: absolute;
	top: 35%;
	left: 86%;
	padding-bottom: 8px;
	cursor: pointer; 
}
#tmb1 {
	position: absolute;
	top: 50%;
	left: 20%;
	color:  #A0522D;
	padding-bottom: 5px;
}
#tmb2 {
	position: absolute;
	top: 50%;
	left: 36%;
	color:  #A0522D;
	padding-bottom: 5px;
}
#tmb3 {
	position: absolute;
	top: 50%;
	left: 52%;
	color:  #A0522D;
	padding-bottom: 5px;
}
#tmb4 {
	position: absolute;
	top: 50%;
	left: 68%;
	color:  #A0522D;
	padding-bottom: 5px;
}
#tmb5 {
	position: absolute;
	top: 50%;
	left: 86%;
	color:  #A0522D;
	padding-bottom: 5px;
}

img#display_field {
	position: absolute;
	top: 0;
	left: 170px;
	width: 40%;
	overflow: auto;
	z-index: 30;
	margin-top: 35%;
	margin-bottom: 25px;
	cursor: pointer; 
}
* html img#display_field {
	top: 0;
	margin-top: 35%;
	margin-bottom: 15%;
	overflow: auto;
}
div#info-1 {
	position: absolute;
	text-align: center;
	top: 0;
	margin-top: 33%;
	margin-bottom: 25%;
	float: right;
	display: inline;
	left: 65%;
	width: 30%;
	background: transparent;
	z-index: 30;
}
* html div#info-1 {
	top: 0;
	margin-top: 35%;
	margin-bottom: 25%;
	overflow: auto;
}
p#product {
	position: relative;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.3em;
}
p#heading {
	position: relative;
	font-weight: bold;
	font-size: 1.3em;
}
p#price {
	position: relative;
}
p#details {
	position: relative;
	margin-bottom: 25%;
}
#logo {
	position: absolute;
	top: 2%;
	left: 1.5%;
	z-index: 70;
}
addr {
	width: 10%;
	height: 1em;
}

img#display_bowl {
	po/sition: absolute;
	t/op: 30px;
	left: 20%;
	overflow: auto;
}
* html img#display_bowl {
	top: 30px;
	overflow: auto;
}

img#displayTile1 {
	position: absolute;
	top: 80%;
	left: 10%;
	overflow: auto;
}
img#displayTile2 {
	position: absolute;
	top: 80%;
	left: 30%;
	overflow: auto;
}
img#displayTile3 {
	position: absolute;
	top: 80%;
	left: 50%;
	overflow: auto;
}
img#displayTile4 {
	position: absolute;
	top: 80%;
	left: 70%;
	overflow: auto;
}
img#content_background {
	position: absolute;
	top: 100px;
	left: 150px;
    margin-left: auto;
    margin-right: auto;
/*	max-width: 100%;
	max-height: 100%;*/
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
