body {
	background-color: #efe6cb;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.current {
	color: #541D00;
}
#wrapper .leftcolumn ul {
	margin-top: 0px;
}
#wrapper .leftcolumn li {
	list-style-type: disc;
}
#wrapper .leftcolumn table {
	margin-left: 10px;
}
#wrapper .leftcolumn td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #591d00;
}




A {
	TEXT-DECORATION: none;
	color: #993300;

}
A:visited {
	TEXT-DECORATION: none;
	color: #993300;

}
A:hover {
	text-decoration: underline;

}
#wrapper {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}
h1 {
	margin: 0px;
	background-image: url(images/text1.jpg);
	background-repeat: no-repeat;
	display: block;
	padding: 0px;
	height: 80px;
	text-indent: -500%;
}
h2 {
	margin: 2px 0px 0px 10px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	margin: 2px 0px 0px 8px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
}
hr {
	height: 1px;
	color: #FFFFFF;
}
#navbar {
	background-color: #996633;
	color: #FFFFFF;
	height: 19px;
	padding-top: 3px;
}
#navbar a, #navbar a:visited {
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
	border: 3px solid #996633;
  }
#navbar a:hover {
  color:#fff;
  border-top: 3px solid #663300;
	border-right: 3px solid #cc9900;
	border-bottom: 3px solid #660033;
	border-left: 3px solid #cc9900;
	background-color: #996633;
  }
#pictures {
	margin: 0px;
}
p {
	margin-top: 2px;
	margin-left: 8px;
	margin-bottom: 15px;
	margin-right: 4px;
	font-size: 14px;
	text-align: justify;
}
.leftcolumn {
	width: 500px;
	float: left;
	color: #591d00;
}
.rightcolumn {
	width: 230px;
	float: right;
	color: #591D00;
}
.rightcolumn p {
	margin-left: 10px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 2px;
	margin-top: 2px;
}

.hidden {
	display: none;
	visibility: hidden;
}
#small {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.rating {
	margin: 2px;
	padding: 0px;
	float: right;
}
