html, body   {
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#outer {height: 100%; overflow: visible;} /* or without overflow */

td, th, h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	width: 435px;
	height: 20px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
}

.Tuyet-Designs {
	color: white;
}

h2 {
	color: #162510;
	font-size: 1.3em;
	text-align: right;
	font-style: italic;
	margin-bottom: 7px;
	margin-top: 0px;
}

h3 {
	color: #fff;
	font-size: 1.4em;
	text-align: left;
	font-style: italic;
	margin-bottom: 16px;
	margin-top: 0px;
	padding: 2px 5px 3px 5px;
	background-color: #FFFFFF;
	-moz-border-top-colors: #000001;
}

ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-image: url(images/bullet-arrow.gif);
	list-style-type: none;
	margin-bottom: 12px;
}

li {
padding-bottom: 5px;
}

a {
	/* color: #5e6b4d; */
	color: #418600;
	font-weight: bold;
}

p {
	margin: 5px 0px;
}

#Navigation {
	text-align: right;
	font-style: italic;
	font-size: .7em;
	color: #162510;
	margin: 0px;
	padding: 2px;
	margin: 2px 0px;
	overflow: visible;
}

#Navigation a {
	color: #162510;
	padding: 2px 10px;
	text-decoration: none;
}

#Navigation a:hover {
	background-color: #d9e1d0;
}

.selected {
	background-color: #d9e1d0;
}

#Wrapper {
	text-align: left;
	background-image: url(images/bknd-long.jpg);
	background-repeat: no-repeat;
	background-color: #e2ebde;
	width: 700px;
	height: 452px;
	overflow: visible;
	vertical-align: top;
	font-style: italic;
	font-size: .7em;
}

#LeftCol {
	float: left;
	width: 435px;
	/* height: 214px; CAN'T USE HEIGHT HERE FOR MOZILLA / OPERA */
	padding-top: 200px;
	padding-left: 35px;
	overflow: visible;
}

#TextArea {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #333333;
	padding: 8px 10px 5px 13px;
	line-height: 1.4em;
	margin-bottom: 25px;
}
#TextArea p {
	padding-bottom: 7px;
}

#RightCol {
	float: right;
	width: 170px;
	/* height: 214px; CAN'T USE HEIGHT HERE FOR MOZILLA / OPERA */
	padding-top: 153px;
	padding-right: 32px;
	overflow: visible;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
}
#RightCol p {
	margin-bottom: 18px;
}

.picture {
	border: 1px solid #717b69;
}
	
#Bottom {
	padding-top: 13px;
	background-image:url(images/bottom.gif);
	background-repeat: no-repeat;
	color: #91a57c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: left;
}
.copyright {
	float: right;
}
#Bottom a {
	text-decoration: none;
	color: #91a57c;
}
#Bottom a:hover {
	text-decoration: underline;
}

.labels {
	background-color: #717b69;
	text-align: center;
	padding: 3px;
	color: #fff;
}
.pointer {
	cursor: pointer;
	color: #b5c3aa;
 }
.sold {
	text-decoration: line-through;
}
#Collections .colselected {
	color: #fff;
}
#Collections a {
	color: #b5c3aa;
	text-decoration: none;
}
#Collections a:hover {
	color: #fff;
}
#Gallery .labels {
	color: #fff;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Gallery a {
	text-decoration: none;
	color: #fff;
}

