#header
{
  background:url(HeadLeague2.gif) no-repeat;
  height:170px;
}

#predic
{
  background:url(FrontPredicLeague2.gif) no-repeat;
  height:225px;
  color:black;
  position:relative;
  width:647px;
}

#predic #content 
{
  float:left;
  padding:5px;
  height:115px;
  margin-top:90px;
  margin-left:5px;
  overflow:auto;
  width:505px;
  background:white;
}

#menu .dynamic, #menu .staticItem
{
  background:DarkGreen;
  color:LightYellow;
}

#menu .dynamic a:hover, #menu .staticItem a:hover
{
  color:Orange;
}

.headline .header
{
  background:Tomato;
  color:Black;
}

.headline .header a
{
  text-decoration:none;
}

.headline .header a:hover
{
  text-decoration:underline;
  color:Firebrick;
}

.sideBox100, .sideBox300, .sideBox500, .sideBox700
{
  background:MediumSeaGreen;
  color:LightYellow;
}

.sideBox100 a, .sideBox300 a, .sideBox500 a, .sideBox700 a
{
  text-decoration:none;
  color:GhostWhite;
}

.sideBox100 a:hover, .sideBox300 a:hover, .sideBox500 a:hover, .sideBox700 a:hover
{
  text-decoration:underline;
  color:OrangeRed;
}

#footer
{
  background:Tomato;
  color:Black;
}

#footer a
{
  text-decoration:none;
  color:GhostWhite;
}

#footer a:hover
{
  text-decoration:underline;
  color:Gold;
}

