#outer {
  margin-top: 40px;
}

#logo {
  font-family: arial;
  font-size: 50px;
  line-height: 47px;
  text-align: right;
  color: #27408B;
  width: 250px;
  height: 500px;
  padding-right: 10px;
  border-right: 3px solid #27408B;
  padding-left: 4px;
  float: left;
}

#right_side {
  width: 170px;
  float: left;
}

#content {
  width: 700px;
  float: left;
}

#words {
  float: left;
  width: 360px;
  padding-left: 10px;
  font-family: arial;
  font-size: 17px;
  color: #27408B;
}

#links {
  float: left;
  margin: 0;
  padding: 0;
  margin-top: 100px;
}

#links ul {
  float: left;
  clear: left;
  margin: 0;
  width: 171px;
  padding: 0px;
}

#link_title {
  background-color: #27408B;
  color: white;
  padding: 4px;
  padding-bottom: 6px;
  padding-top: 6px;
  font-family: arial;
  letter-spacing: 4px;
}

#links {
  list-style: none
}

#links li {
  line-height: 24px;
}

#link_1 {
  border-top: 3px solid #27408B;
}

.current_link {
  background-color: #27408B;
  color: white;
  text-decoration: none;
  font-family: arial;
  width: 140px;
  float: left;
  padding: 4px;
  border-bottom: 3px solid #27408B;
  border-right: 3px solid #27408B;
}

.other_link {
  color: #27408B;
  text-decoration: none;
  font-family: arial;
  width: 140px;
  float: left;
  padding: 4px;
  border-bottom: 3px solid #27408B;
  border-right: 3px solid #27408B;
}

#links li a:hover {
  background-color: #FF6600;
  color: white;
}

.musings_title:after {
  content: "";
  display: table;
  clear: both;
}

#musings_words {
  margin-left: 15px;
  width: 300px;
  float: left;
}

#musings_image {
  border-radius: 15px;
  width: 200px;
  float: left;
}
