h1 {
  font-family: Georgia, serif;
}

h2 {
  font-family: Georgia, serif;
  color: #02c4b8;
}

h3 {
  font-family: Georgia, serif;
  border-bottom: 2px solid #02c4b8;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(2, 196, 184);
}

p {
    font-family: Georgia, serif;
    text-align: justify;
}

b {
  color: #02c4b8;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

nav ul li {
  float: left;
}

nav ul li a {
  font-family: Georgia, serif;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: #02c4b8;
}

nav ul li a.selected {
  background-color: #02c4b8;
}

#head_content {
  height: auto;
  width:950px;
  position: relative;
  margin:0 auto;
}

#top-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

#goodies {
  position: absolute;
  top: 0px;
  right: 120px;
}

#body_content {
  width:950px;
  position: relative;
  margin:0 auto;
}

#news {
  position: absolute;
  top: 0px;
  right: 0px;
}

#main_content {
  width:950px;
  position: absolute;
}
