/* Layout Stylesheet */
body{
  margin: 0px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  background: #CCCCCC;
  color: #333333;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #000000;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #000000;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #000000;
}

dl {
  text-indent: -20px;
  padding-left: 20px;
}

#hdr{

  font-family: verdana, arial, helvetica, sans-serif;
  margin: 40px 0px 0px 0px;
  _padding-bottom: -10px;
  padding-bottom: 10px;
  _padding-top: 10px;
  padding-left: 20px;
  vertical-align: middle;
  height:   40px;
  border: 2px solid #660000;
  background: #99FFFF;
  color: #000000;
}

#lh-col{
  position: absolute;
  top: 106px;
  width: 180px;
  font-family: verdana, arial, helvetica, sans-serif;
  border: 2px solid #660000;
  background: #99FFFF;
  color: #333333;
    padding: 0px;
  height: 420px;
}

#navcontainer{
  position: absolute;
  top: 110px;
  width: 180px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  border: 2px solid #660000;
  background: #99FFFF;
  color: #333333;
  margin: 0px 0px 0px 20px;
  padding: 0em;
  height: auto;
}

#navcontainer ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navcontainer a{
  display: block;
  color: #333333;
  background-color: #99FFFF;
  width: 13em;
  padding: .5em 1em;
  text-decoration: none;
}

#navcontainer a:hover{
  background-color: #369;
  color: #FFF;
}

#rh-col{
  margin: 18px 20px 20px 220px;
  border: 2px solid #660000;
  background-color: #FFFFFF;
  background-image: url(hrebli4.jpg);
  background-repeat: repeat-y;
  background-position: top;
  color: #333333;
  padding: 20px;
  position: relative;
}

#rh-col-no-bg{
  margin: 18px 20px 20px 220px;
  border: 2px solid #660000;
  background-color: #FFFFFF;
  background-position: top;
  color: #333333;
  padding: 18px;
  position: relative;
}

#footer {
  position: relative;
  bottom: 0px;
}

table.photos {
  border-width: 1px 1px 1px 1px;
  border-spacing: 2px;
  border-style: outset outset outset outset;
  border-color: gray gray gray gray;
  border-collapse: separate;
}

table.photos th {
  border-width: 1px 1px 1px 1px;
  padding: 5px 5px 5px 5px;
  border-style: inset inset inset inset;
  border-color: gray gray gray gray;
}

table.photos td {
  border-width: 1px 1px 1px 1px;
  padding: 5px 5px 5px 5px;
  border-style: inset inset inset inset;
  border-color: gray gray gray gray;
}

.center {
  text-align: center;
}

.center table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.textleft {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-align: left;
}

.textright {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-align: right;
}

.textcenter {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  color: #000000;
  text-align: center;
}

.main_img {
  border: 0px solid Black;
}

.main_thumb {
  border: 0px solid Black;
}

.thumb {
  border: 0px solid Black;
}

a:link {
  color: #0000FF;
}

a:visited {
  color: #FF0000;
}

a:hover {
  color: #FF0000;
}

a:active {
  color: #0000FF;
}

div.float {
  float: left;
  border: medium inset #C0C0C0;
  height: 120px;
  width: 140px;
  display: block
}

div.float p {
   text-align: center;
   }

div.spacer {
  clear: both;
  }

