body {
  background-color: #5d1f5d;
  text-align: center;
}
textarea{
width:550px;
height:30px;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: black;
}
a:active {
  color: #000000;
  text-decoration: none;
}
a.nav:link {
  color: #ffffff;
  text-decoration: none;
}
a.nav:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.nav:hover {
  color: #993399;
}
a.nav:active {
  color: #ffffff;
  text-decoration: none;
}
a.joseph:link {
  color: #ffffff;
  text-decoration: none;
}
a.joseph:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a.joseph:hover {
  color: #acacac;
}
a.joseph:active {
  color: #ffffff;
  text-decoration: none;
}
#page-container {
  border: 1px solid black;
  margin: auto;
  width: 800px;
  background-color: #b277ac;
}
#news {
  text-align:left;
  padding-left:10px;
  padding-right:10px;
  background-repeat: repeat-x;
  margin-top: -5px;
  background-color: #501a50;
  color: #a515a4;
  font-size: 1.3em;
  height: 30px;
  line-height: 1.5em;
}
#content {
  margin: 10px;
  height: auto;
  min-height: 500px;
}
.sidebar {
  background:#501950;
  clear:left;
  border: 1px solid black;
  height: auto;
  width: 200px;
  float: left;
  margin-top: 0px;
  margin-bottom:20px;
}
.sidebar-inner {
  background-image: url(images/sidebg.jpg);
  text-align: left;
  padding-top: 0px;
  line-height: 1.85em;
  padding-left: 10px;
  color: white;
}
#ads {
  text-align: center;
}
#content-inner {
  width: 560px;
  margin-left: 200px;
  margin-top: 0px;
  padding-top:0px;
  padding-left: 15px;
  text-align: center;
  height: auto;
}
#footer {
  clear: both;
  background-color: #993399;
  height: 60px;
  font-size: 1.1em;
  line-height: 1.6em;
  color: white;
  font-weight: normal;
}
