@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C1A978;
	background-image: url(../images/southseas/bg-beige.jpg);
}
#header {
	background-image: url(../images/gallery/g-header-bg.jpg);
	height: 115px;
	width: 501px;
}
#topNav {
	font-family:"Courier New", Courier, monospace;
	font-size: 100%;
	color: #654C31;
	padding-left: 25px;
	font-weight: bold;
	padding-top: 80px;
	text-align: left;
}
#thumbnails {
	float: right;
	height: 600px;
	width: 279px;
	clear: both;
}
.oneColFixCtr #container {
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E1C390;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 584px;
	background-color: #C1A978;
	background-image: url(../images/southseas/sthseas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 60px;
	padding-top: 16px;
}
.oneColFixCtr #container1 {
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E1C390;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 584px;
	background-color: #D6BD82;
	background-image: url(../images/southseas/page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 60px;
	padding-top: 16px;
}
.oneColFixCtr #container2 {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E1C390;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	background-color: #C1A978;
	background-image: url(../images/southseas/bg-paper.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
	padding-top: 0px;
}

#words {
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	color: #735C50;
	width: 425px;
	padding-left: 55px;
	line-height: 1.2em;
	font-weight: bold;
	position: absolute;
	top: 20px;
	text-align: left;
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
.oneColFixCtr #mainContent {
	padding-top: 540px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtr #mainContent1 {
	padding-top: 423px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.offLeft {
	position: absolute;
	left: -9000px;
}
.floatRight {
	float: right;
}
a {
	color: #996633;
	text-decoration: underline;
}
a:hover {
	color: #83707D;
	text-decoration: none;
}
	
h1 {
	color: #8D7C60;
	font-size: 150%;
	font-weight: bold;
	line-height: 1em;
}
h2 {
	font-size: 115%;
	text-transform: uppercase;
	}

ul {
	margin: 0;
	padding: 0;
	left:60px;
	bottom: 24px;
	list-style: none;
}
ul li {
	float:left;
}
ul a {
	padding: 0 0.6em;
	font-size: 14px;
	text-decoration: none;
	color: #83707D;
	float: left;
	display:block;
	background-image: url(../images/southseas/divider.gif);
	background-repeat: no-repeat;
	background-position: right;
}
ul a:hover {
	color: #996633;
	text-decoration: underline;
}

