body {
  color: #fff;
  background: #444;
  padding: 0;
}

#main {
  width: 874px;
}

a, a:link, a:visited, a:hover, a:active {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #da6a28;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

#footer {
  border-top: none;
  padding-top: 0;
  color: #bbb;
}
/************************************************************/

#home {
  margin-top: 20px;
}

#home div.welcome_intro {
  position: relative;
  top: 10px;
  left: 30px;
  width: 375px;
}

#home div.welcome_intro div.welcome {
  font-size: 20px;
  letter-spacing: 2px;
}

#home div.welcome_intro div.intro {
  line-height: 1.5em;
}

#home div.notice {
  position: relative;
  top: -57px;
  left: 500px;
  width: 275px;
}

#home div.notice div.welcome {
  font-size: 20px;
  letter-spacing: 2px;
}

#home div.notice div.intro {
  font-size: 1.1em;
  line-height: 1.5em;
}

#home img.location {
  float: right;
}

#home div.search {
  float: right;
}

#home div.search form input.text {
  width: 75px;
}

#home img.splash {
  padding-bottom: 1em;
}

#home .member_login {
  float: right;
  text-align: right;
}
