body {
  background: #990000;
}

#tabs {
  background: #cc6666;
}

#tabs a:hover {
  background: #ee9999;
}

#tabs a#personal {
  font-weight: bold;
  background: white;
  color: black;
}

.personallink {
  clear: left;
  margin-bottom: 1em;
}

.personallink .icon {
  float: left;
  text-align: center;
  width: 70px;
  margin-bottom: 1em;
}

.personallink h4 {
  margin-bottom: 0em;
}

#funstuff {
  float: left;
  width: 60%;
}

#news {
  float: right;
  width: 35%
}

#news-content {
  width: 300px
}

#news-content-left {
  float: left
}

#news-content-right {
	float: right
}

#news-content-left img {
  margin-bottom: 5px
}

#news-content-right-top img {
  margin-bottom: 26px
}

#news-content-right-bottom {
  margin-left: 5px
}
