body {
  background-color: #FFD18D;
  background-image: url(../images/background_main.jpg);
  margin: 0;
  padding: 0;
}

a:link { color: #6C0E05; }

a:active { color: #C5261A; }

a:visited { color: #913C34; }

img { border: 0; }

#wrapper { width: 780px; }

#leftMenu {
  background-color: #F6C87D;
  background-image: url(../images/background_corner.jpg);
  background-position: bottom right;
  border: 3px double #7B4A39;
  width: 220px;
  position: absolute;
  font-size: medium;
  font-family: Georgia, "Times New Roman", Times, serif;
  top: 4px;
  left: -2px;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-top: 10px;
}

#leftMenu hr {
 color: #7B4A39;
 width: 60%;
}

#leftMenu a, #currentPage { margin: auto 15px; }
#currentPage { color: white !important; }
#leftMenu a, #leftMenu div { font-weight: bold; text-decoration: none; display: block; }
#leftMenu div { color: #522110; }
#leftMenu a:hover { text-decoration: underline; }

#logo { text-align: center; margin-bottom: 15px; }
#logo img { margin-top: 5px; }

#textWrapper {
	background-color: #FFF;
	width: 580px;
	position: absolute;
	top: 14px;
	left: 250px;
	border: 1px solid #7B4A39;
	padding: 8px 8px 0 8px;
	text-align: justify;
	font-size: medium;
	color: #444;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

#textWrapper p { margin: 0 0 10px 0; }

.textHeading { color: #AD794D; font-weight: bold; margin-top: 10px; margin-bottom: 5px; font-size: 120%; }

.gallerycontainer { text-align: left; }

img.thumbnail  { border: 1px solid #888888; }

.orderLink { margin-top: 10px; }

.testimonial { font-style: italic; margin: 5px 20px; }

.testimonialSignature { margin: 0 20px; text-align: right; }

#disclaimer {
	font-size: xx-small;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 10px 0;
	color: #888888;
}

