body {
  background: #d8daab;
  font-family: arial;
  font-size: 12px;
  text-align: center;
  }
  
p {
  margin: 0;
  padding: 0;
  /*color: #41483a;*/
  color: #000;
  font-size: 12px;
  }
  
h1 {
  color: #f6491c;
  font-size: 15px;
  font-weight: bold;
  }
  
img {
  border: 0;
  }

#container {
  width: 751px;
  margin: auto;
  text-align: left;
  }
  
#logo {
  margin: auto;
  margin-bottom: 5px;
  display: block;
  text-align:center;
  }
  
#image {
  width: 751px;
  height: 242px;
  background: url('gfx/horses.jpg');
  margin: auto;
  }
  
#content {
  width: 751px;
  margin: auto;
  padding-top: 10px;
  background: url('gfx/seperator.gif') repeat-y top center;
  float: right;
  margin: 10px 0 30px 0;
  }
  
#contentRight {
  float: right;
  width: 360px;
  text-align: right;
  margin-bottom: 10px;
  direction: rtl;
  text-align: justify;
  }
  
#contentRight a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  }
  
#contentLeft {
  float: left;
  width: 360px;
  text-align: justify;
  margin-bottom: 10px;
  }
  
#contentLeft a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  }
  
#content a {
  color: #5e6d50;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  }
  
#contentPage {
  background: #dfddb7;
  }
  
#contentPage #logo {
  margin-right: 0;
  }
  
#contentPage #content {
  background: none;
  }
  
#contentPage #contentWrapper {
  }
  
#contentPageEn #logo {
  margin-left: 0;
  }
  
#topMenu {
  width: 751px;
  height: 208px;
  position: relative;
  }
  
#allMenuEn {
  width: 150px;
  position: absolute;
  top: 15px;
  left: 115px;
  }
  
.topMenuList, .topMenuListCurrent{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  display: inline;
}

.topMenuList img {
  padding: 0;
  margin: 0;
  }
  
.topMenuListCurrent {
  color: #f6491c;
  }

#contentImg {
  width: 645px;
  height: 208px;
  background: url('gfx/content_img.jpg');
  }
  
.form_field_text {
  font-size: 14px;
  color: #698053;
  }

#footer {
  height: 40px;
  border-top: 1px solid #a4b286;
  clear: both;
  direction: ltr;
  }
  
.footerText {
  width: 530px;
  float: left;
  }
  
#footer a {
  color: #5e6d50;
  font-weight: normal;
  text-decoration: none;
  }
  
#footer .dwebsEn a {
  width: 200px;
  text-align: right;
  float: right;
  font-weight: normal;
  text-decoration: none;
  }
  
#footer a:hover, #footer .dwebsEn a:hover {
  text-decoration: underline;
  }
  
.printv_body {
  background: #fff;
  }
  
.printv_body p {
  color: #000;
  }
  
.printv_table {
  margin: auto;
  }
  
.buttons {
  background: #a5bf90;
  border: 1px solid #000;
  }