
body {
  background-color: #fff;
  margin:  0px;
  padding: 1px;
}

.header {
  height: 150px;
  text-align: left;

  background: url( ./images/header_bg.jpg );
  background-position: left;
  background-color: #234;
}

.column_left {
  width: 18%;
  vertical-align: top;
  background-color: #e9e9e9;
  border-bottom: 1px #fff solid;  
  border-right: 1px #fff solid;
}

.column_right {
  width: 18%;
  vertical-align: top;
  background-color: #e9e9e9;
  border-bottom: 1px #fff solid;  
  border-left: 1px #fff solid;
}

.footer {
  height: 25px;
  color: #fff;
  background-color: #234;
}


.block1 {
  width: 100%;
  float: left;
}

.block2 {
  width: 50%;
  float: left;

}

.block3 {
  width: 50%;
  float: left;
}

.block10 {
  margin: 10 8 10 9px;
}

.block10c {
  margin: 10px;
  text-align: center;
}

.foto_block {
  width:  252px;
  height: 240px;
  margin:  0 3 3 0px;
  padding: 2 1 0 1px;
  border:  1px solid #ddd;
  float: left;
  background-color: #f5f5f5;
}
.foto_span {
  height:  204px;
  text-align: center;
}



h1, h2, h2.b3, h3 {
  margin: 0px;
  width: 100%;
  height: 22px;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  color: #fff;
  background-color: #234;

  font-family: Helvetica;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-transform: lowercase;
}
h1 {
  background-color: #e30;
}
h1.foto {
  border: 0px;
}

h2.b3 {
  border-left: 1px #fff solid;
}
h3 {
  background-color: #666;
  height: 16px;
  font-size: 15px;
  font-weight: normal;
}



p, p.red, p.white, h4 {
  margin: 0 0 8 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  line-height: 1.2;
  text-align: justify;
}
p.red { color: #c00000; }
p.menu { margin: 0 0 4 0px; }

h4 {
  margin: 10 0 10 0px;
  font-size: 15px;
  color: #000;
}

ol, li {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;

  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #666;
  line-height: 1.2;
}


a.menu1:link, a.menu1:visited {
  font-family: arial, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
}
a.menu1:hover, a.menu1:active {
  font-family: arial, sans-serif;
  color: #f30;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  text-decoration: underline;
}

a.menu2:link, a.menu2:visited {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  white-space: nowrap;
  text-decoration: none;
}
a.menu2:hover, a.menu2:active {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #f30;
  font-size: 12px;
  white-space: nowrap;
  text-decoration: underline;
}

a:link, a:visited {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #f30;
  text-decoration: underline;
}


input {
  margin: 0 0 5 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #666;
}


