@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;
	font-size: 100%;
	background-color: ##C1A978;
	background-image: url(../images/southseas/bg-beige.jpg);
}
.oneColFixCtr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1C390;
	border-bottom-color: #E1C390;
	border-left-color: #E1C390;
	background-color: #FFFFFF;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 600px;
	width: 780px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mainContent h1 {
	position: absolute;
	left: -9000px;
	font-size: 10px;
}
#mainContent table {
	background-image: url(../images/southseas/bg-paper.jpg);
	height: 600px;
	width: 780px;
	align: center;
	border: 0;
	padding: 0px;
	margin: 0px;
}
#mainContent table p {
	font-family:"Courier New", Courier, monospace;
	color: #694A32;
	size: 90%;
	font-weight: bold;
	font-size: 85%;
	line-height: 1.4em;
}
.tdNav {
	vertical-align: bottom;
	text-align: center;
	padding: 0px;
	background-image: url(../images/gallery/g-header-bg.jpg);
	background-repeat: no-repeat;
	height: 117px;
	width: 501px;
}
.tdFooter {
	align: center;
	padding-left: 80px;
	padding-bottom: 20px;
	background-image: url(../images/gallery/g-footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a {
	color: #694A32;
	text-decoration: underline;
}
a:hover {
	color: #83707D;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	left:60px;
	bottom: 24px;
	list-style: none;
}
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;
}
ul li {
	float:left;
}
.small {
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	vertical-align: top;
}
#mainPic-01 {
	background-image: url(../images/gallery/g-corporate06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 326px;
	width: 432px;
	padding-right: 34px;
	padding-left: 35px;
}
#mainPic-02 {
	text-align: center;
	background-image: url(../images/gallery/g-corporate03.jpg);
	height: 326px;
	width: 432px;
	background-position: center center;
	padding-right: 34px;
	padding-left: 35px;
	background-repeat: no-repeat;
}

.largeType {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
}

