#white-back {
  background: #fff;
  height: 100%;
  margin-left: -45%;
  left: 50%;
  position: fixed;
  top: 2%;
  width: 90%;
  min-width: 900px; 
  z-index: -1;
  }

#wrapper {
  background: #fff;
  width: 90%;
  min-width: 900px;
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 2%;
  }
  
#main-content {
  background-color: #fff;
  text-align: left; /* for IE fix */
  }

#header {
  border-bottom: 4px solid #d38b14;
  }
  
#header-logo {
  border: 0;
  padding: 5px 0 5px 5px;
  }

#black-stripe {
  background-color: #333;
  height: 2px;
  margin-top: 2px;
  width: 100%;
  }

#left-col {
  float: left;
  width: 25%;
  }

#left-col ul li {
  border-bottom: 1px dotted;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  }

#left-col ul ul {
  padding: 3px 10px;
  }
  
#left-col ul ul li{
  border: none;
  font-size: 10px;
  text-align: right;
  }

#left-col ul li a {
  display: block;
  padding: 5px 20px 10px 5px;
  }
  
#left-col ul ul li a {
  display: block;
  padding: 2px 10px;
  }

#left-col ul li a:hover {
  background-color: #F0F5FF;
  color: #c00;
  text-decoration: underline;
  }
  
#left-col ul ul li a:hover {
  background: none;
  color: #555;
  text-decoration: none;
  }

#thumbnail {
  float: left;
  margin-left: 10px;
  width: 80px;
  }
  
#thumbnail img {
  border: none;
  margin: 10px 0 0 0;
  width: 80px;
  }

#right-col {
  background: #FFF;
  float: right;
  padding: 10px 0;
  width: 70%;
  }
  
#right-col ul {
  font-size: 12px;
  padding-left: 50px;
  }
  
#right-col ul li {
  padding: 5px 0;
  }
  
#home-photo {
  float: left;
  padding: 0 10px 10px 20px;
  width: 400px;
}

#softball {
  padding-left: 40px;
  }
  
#footer {
  border-top: 1px dotted #D38B14;
  bottom: 0;
  display: hidden;
  clear: both;
  margin-top: 10px;
  padding: 5px 0;
  width: 100%;
  }
  
ul.horizontal {
  list-style: none none outside;
  text-align: center;
  }

ul.horizontal li {
  display: inline;
  font-size: .8em;
  padding:0 10px;
  }

.drop {
  /*background-color: #F0F5FF;*/
  background-color: #333;
  color: #FFF;
  float: left;
  font-size: 5em;
  font-family: Times;
  margin: 0 8px 4px 0;
  padding: 0px 2px 0px 2px;
  line-height: .8em;
  border: 1px solid;
  /*text-transform: lowercase;*/
  }

img#press {
  float: left;
  margin: 0 10px 0 0;
  }
p#address {
  /*background-color: #F0F5FF;*/
  border: 1px solid #333;
  border-left: 0px;
  border-right: 0px;
  font-size: 10px;
  color: #333;
  margin-top: 40px;
  text-align: right;
  } 
  
p.breadcrumb {
  font-size: 11px;
  padding-top: 0;
  }
  
p.caption {
  font-size: 10px;
  padding-top: 0;
  }
#sitemap {
  line-height: 1.0em;
  }
  
#sitemap ul li{
  padding: 2px 0;
  }
  
