body {
	background-image: url('images/back.jpg');
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: /*Arial,*/ Tahoma, Geneva, Helvetica, sans-serif;
	color: #666/*#322111*/;
	font-size: 11px;
}
a {
	color: #996633;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.gallery-image img {
	margin: 0px 10px 10px 0px;
	border: 1px dotted #996633;
	padding: 1px;
}
p, li, h1, h2 {
	line-height: 150%;
	margin-top:0;
}
form div.row {
	padding: 5px;
	text-align: left;
}
form div.row label {
	display: block;
	float: left;
	width: 30%;
	text-align: right;
	padding: 3px 5px;
}
form div.row input {
	
}
.campaign {
	/*font-weight: bold;*/
	font-family: Verdana, sans-serif;
	width: 600px;
	color: #996633;
}
.campaign p,
.campaign li {
	line-height: 20px;
	margin-bottom: 0;
}
.campaign strong,
.campaign h1 {
	color: #D2531E;
}
h1 {
	font-family:  Arial, sans-serif;
	font-size: 20px;
}
h2 {
	font-size: 13px;
	margin-bottom:0;
}
p.pic-title {
	padding: 5px;
	/*border-top: 1px solid #000;*/
}
img.border {
	border: 10px solid #ffffff;
	background: #ffffff;
}
.text-center {
	text-align: center
}
.lang, .lang a.active, .lang a:hover {
	color: #dbcab6;
	text-decoration: none;
}
.menu li, .menu-sub li {
	list-style: none;
}
.menu a {
	font-weight: bold;
	color: #996633;
	text-decoration: none;
	/*font-family: Tahoma, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;*/
}
.menu a b, .menu-sub a b {
	color: #000000;
}
.menu a:hover, .menu a.active {
	background: #EFEBE7 url('images/menu-right.png') no-repeat top right;
}
.menu-sub {
	padding: 0;
}
.menu-sub li {
	padding-bottom: 10px;
}
.menu-sub a {
	color: #996633;
	text-decoration: none;
	/*font-size: 13px;*/
	font-weight: bold;
}
.menu-sub a:hover {
	border-bottom: 1px solid #996633;
}
.menu-sub a.active {
	color: #000;
}
.menu-sub a.inactive {
	color: #D1BEA7;
}
.menu-sub a.inactive:hover {
	color: #D1BEA7;
	border-bottom: none;
	cursor: default;
}
.footer {
	font-size: 11px;
	position: absolute;
	margin-left: 220px;
}

/* Layout */
#page {
	background: url('images/body.jpg') repeat-y;
	margin: 0 auto;
	width: 836px;
	text-align: left;
}
#header {
	background: url('images/header.jpg') no-repeat;
	height: 101px;
}
#header-logo {
	position: absolute;
}
#header-wrap {
	padding: 40px 41px 36px 41px;
}
#header-lang {
	width: 755px;
	margin-top: -12px;
	position: absolute;
	text-align: right;
}
#header-text {
	display: block;
	float: right;
	width: 475px;
	margin-top: 10px;
	text-align: right;
}
#menu {
	background: url('images/menu.jpg') no-repeat bottom left;
	height: 28px;
	padding: 12px 0 0 255px;
}
#menu li {
	float: left;
	/*border-left: 1px solid #ffffff;
	background: url('images/menu-back.png') no-repeat top right;*/
}
#menu a {
	padding: 6px;
	display: block;
}
#menu a div {
	position: absolute;
	/*float: left;*/
	width: 12px;
	height: 12px;
	margin: -6px;
}
#menu a.active div, #menu a:hover div {
	background: url('images/menu-left.png') no-repeat top;
}
#menu-sub {
	/*margin-top: 10px;*/
}
#left-image {
}
#body {
	clear: both;
	background: url('images/body-back.png') no-repeat top right;
}
#left {
	width: 190px;
	margin: 15px 0px 20px 41px;
	padding-bottom: 20px;
	float: left;
}
#content {
	padding: 15px 41px 20px 258px;
	min-height: 350px;
}
.page-left {
	float: left;
	margin-left: -217px;
}
#footer {
	background: url('images/footer.jpg') no-repeat;
	height: 60px;
	padding-left: 41px;
	clear: both;
	color: #996633;
}
#footer-logo {
	 position: absolute;
	 margin-top: -92px;
}
.half {
	width: 49%;
	float: left;
}
.gal {
	background: #ffffff;
	/*padding: 10px;*/
}
.sep {
	width: 10px;
}
.color {
	color: #996633;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #EFECE5;
	/*background: url('images/body-back.png') no-repeat top left;*/
	border-right: 10px solid black;
	text-align: left;
	padding: 10px 30px 0 10px;
	width: 537px;
}
.mceContentBody .page-left {
	margin-left: 0;
	margin-right: 20px;
}