html { 
  margin: 0;
  padding: 0;
}
body {
  background-color: #850100;
  background-image: url(../img/background.jpg);
  background-repeat: repeat-x;
  color: #805700;
	padding: 0;
	margin: 0;
	font: 70% Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
  font-size: 180%;
  color: #b53603;
}
h3 {
  height: 20px;
  font-size: 110%;
  color: #b53603;
  border-bottom: 1px solid #cab98e;
  padding-bottom: 10px;
}
a {
  color: #6c4a00;
  text-decoration: none;
}
h3 a {
    color: #b53603;
}
a:hover {
  color: #830403;
}
#mainContent-null {
  margin-top: 20px;
	width: 820px;
	margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-image: url(../img/left2.jpg);
  background-repeat: repeat-y;
}
#mainContent {
  background-image: url(../img/right.jpg);
  background-position: right;
  background-repeat: repeat-y;
}
#logo {
  background-image: url(../img/logo.jpg);
  background-repeat: no-repeat;
  height: 250px;
}
#logo a {
  margin-left: 30px;
  display: block;
  width: 175px;
  height: 200px;
}
#logo a h1 {
  display: none;
}
#center-null {
  margin: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  background-image: url(../img/left.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#center {
  margin: 0 17px 0 18px;
  background-color: #eae2cd;
  background-image: url(../img/bg-menu.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  /*_height: 480px;*/
  min-height: 480px;
}
#menu {
  margin: 0;
  padding: 0;
  width: 211px;
  float: left;  
}
#menu ul {
  margin: 0 5px 0 2px;
  padding: 0;
  list-style-type: none;
}
#menu li {
  line-height: 2em;
  /*_line-height: 1em;*/
}
#menu li a {
  font-size: 120%;
  background-image: url(../img/bg-hrozen.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 20px;
  padding-bottom: 2px;
  /*_padding: 7px 0 7px 20px;
  _margin: 0 0 -11px 0;*/
  /*_margin-top: 6px;*/
  text-decoration: none;
  font-weight: bold;
  display: block;
  /*border: 1px solid red;*/
}
#menu li a.active,  #menu li a.last {
  color: #b43502;
  background-image: url(../img/hrozen.gif);
  background-repeat: no-repeat;
  background-position: left top;
  /*_margin: 0 0 -3px 0;*/
}
#menu li a.last {
  color: #6c4a00;
}
#menu li a.last {
  color: #6c4a00;
}
#menu li a.last:hover {
  color: #840403;
}
#menu li ul a, #menu li ul a.active {
  background-image: url(none);
  padding-left: 4px;
  border: none;
}
#menu li ul {
  margin-left: 15px;
}
#menu li ul li ul li a {
  font-weight: normal;
}
#right-null {
  margin: 0;
  margin-left: 213px;
  /*_margin-left: 0;*/
  padding-top: 5px;
  width: 570px;
  float: none;
}
#right *{
  padding: 0;
  margin: 0;
}
#right {
  padding-left: 18px;
}

#right p {
  text-align: justify;
  margin-bottom: 12px;
}

#navigation {
  padding-bottom: 7px;
  border-bottom: 1px solid  #cab890;
  margin-bottom: 20px;
}
#navigation span {
  font-weight: bold;
  color: #b53603;
}
#navigation a {
  color: #805700;
  text-decoration: none;
}

#right h2 {
  background-image: url(../img/h2.gif);
  background-repeat: no-repeat;
  height: 50px;
  padding-left: 35px;
}
#right h3 {
  font-size: 110%;
  color: #b53603;
  border-bottom: 1px solid #cab98e;
  margin-bottom: 10px;
}
#right #images {
  height: 95px;
  background-image: url(../img/images.jpg);
  background-repeat: no-repeat;
}
#footer {
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  width: 820px;
  height: 50px;
}
#footer span {
  display: block;
  padding: 23px 0 0 50px;
  color: #e9e3cd; 
}
#footer span a {
  color: #b53603;
}
.clear {
  clear: both;
}

