@charset "utf-8";
/* CSS Document */

body {
   background-color: #649CB5;
}

#main_container {
  width: 905px;
  margin-left: auto;
  margin-right: auto;
  border: solid 5px #9c1037;
  background-color: #fff;
}


#index_content {
  width:905px;
  height: 100%; 
}

#player_content {
  width:905px;
  height: 850px; 
}

#constitution_content {
  float: none; 
  width: 745px; 
  border: 1px solid #FFF; 
  background-color: #fff; 
  overflow: hidden;
}

#standings_content {
  float: none; 
  width: 745px;
  height: 850px; 
  border: 1px solid #FFF; 
  background-color: #fff; 
  overflow: hidden;
  font-family: 'Trebuchet MS';
  font-size: 14px;
}

#teamstat_content{
  float: none; 
  width: 745px;
  height: 1250px; 
  border: 1px solid #FFF; 
  background-color: #fff; 
  overflow: hidden;
  font-family: 'Trebuchet MS';
  font-size: 14px;
}


#banner {
  position: relative;
  margin: 0;
  width: 905px;
  height: 100px;
  background-color: #002053;
}

#al_links {
  float: left; 
  width: 75px; 
  border: 2px solid #000; 
  background-color: #fff;
}

#al_links img {
  border-bottom: 2px solid #000;
  width: 75px;
  height: 75px;
}

#nl_links {
  float: right; 
  width: 75px; 
  border: 2px solid #000;
  background-color: #fff;
}

#nl_links img {
  border-bottom: 2px solid #000;
  width: 75px;
  height: 75px;
}

#home_content {
  float: none; 
  width: 745px;
  height: 855px;
  border: 1px solid #FFF; 
  background-color: #fff; 
  overflow: hidden;
}

#home_content img {
  width: 250px;
  padding: 0 5px 0 0;
}

#home_content h2 {
  margin: 0;
  text-transform: uppercase;
  color: #003C99;
  text-align: center;
}


#home_content .homeImage {
  width: 250px;
  opacity: .9;
  margin: 10px 0 0 3px; 
  border: solid 1px #000066;
}

#home_content .homeContent {
  margin: 10px 0 0 3px; 
  width: 735px;
  font-family: 'Trebuchet MS';
  font-size: 16px;
}

#bottom_info {
  position: relative; 
  width: 905px; 
  height: 400px; 
  border-top: solid 3px #9c1037;
}

#bottom_info p {
  margin: 0 0 0 3px;
  font-family: 'Trebuchet MS';
  font-size: 13px;
}

#bottom_info span {
  color: #FF0000;
}

#bottom_info .latest_trans {
  float: left; 
  width: 450px; 
  height: 400px; 
  border-right: solid 3px #9c1037;
}

#bottom_info .injuries {
  float: right; 
  width: 452px; 
  height: 400px; 
}

#bottom_info h3 {
  margin: 0;
  text-transform: uppercase;
  color: #003C99;
  text-align: center;
  text-decoration: underline;
  background-color: #CCCCCC;
  font-family: 'Trebuchet MS';
}

