body {
  background: #F6E0BB;
}

body, p, td {
  font: 98% verdana, arial, helvetica, sans-serif;
}

#container {
	width: 760px;
	margin: 0 auto;
}

h1 {
  color: #FF0000;
  font-family: georgia, times, serif;
  text-transform: capitalize;
}

h2, h3 {
  color: #000000;
  font-family: georgia, times, serif;
  text-transform: capitalize;
}


.highlight {
  color: #600;
  font-weight: bold;
}


#footer { 
  color: #999;
  font-size: 75%;
  font-style: italic;
  text-align: right;
}

a:link, a:visited {
  color: #00C;
  text-decoration: none;
}

a:hover, a:active {
  color: #C00;
  text-decoration: underline overline;
}

#masthead a {
  font-size:80%;
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
}

#masthead {
  text-align: center;
}

td {
  vertical-align: top;
}

#gallery_thumbnails caption {
	font: bold 115% georgia, times, serif;
}
#gallery_thumbnails td {
	text-align: center;
}
#prices caption {
	font-weight: bold;
}
#prices td {
	text-align: center;
}
#prices .price_category {
	text-align: right;
}