﻿#free-mail {
  width: 100%;
  padding: 5px 0 5px 0;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  color: #fff0f0;
  background: #660066;
  left: 0;
  top: 0;
  z-index: 100;
  position: absolute;
}

#top-pic {
  width: 950px;
  border-top: 1px #660066 solid;
  left: 0;
  top: 28px;
  z-index: 99;
  position: absolute;
}

#content-wrapper {
  width: 950px;
  background: #fff0f0;
  position: absolute;
  top: 200px;
  left: 0;
}

#content {
  margin: 0 15px 0 15px;
  float: right;
  width: 675px;
  text-align: left;
}

#content a {
  text-decoration: underline;
  color: #660066;
  background-color: inherit;
}

#content li {
  margin-bottom: 3px;
}

#right-sidebar {
  font-size: .85em;
  background-color: #BAD08C;
  position: absolute;
  top: 75px;
  left: 975px;
  width: 175px;
}

#quote {
  text-align: left;
  padding: 0 3px 0 3px;
  color: #003300;
  font-weight: 600;
}

#footer-ff {
  width: 675px;
  padding: 5px;
  color: #ffffff;
  background-color: #339933;
  text-align: left;
  font-size: .875em;
}

#footer-ie {
  width: 935px;
  padding: 5px;
  color: #ffffff;
  background-color: #339933;
  text-align: left;
  font-size: .875em;
}


#footer a {
  text-decoration: underline;
  color: #ffffff;
  background-color: inherit;
}
