body {
	background: #c3b076;
	font-family: Arial, Helvetica, sans serif;
	width: 1055px;
	color: #000;
	margin: 0px auto;
	}
	
a, a.current:hover {
	color: #53034c;
	text-decoration: none;
	border-bottom: 2px solid #c3b076;
	font-weight: bold;
	}
	
a:hover, a.current {
	border-bottom: 2px solid #676161;
	}
	
img a {
	border: 0px;
	text-decoration: none;
	margin: 10px;
	}
	
img {
	border: 1px solid #676161;
	}
	
p {
	margin: 15px 15px 20px 15px;
	text-indent: 0px;
	line-height: 1.5;
	}
	
span {
	color: #53034c;
	font-size: 101%;
	font-style: normal;
	font-family: 'Courgette', Comic Sans Ms, cursive;
	}
	
span.bold {
	display: inline;
	color: #000;
	font-size: 100%;
	font-style: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans serif;
	font-weight: bold;
	margin-top: -5px;
	}

	
#header, #content {
	margin: 0px;
	position: relative;
	}
	
#header {
	margin-top: 20px;
	border-top: 5px solid #A2936E;/*#ecdca1;*/
	border-right: 5px solid #A2936E;
	border-left: 5px solid #A2936E;/*#ecdca1;*/
	background: #fff;
	-webkit-border-radius: 40px 40px 0px 0px;
-moz-border-radius: 40px 40px 0px 0px;
border-radius: 40px 40px 0px 0px;
	/*border-bottom: 5px solid #676161;*/
	}

#header img {
	float: left;
	padding: 10px;
	margin: 0px;
	height: 200px;
	clear: none;
	border: 0px;
	}

h1 {
	display: none;
	}
	
h2 {
	/*font-style: italic;*/
	text-align: center;
	color: #aeb572; /*676161*/
	margin: 10px 30px 20px 10px;
	padding: 20px 30px 0px 0px;
	font-weight: normal;
	font-family: 'Courgette', Georgia, serif;
	clear: right;
	font-size: 180%;
	width: 98%;
	text-shadow: #c3b076 0.1em 0.1em 0.2em;
	}
	
h3, h4 {
	font-family: 'Courgette', Georgia, serif;
	font-weight: bold;
	color: #45423d /*#676161*/;
	padding: 0px;
	margin: 20px 10px 10px 15px;
	text-shadow: #fff 0.1em 0.1em 0.2em;
	}
	
h3 {
	font-size: 200%;
	padding: 0px;
	/*font-style: italic;*/
	}
	
h4 {
	font-size: 130%;
	margin-top: 10px;
	border-top: 1px solid #aeb572;
	}
	
div.menu {
	/*background: #3b0536; */
	display: block;
	float: right;
	padding: 5px;
	width: 500px; /*700px; 717px*/
	margin: 50px -10px 0px 20px;
	}
	
div.menu a, div.menu a.current:hover {
	display: block;
	font-weight: normal;
	float: left;
	color: #c3b076;
	margin: 10px 5px 0px 10px;
	padding: 10px 10px 0px 10px;
	min-height: 30px;
	background: #5a2d56;
	border: 2px solid #53034c;
	font-size: 100%;
	text-shadow: #000 0.1em 0.1em 0.2em;
	-webkit-border-radius: 15px; /*orig 40px*/
-moz-border-radius: 15px;
border-radius: 15px;
	}
	
div.menu a.current:hover {
color: #f8efc4;
}
	
	div.menu a:hover, div.menu a.current {
	color: #f8efc4;
	/*color: #ecdca1;
	border-bottom: 1px solid #eee;*/
	background: #aeb572;
	border: 2px solid #c3b076;/*#676161;*/
	text-shadow: #53034c 0.1em 0.1em 0.2em;
	}
	
#content {
	background: #E3E2E2;/*#f8efc4;#D6D4D4; #ecdca1;*/
	clear: both;
	padding: 10px 10px 30px 10px;
	margin: 0px;
	border-right: 5px solid #A2936E;
	border-left: 5px solid #A2936E;/*#ecdca1;*/
	}
	
#content ul.text {
	margin: 15px 15px 15px 0px;
	}
	
#content ul.text li {
	margin: 15px 15px 15px 0px;
	padding: 0px;
	list-style: url(img/li.jpg) inside;
	font-size: 95%;
	line-height: 1.25;
	}
	
#content ul.text h4 {
	border-top: 0px;
	border-bottom: 1px solid #aeb572;
	margin: 0px 0px 15px 0px;
	font-size: 150%;
	}
	
#content ul.text li ul li {
	list-style: circle;
	list-style-image: none;
	margin: 5px;
	}
	
table.images {
	background: #676161;
	margin: -10px -10px 10px -10px;
	width: 1046px;
	padding: 10px 10px 5px 10px;
	}

table.images td {
	margin: 0px;
	padding: 0px;
	}
	
ul.gallery {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	

ul.gallery li a img {
	display: block;
	float: right;
	width: 138px;
	border: 0px;
	list-style-type: none;
	margin: 0px 10px 10px 0px;
	}
	
ul.gallery_main {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}
	
ul.gallery_main li {
	display: block;
	background: #fff;
	float: left;
	width: 240px;
	margin: 5px;
	padding: 2px;
	border: 1px solid #676161;
	line-height: 1.5;
	min-height: 180px;
	}

ul.gallery_main li a img {
	float: left;
	border: 0px;
	display: block;
	width: 240px;
	margin: 0px;
	}
	
ul.gallery_main li:hover {
	background: #676161;
	}
	
#footer {
	clear: both;
	background: url(img/footer.jpg) no-repeat center bottom #A2936E;
	border-bottom: 5px solid #A2936E;
	border-right: 5px solid #A2936E;
	border-left: 5px solid #A2936E;/*#ecdca1;*/
	margin: -20px 0px 30px 0px;
	padding-top: 30px;
	min-height: 110px;
	-webkit-border-radius: 0px 0px 40px 40px;
-moz-border-radius: 0px 0px 40px 40px;
border-radius: 0px 0px 40px 40px;
	}
	
#footer p {
	text-align: center;
	}