body {
	margin: 0;
	padding: 0;
	background: #926028 url(../img/bg.png);
}

a img {
	border: 0;
}

#wrap {
	background: url(../img/bg_wrap.png) repeat-y 50% 0;
	height: 800px;
}

#top {
	text-align: center;
}

#menu {
	font: 19px/1.5 Georgia, "Times New Roman", Times, serif;
	background: url(../img/bg_menu.png) repeat-x 50% 0;
	text-align: center;
	height: 67px;
	padding-top: 17px;
	margin-bottom: -17px;
}

#menu a {
	color: #f3e3b8;
	text-decoration: none;
	margin-right: 5%;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	color: #4a331e;
	font: 16px/1.5 Georgia, "Times New Roman", Times, serif;
	background: #f3ece1 url(../img/bg_content.png) repeat-x 50% 0;
	
	padding: 20px 10%;
}

#content strong {
	margin-top: 10px;
	font: 30px/1 "Champignon", Georgia, "Times New Roman", Times, serif;
}

#footer {
	background: url(../img/bg_footer.png) no-repeat 50% 0;
	height: 100px;
}

#footer a#brgr {
	float: right;
	margin-right: 10px;
}

#footer dl {
	float: left;
	margin: 2px 0 0 3px;
	font-size: 12px;
}

#footer dl a{
	color: #d9c298;
	font-weight: normal;
	font-style: normal;
	margin-top: 3px;
	text-decoration: none;
	display: block;
}

#footer dt {
	color: #54380a;
}

#footer dd {
	margin-left: 14px;
}

.photo {
	display: block;
	margin-left: auto;
	margin-right: auto;

	padding:8px;
	border:solid;
	border-width: 0px 2px 2px 0px;
	border-color: #2e1509;
	background-color: #44200e;
}

.margined {
	margin: 20px;
}

#content td {
	width: 50%;
	vertical-align: top;
}

#content li {
	list-style-type: circle;
}

#content a {
	color: #000;
}

#content a:hover {
	background-color: #e3cb8e;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.right .photo {
	margin-right: 0;
}

.left .photo{
	margin-left: 0;
}

.gallery td {
	padding: 14px;
}