img {
	position: relative;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
body {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	margin: 0px;
	background-color: #909070;
}
#container {
	position: relative;
	width: 799px;
	margin: 0 auto;
}
#banner {
	background-color: #717013;
	width: 799px;
	height: 105px;
}
div#topnav {
	background-color: #aaa970;
	width: 664px;
	height: 19px;
	text-align: left;
	font-size: 12px;
	padding-left: 135px;
	padding-top: 3px;
	font-weight: bold;
}
div#gallery {
	color: #b2af78;
	background-color: #717013;
	font-size: 12px;
	width: 130px;
	height: 421px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	font-weight: bold;
}
div#intro {
	width: 649px;
	height: 431px;
	text-align: left;
	float: left;
	background-image: url("../images/bath01L.jpg");
	background-repeat: no-repeat;
	background-color: #aaa970;
	color: #b2af78;
	font-weight: plain;
}
div#main {
	position: relative;
	text-align: center;
	background-color: #aaa970;
	width: 649px;
	height: 431px;
	float: right;
}
div#text {
	width: 589px;
	height: 421px;
	text-align: left;
	background-color: #909050;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: auto;
	color: #f7f2df;
}
div#thumbs {
	position: relative;
	color: #72720e;
	background-color: #aaa970;
	width: 799px;
	height: 60px;
	padding-top: 15px;
	text-align: center;
	display: block;
	clear: both;
}
h3#selected {
	color: #f7f2df;
	text-decoration: none
}
a.selected {
	color: #f7f2df;
	text-decoration: none
}

/* gallery link styles */

a.gallery:link {
	color : #b2af78;
	text-decoration : none;
}
a.gallery:visited {
	color : #b2af78;
	background-color: transparent;
	text-decoration : none;

}
a.gallery:hover {
	color : #f7f2df;
	text-decoration : none;
}

/* top nav link styles */

a.topnav:link {
	color: #72720e;
	text-decoration: none;
	background-color: #aaa970;
	padding-left: 16px;
	padding-right: 16px;
}
a.topnav:visited {
	color: #72720e;
	text-decoration: none;
	background-color: #aaa970;
	padding-left: 16px;
	padding-right: 16px;
}

a.topnav:hover {
	color: #fffaf7;
	text-decoration: none;
	background-color: transparent;
	padding-left: 16px;
	padding-right: 16px;
}

/* thumbs link styles */

a.thumbs:link {
	color: #aaa970;
	text-decoration: none;
}
a.thumbs:visited {
	color: #aaa970;
	text-decoration: none;
}

a.thumbs:hover {
	color: #fffaf7;
	text-decoration: none;
	background-color: transparent;
}
