body {
 background: #777675;
 font: 12px verdana, arial, sans-serif, serif;
 color: #000;
 margin: 0; padding: 0;
 margin-bottom: 0px;
}

#holder {
 position: relative;
 left: 50%; top: 0;
 width: 750px; height: auto;
 margin-left: -375px; margin-bottom: 0px;
 padding-bottom: 25px;
 background-color: #F5F7F9;
 border-left: 2px #024731 solid;
 border-right: 2px #024731 solid;
 border-bottom: 2px #024731 solid;
}

#header, #menu, #undermenu, #content, #footer {
 position: relative;
 left: 0; top: 0;
 width: 100%;
}

#header {
 height: 160px;
 background: url(../images/top.png);
 border-top: 2px #024731 solid;
}

#header h1 {
 position: absolute;
 left: 15px; bottom: 15px;
 margin: 0;
 font: 1.4em verdana, arial, sans-serif, serif;
 color: #fff;
 z-index: 1;
}

#header h2 {
 position: absolute;
 left: 16px; bottom: 14px;
 margin: 0;
 font: 1.4em verdana, arial, sans-serif, serif;
 color: #024731;
 z-index: 0;
}

#menu {
 height: 18px;
 padding-top: 2px;
 text-align: right;
 font: 1em arial, verdana, sans-serif, serif;
 border-top: 2px #024731 solid;
 border-bottom: 2px #024731 solid;
}

#menu a {
 color:#024731;
 text-decoration:none;
 font-weight:bold;
 margin-left:10px;
 margin-right: 10px;
}

#menu a:hover{
 color:#009B48;
 text-decoration:none;
 margin-left:10px;
 margin-right: 10px;
}

#content {
 height: auto;
 background-color: transparent;
}

p {
 margin: 25px 30px 10px 30px;
 padding: 0;
 text-align: justify;
 font: 1em arial, sans-serif;
 line-height: 1.5em;
 color: #3E515E;
}

p.indent {
 text-indent: 15px;
}

a {
 color: #000;
 font-weight: bold;
 text-decoration: underline;
}

a:hover {
 color: #3E515E;
 text-decoration: none;
}

img.left {
  margin-right:20px;
}

img.right {
  margin-left:20px;
}
