/* Layout */

body {
	margin: 0 auto;
	padding: 0;
	background: #f4f0ea url(images/bg.gif) top center repeat-y;
	font-size: 16px;
	font-family: Arial, Tahoma, sans-serif;
	color: #402c14;
	text-align: center;
}

#wrap {
	width: 780px;
	text-align:center;
	margin: 0 auto;
}

#header {
	margin: 10px 0 0 0;
	text-align: center;	
}

#content {
	margin: 0;
	padding: 0 15px 0 15px;
	text-align: justify;
	line-height: 20px;
}

#content p {
	margin: 10px 0 10px 0;
}

/* Navigation */

#navigation {
	text-align: center;
	margin: 0;
	padding: 0;
}
#navigation ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
  }
#navigation ul li {
	text-align: center;
	display: inline;
	margin: 0;
	font-size: 20px;
	padding: 5px 15px 0 15px;
}
#navigation a,
#navigation a:visited,
#navigation a:active {
	color: #402c14;
	text-decoration: none;
}

#navigation a:hover {
	color: #8b664b;
	border-bottom: 2px solid #8b664b;
}

#navigation #current a {
	border-bottom: 2px solid #402c14;
}

/* Misc */

a:link,
a:visited,
a:active {
	color: #8b664b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
	margin: 0;
	padding: 0;
}

img.whitetail {
	border: 1px solid #402c14;
	margin: 5px 15px 10px 0;
	float: left;
}

img.karenandpaul {
	border: 1px solid #402c14;
	text-align: center;
	margin: 0 auto;
}

.gallery img {
	border: 1px solid #402c14;
	margin: 1px;
}

.footer {
	text-align: center;
	margin: 0;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
	word-spacing: 3px;
}

table.price {
	width: 200px;
}

td {
	text-align: left;
}

td.right {
	text-align: right;
}

.price2 {
	width: 400px;
}