

html, 
body {
  font: normal 95%/170% "Arial", "Verdana", sans-serif;
  background: #fff;
}

body {
  overflow-y: scroll;
  padding-bottom: 200px;
  background: #fff url("/images/footer.png") repeat-x 50% 100%;
}

a {
  text-decoration: underline;
  color: #333;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0.5em 0 1em 0;
}

h1, h2, h3, h4, h5, h6, #navigation a {
  font-family: "Lucida Sans", "Verdana", "Arial", sans-serif;
  color: #777a77;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child {
  margin: 0 0 1em 0;
}

h1 {
  font-size: 130%;
  font-weight: bold;
}

h2 {
  font-size: 120%;
  border-top: 1px solid #d0cfcd;
  padding-top: 1em;
  font-weight: bold;
  margin: 2em 0 0 0;
}

h3 {
  font-size: 110%;
  font-weight: bold;
  margin: 1.5em 0 -0.5em 0;
}

h3 span {
  font-weight: normal;
  font-size: 90%;
}

blockquote {
  font-size: 95%;
  color: #666;
  overflow: auto;
  font-style: italic;
}

blockquote p em {
  float: right;
  font-style: normal;
  font-size: 90%;
  margin-top: -1.5em;
  margin-bottom: 1.5em;
}

#container {
  width: 900px;
  margin: 65px auto 15px;
  overflow: visible;
  min-height: 300px;
  border: 2px solid #d0cfcd;
  background: #fff;
}

.head {
  height: 188px;
  background: #fff;
  padding: 30px 30px 15px 30px;
  position: relative;
}

.head h1 {
  float: left;
}

.head h1 a span {
  display: none;
}


.head .mood {
  position: absolute;
  right: -45px;
  top: -45px;
  width: 613px;
  height: 234px;
}

.footer {
  height: 2em;
  line-height: 2em;
  background: #d0cfcd;
  clear: both;
  padding: 0 30px;
  font-size: 90%;
  margin-top: 2em;
}

.content {
  padding: 0 30px 15px 30px;
  clear: both;
  overflow: auto;
}

.sidebar {
  width: 300px;
  float: left;
}
.main {
  width: 540px;
  float: left;
  min-height: 200px;
}

.main ul {
  list-style: disc;
  margin: 10px 0 0 30px;
}

.main ul li {
  padding: 0.2em 0;
}

.main ul h3 {
  margin: 0;
  font-weight: bold;
}

.main ul p {
  margin: 0;
}

#navigation {
  margin: 0 0 0 40px;
}

#navigation ul {
  margin: 0 0 0 20px; 
  display: none;
}

#navigation li.selected ul,
#navigation li:hover ul {
  display: block;
}

#navigation a {
  text-decoration: none;
  /*text-transform: uppercase;*/
  letter-spacing: 0.2em;
  font-size: 125%;
  line-height: 200%;
  color: #777a77;
}

#navigation ul a {
  text-decoration: none;
  text-transform: none;
  font-size: 100%;
  line-height: 160%;
  letter-spacing: inherit;
}

#navigation .selected a,
#navigation .selected .selected a,
#navigation a:hover {
  font-weight: bold;
}

#navigation .selected li a {
  font-weight: normal;
}

.contact img {
  float: right;
  margin-top: 1em;
  width: 200px;
}
