body {
    background: #EDF4F6;
	color: #2F3030;
	margin: 0;
	padding: 0;
	font: normal 80% Verdana,sans-serif;
}
body.site {
	background: #798483 url('4.png') repeat center 123px;
}
#all {
	padding: 9px 0 0 0;
	background: url('2.png') repeat-x 83px top;
}
#wrapper {
    position: relative;
}

h1 {
    margin: 0;
    padding: 5px 26px 30px 26px;
    position: relative;
    top: 8px;
}
h2, #content h1 {
	margin: 30px 0 1.1ex 0;
	padding: 4px 0;
	font: bold 150% Georgia,serif;
}
#content h1 {
	margin: -1ex 0 1.3em 0;
}
#content h1 a {
	color: #000;
	text-decoration: none;
}
#content h1 a:hover, #content h1 a:focus {
	color: #00d;
	text-decoration: underline;
}

p {
    text-align: justify;
    margin: 1em 0;
    text-indent: 3ex;
}

#main {
    margin: 0 8px 0 171px;
}

#menu_l, #menu_r {
    position: absolute;
    width: 164px;
    top: 0px;
    margin: 1ex 0;
}
#menu_l {
    left: 0;
}
#menu_r {
    right: 0;
}
#menu_l .submenu, #menu_r .submenu {
	padding: 14px 1em 1ex 1em;
	border: 1px solid #494539;
	margin: 0 0 1ex 0;
	color: #90856F;
	background: #fff url('bar28.jpg') 0 0 repeat-x;
	opacity: 0.94;
}
#menu_l .submenu {
    border-left: none;
}
#menu_r .submenu {
    border-right: none;
}

.comment, #content {
  padding: 14px 2em 1em 2em;
  margin: 1ex 0;
  border: 1px solid #494539;
  background: #EDF4F6 url('bar28.jpg') 0 0 repeat-x;
  position: relative;
}
#content {
  padding-top: 2.1em;
}
.comment {
  opacity: 0.94;
}
.comment a, .comment span, .comment label {
  color: #755A3C;
}
.comment label {
  font-weight: bold;
}
form.comment div {
  margin: 1px;
}
form.comment div.text {
  margin-top: 1ex;
}
form.comment textarea {
  width: 300px;
  height: 5em;
}
form.comment input, form.comment textarea, textarea#bodydata___Frame {
  background: #fff;
  border: 1px solid #C1C7C7;
}
.comment .comment_text {
  border: 1px solid #D6DCDD;
  background: #fff;
  padding: 2px 1em 4px 1em;
  margin-top: 1ex;
}
.comment .icons {
  float: right;
  position: relative;
  top: 2px;
  right: 1px;
}
.comment .icons img {
  border: none;
}

#bodydata___Frame {
	width: 100%;
	height: 330px;
}
.editordiv {
	text-align: right;
	padding: 8px 0;
}

.gallery {
	overflow: hidden;
	padding-bottom: 1.4ex;
}
.gallery .aimg {
	text-decoration: none;
	display: block;
	float: left;
	padding: 3px 1px 4px 2px;
	text-align: center;
}
.gallery .aimg:hover, .gallery .aimg:focus {
	text-decoration: underline;
}
.gallery .aimg a:hover, .gallery .aimg a:focus {
	text-decoration: underline;
}
.gallery div.img {
	text-decoration: none;
}
.gallery .thumb {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #2F3030;
	background: #fff;
	width: 124px;
	line-height: 124px;
	height: 124px;
}
.gallery .thumb img {
	border: 1px solid #2F3030;
	margin: 1px;
	vertical-align: middle;
}

.submenu ul {
	margin: 0;
	padding: .5ex 0 1ex 0;
	font: bold italic 120% Georgia;
}
.submenu a {
	color: #90856F;
	text-decoration: none;
}
.submenu a:hover, .submenu a:focus {
	color: #594542;
	text-decoration: underline;
}
.submenu li {
	margin: 0;
	padding: 0;
	color: #C6C0B4;
	list-style: none;
}
.submenu div {
	color: #90856F;
	font-size: 70%;
	padding: 2px 0 0 4.5ex;
}

.admin {
	padding: 0 1em;
}
.admin h3 {
	margin: 1ex 0 .5ex 0;
}
#menueditor, #pageseditor {
	margin: 0 2ex 1em 2ex;
}
.menueditor, .pageseditor {
	background: #fff;
	padding: 3px 1em;
	border: 1px dashed #EDECEB;
	margin: 3px;
	cursor: move;
}
.separator {
	background: #E9E9E9;
	border: 1px solid #D8D8D8;
	margin: 3px;
	padding: 0;
	font-size: 1px;
	height: 4px;
	cursor: move;
}
.menueditor:hover, .pageseditor:hover, .separator:hover {
	background: #F8E9BC;
	border: 1px solid #F3D885;
}
.menueditor .url {
	float: right;
	width: 240px;
	overflow: hidden;
}
#menueditorform {
	text-align: right;
	margin: 0 2ex 1em 2ex;
	padding: 4px;
}

.toolbutton {
	margin-right: 31px;
}

.btn {
    position: absolute;
    top: 10px;
    right: 0;
    background: #fff url('btn.gif') 0 0 no-repeat;
    padding: 8px 0 0 15px;
    margin: 0;
}
.btn a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 100%;
    display: block;
    padding: 0 12px 0 5px;
    height: 25px;
    border-bottom: 1px solid #f8ef00;
    background: #fff;
    margin: 0;
}
.btn a:hover {
    color: blue;
    text-decoration: underline;
}
