@import "template.css";

body {
  /*background: #6D5434;*/
  background: #c76327;
  color: #444444;
  font-size: 0.75em;
  font-family: Arial,'Trebuchet MS',sans-serif;
  line-height: 150%;
}
a {
  color: #993333;
  text-decoration: none;
}
a:hover {
  color: #000;
}
ul {
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 10px 0;
}
li {
  background: url('../images/li.gif') no-repeat 0 7px;
  padding-left: 10px;
}

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 830px;}

/*Header height*/
#header {height: 155px;}

/*Height of the footer */
#footer {height: 60px;}
#content {padding-bottom: 60px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
#container {
  text-align: justify;
  background: url('../images/bg_container.gif');
}

#header {
  background: url('../images/bg_header.gif') repeat-x;
  padding: 30px 30px 0 30px;
}
#header_left {
  float: left;
  background: #4E3525;
  /*margin: 30px 5px 0 30px;*/
  width: 280px;
  height: 115px;
  padding-top: 40px;
  margin-right: 5px;
}
#header_right {
  float: left;
  height: 155px;
  width: 485px;
  background: url('../images/bg_header_poz.gif') no-repeat;
  /*margin-top: 30px;*/
}

/*Top menu*/
#topmenu {
  margin: 5px 30px;
  background: #4E3525;
  height: 35px;
}
#topmenu ul {
  padding: 0;
}
#topmenu li {
  background: none;
  padding: 0;
}
#topmenu li a {
  display: block;
  float: left;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 7px 10px;
  height: 21px;
}
#topmenu li a:hover {
  background: #C8935D;
}
#topmenu li a.sel1 {
  background: #993333;
}

#page {
  margin: 0 30px;
  padding: 15px;
  background: url('../images/bg_page.gif') repeat-x;
  min-height: 200px;
  _height: 200px;
  width: 740px;
}

#footer {
  width: 100%;
  background: url('../images/bg_footer.gif') repeat-x bottom;
}
#foot {
  text-align: center;
  padding: 10px;
  font-size: 0.85em;
  color: #666666;
  line-height: normal;
}
#footer a {
  color: #3F3F3F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}


/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 0;
  text-align: left;
  font-size: 2.0em;
  font-weight: normal;
  padding-bottom: 10px;
}
#header h1 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 2.3em;
  font-weight: normal;
}
#header h1 a {
  text-decoration: none;
  color: #fff;
}
#header h1 span {
  font-size: 0.6em;
  display: block;
  color: #FFFFCC;
  padding-top: 10px;
}

h2 {
  margin: 0;
  text-align: left;
  font-size: 1.8em;
  font-weight: normal;
  padding: 10px 0;
}
h3 {
  margin: 0;
  text-align: left;
  font-size: 1.6em;
  font-weight: normal;
  padding: 10px 0;
}

/*developer*/
/*body {background: #FFF5E6;}
#container {background: silver;}
#header {background: #efa4ae;}
#footer {background: #bf9347;}
#content {background: #afdbff;}
#topmenu {background: #0033cc;}
#left {background: #811f72;}
#page {background: #97468b;}
#right {background: #bd4ec0;}*/
