.largebrown {
	font-size: 110%; 
	font-family: verdana, sans-serif; 
	color: #996633;
	} 
.medlightbrown {
	font-size: 100%; 
	font-variant: small-caps; 
	font-family: verdana, sans-serif; 
	color: #cc9966; 
	letter-spacing: 3pt;
	} 
.smallredbrown {
	font-size: 80%; 
	font-variant: small-caps; 
	font-family: verdana, sans-serif; 
	color: #663300; 
	letter-spacing: 1pt;
	}
.gallery {
	font-size: 80%; 
	font-family: verdana, sans-serif; 
	color: #663300; 
	}
.standardplain {
	font-size: 90%; 
	font-family: verdana, sans-serif;
	} 
.footer {
	font-size: 80%; 
	font-family: verdana, sans-serif; 
	color: #663300;
	} 
.smallyellow {
	font-size: 80%; 
	font-family: verdana, sans-serif; 
	color: #cc9900;
	} 
.beige {
	background-color: #cc9966;
	}	
.lightbeige {
	background-color: #ffcc99;
	}
A:visited {
	color: #993333;
	}
A:link {
	color: #336633;
	}
A:hover {
	color: blue;
	}
.price {
	font-weight: bold;
	font-style: italic;
	color: bold;
	}
.price1 {
	font-weight: bold;
	font-style: italic;
	color: white;
	position:relative; 
	top:30px; 
	left:20px;
	}
.price2 {
	font-weight: bold;
	font-style: italic;
	color: black;
	position:relative; 
	top:30px; 
	left:20px;
	}
/* start expanding menu style */ 
ul#menu {
  width: 180px;
  list-style-type: none;
/*  border-top: solid 1px #b9a894;*/
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
/*  font-size: 11px;*/
  color: #785a3c;
}

ul#menu li {
/*  border-bottom: solid 1px #b9a894;*/
  line-height: 25px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "";
}

ul#menu a {
  text-decoration: underlined;
  outline: none;
  color: #336633;
}

ul#menu a:hover {
  color: blue;
}

ul#menu a.active {
  color: #993333;
}

dt {
	font-weight:bold;
	font-size: 100%; 
	font-family: verdana, sans-serif; 
	color: #663300; 
}

dd	{
	font-weight:normal;
	font-size: 80%; 
	font-family: verdana, sans-serif; 
	color: #663300;
}
