body {
  font-size: 76%;
  margin: 0;
  padding: 0;
  font-family: Arial,Tahoma,Verdana,sans-serif;
  background: url("images/dragon_bg.gif") #fafcf9 center center no-repeat;
}

a {
  color: #000;
}

a:hover {
  color: #d69c77;
}

#header {
  background: url("images/top_stripe.jpg") left top repeat-x;
  width: 100%;
  height: 80px;
}

#upper {
  width: 100%;
  height: 50px;
  overflow: hidden;
  clear: both;
}

#lower {
  width: 100%;
  height: 30px;
  clear: both;
  background-color: #293357;
  overflow: hidden;
}

#logo_upper {
  position: relative;
  width: 470px;
  height: 50px;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 3.5em;
  font-family: Georgia,"Times New Roman",serif;
  color: #293357;
}

#logo_upper span {
  display: block;
  background: url("images/dragon_judo_club_upper.gif") left top no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 470px;
  height: 50px;
  margin: 0;
  padding: 0;
}

#logo_lower {
  background: url("images/dragon_judo_club_lower.gif") left top no-repeat;
  width: 135px;
  height: 30px;
  float: left;
}

#welcome_upper {
  background: url("images/kon'nichi_wa_upper.gif") right top no-repeat;
  width: 230px;
  height: 50px;
  float: right;
}

#welcome_lower {
  background: url("images/kon'nichi_wa_lower.gif") right top no-repeat;
  width: 206px;
  height: 30px;
  float: right;
}

.navbar {
  position: absolute;
  left: 150px;
  background-color: #293357;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  text-transform: lowercase;
}

.navbar li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar li a {
  height: 25px;
  color: #fff;
  background-color: #293357;
  text-decoration: none;
  display: block;
  padding: 5px 10px 0 10px;
  float: left;
}

.navbar li a:hover {
  height: 25px;
  color: #fff;
  background-color: #858b9f;
  text-decoration: none;
  float: left;
}

h2 {
  padding: 40px 140px;
  margin: 20px;
  text-transform: lowercase;
  color: #293357;
  font-family: "Trebuchet MS",Arial,sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  background: url("images/bja_logo.gif") 20px 50% no-repeat;
}

#content {
  padding: 0 185px 0 180px;
  text-align: justify;
  font-size: 1.3em;
  color: #293357;
  line-height: 1.4em;
  min-height: 412px;
  _height: 412px;
}

#left_man {
  background: url("images/left_man.gif") left bottom no-repeat;
  min-height: 350px;
  _height: 350px;
}

#left_man small {
  padding: 100px 0 5px 0;
  margin: 0;
  display: block;
  text-align: center;
}

#right_man {
  background: url("images/right_man.gif") right bottom no-repeat;
  min-height: 350px;
  _height: 350px;
}

#floor {
  background: url("images/floor.gif") left bottom repeat-x;
}

img {
  border: 1px solid #000;
  padding: 5px;
  margin: 0 20px 20px 0;
}

#map {
  border: 1px solid #000;
  width: 100%;
  height: 400px;
}

#map p {
  font-size: 0.8em;
  line-height: 1em;
  width: 200px;
  text-align: left;
}

.address {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.1em;
  text-align: left;
}

.float_left {
  float: left;
}

.clear_both {
  clear: both;
}