body {
  background: #fff;
  font: 9pt Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  }
a, a:active, a:visited, a:hover {
  color: #f00;
  font-weight: 900;
  text-decoration: none;
  }
a img {
  border: none;
  }
a.new, a.new:active, a.new:visited, a.new:hover {
  color: #f00;
  font-weight: 900;
  padding:0;
  padding-top:2px;
  text-decoration: none;
  }
  
#container {
  background: url("bg.gif") top right no-repeat;
  min-height: 500px;
  width: 750px;
  margin: 0 auto;
  padding: 0;
  }

#top {
  overflow: hidden;
  color: #ccc;
  width: 750px;
  margin: 10px auto;
  }
#top a, #top a:active, #top a:visited, #top a:hover {
  color: #f00;
  font-weight: 900;
  }
#top p {
  margin: 0 0 4px 0;
  }

#nav {
  width: 750px;
  height: 25px;
  background: #f00;
  text-align: center;
  margin: 0 auto;
  }
#nav a, #nav a:active, #nav a:visited, #nav a:hover {
  font-size: 9pt;
  width: 125px;
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
  color: #fff;
  font-weight: normal;
  float: left;
  height: 20px;
  }
#nav a.current, #nav a.current:active, #nav a.current:visited, #nav a.current:hover {
  font-size: 9pt;
  width: 125px;
  display: block;
  margin: 0;
  padding: 5px 0 0 0;
  background: #000;
  color: #fff;
  font-weight: normal;
  float: left;
  height: 20px;
  }

img.logo {
  float: none;
  margin: 30px 141px 30px 450px;
  }

#content {
  width: 500px;
  min-height: 270px;
  margin: 0 auto;
  text-align: left;
  }
#content h1 {
  font-size: 14pt;
  font-weight: 900;
  color: #f00;
  margin: 0 0 .5em 0;
  }
#content h2 {
  font-size: 11pt;
  font-weight: 900;
  color: #f00;
  margin: 1.5em 0 .5em 0;
  }
#content p {
  margin: 0 0 1em 0;
  line-height: 1.4em;
  }
#content ul {
  padding: 0 0 0 1em;
  margin: 0 0 .5em 1em;
  line-height: 1.4em;
  }
#content li {
  list-style: outside url('clip.gif');
  padding-left: .5em;
  }
#content img.cast {
  float: left;
  padding: 0 15px 8px 0;
  }
#content img.cd {
  float: left;
  padding: 0 20px 0 30px;
  }
#content img.clip {
  padding-right: 20px;
  position: relative;
  left: 150px;
  }

#footer {
  width: 750px;
  background: #f00;
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  font-size: 8pt;
  }
 
#footer a {
	color: #fff;
	text-decoration: underline;
	}
  
  #footernav {
	text-align: center;
	background-color: #fff;
	font-family: verdana;
	color: #f00;
	padding: 5px 0;
	font-size: 9px;
	line-height: 1.6em;
	margin-top: 25px;
	clear: both;
}

#footernav a:hover {
	color: #000;
}
