* {
  margin: 0;
  padding: 0;
}

body {
  color: #1c2224;
  font: 81.25%/1.5em arial,verdana,helvetica,sans-serif;
}

#wrapper {
  padding: 80px 10px 10px 10px;
}

#logo {
text-align: right;
margin-bottom: 10px;
}

#site {
  position: relative;
  margin-top: 10px;
  border-top: 5px solid #ffc943;
  border-bottom: 22px solid #ffc943;
}

#site-txt {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 12px;
  color: #666;
}

p{
  margin:0 0 1em 0;
}

a {
  color: #2f8cca;
  text-decoration:none;
}

a:hover, a:active {
  color: #2f8cca;
  text-decoration:underline;
}

h1, h2, h3, h4, h5, h6  color: #1c2224; { 
font-weight: normal; 
}


h1 {
  font-size:160%;
  line-height: 100%;
  margin: 0 0 10px 0;
}
h2 {
  font-size:140%;
  line-height: 100%;
}
h3 {
  font-size:120%;
  line-height: 100%;
}

hr{
  margin: 5px 0;
  border: 0;
  border-top: 1px solid #d7e3f4;
}

