body{
  background-color: #e7e7e7;
  font: 0.8em Georgia;
  background: url("../images/background.png") repeat-x;
}

.container {
  width: 830px;
}
a:focus, a:hover {color:#000;}
a {color:#4396dc;text-decoration:underline;}

#logo {
  background: url("../images/logo.png") no-repeat;
  width: 180px;
  height: 60px;
  margin-top: 20px;
  text-indent: -10000px;
  margin-bottom: 20px;
  float:left;
}

#subtitle {
  width: 300px;
  margin-left: 10px;
  margin-top: 55px;
  float:left;
}

#subtitle span {
  font-weight: bold;
  color: #4396dc;
}

#spotlight .wrapper{
  background: url("../images/home-spotlight.png") no-repeat;
  width: 832px;
  height: 158px;
  font-size: 1.15em;
  padding: 2em 0 0 2em;
}

#footer{
  border-top: 1px solid #ccc;
}

/* Classes */
.left{
  float: left;
}

.right{
  float: right;
}

span{
  color: #4396dc;
}

.wrapper{
  padding: 1em;
}

.no-text-decoration{
  text-decoration: none;
}

.slogan{
  background: url("../images/slogan.png") no-repeat;
  width: 763px;
  height: 28px;
  text-indent: -100000px;
  margin: 20px 20px 40px 20px;
}
