html, body {
  background: rgb(253, 245, 230);
  color: black;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
#navigation
{
  background: #4c2717 url(../images/navigation-background.png) repeat-x;
}
#navigation ul
{
  margin: 0 auto;
  width: 900px;
}
#navigation li
{
  display: inline;
}
#navigation a
{
  display: inline-block;
  color: rgb(253, 245, 230);
  text-decoration: none;
  line-height: 50px;
  padding: 0 10px;
}
#navigation a:hover
{
  color: white;
}
#welcome #nav-welcome a,
#home #nav-home a,
#fantasy_films #nav-fantasy-films a {
  background: url(../images/navigation-indicator.png) no-repeat bottom center;
}
#header {
  text-align: center;
  margin: 50px auto 0;
  width: 900px;
}
#header img {
  padding: 10px;
  border: none;
}
#main {
  width: 900px;
  margin: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1 {
  text-align: center;
}
hr {
  clear: both;
  visibility: hidden;
}
a:link, a:visited {
  color: rgb(170, 0, 0);
}
a:active {
  color: red;
}

#welcome #main {
  text-align: center;
}

#stars-prices {
  float: left;
  width: 5em;
  text-align: right;
  padding: 2.8em 0 0 0;
}
#stars-prices li a, #stars-prices em {
  display: block;
  font-style: normal;
  text-decoration: none;
  padding: 0.1em 1em;
}
#stars-prices li a:hover {
  color: red;
}
#stars-prices em {
  background: #880000;
  color: rgb(253, 245, 230);
}
#stars-actors, #stars-directors, #selections {
  float: left;
  width: 13em;
  padding: 0 2em;
}
#stars-actors h2, #stars-directors h2, #selections h2 {
  margin: 0 0 0.5em 0;
}
#stars-actors li, #stars-directors li, #selections li {
  line-height: 2em;
}
.star form
{
  display: inline;
}

#league th, #league td, #stars th, #stars td {
  padding: 0.1em 0.5em;
}
td.earnings, td.position {
  text-align: right;
}
