/*** Basic layout components **************************************************/

* {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #e33c02 url("images/bg_main.gif") repeat-x 0px 0px;
  font: 0.75em/180% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
}
#wrapper {
  margin: 0 auto;
  width: 714px;
}

/*** Navigation components ****************************************************/

#header {
  background: transparent url("images/bg_header.jpg") no-repeat 0px 0px;
  width: 714px;
  height: 74px;
  margin-top: 14px;
  position: relative;
}
#header ul {
  list-style: none;
  position: absolute;
}
#header ul li {
  font: Verdana;
  float: left;
  display: block;
}
#header ul li a {
  color: #fff;
  float: left;
  font-weight: bold;
  padding: 4px 0.5em;
  padding-bottom: 8px;
  text-decoration: none;
}
#header ul li a:hover,
#header ul li .selected {
  background: transparent url("images/bg_navi_hover.gif") no-repeat 50% 100%;
}
#header ul li .selected {
  background-image: url("images/bg_navi_selected.gif");
}
#header ul li a:active {
  color: #DEF000;
}
#header #mainnavi {
  left: 68px;
  bottom: 7px;
}
#header #subnavi {
  right: 27px;
  bottom: 7px;
}

/*** Content components *******************************************************/

#content {
  background: url("images/bg_content_06.png") no-repeat 0px 0px;
  height: 743px;
  margin-top: 10px;
  margin-bottom: 18px;
  padding: 30px 50px 40px 80px;
  text-align: left;
}
#content h1 {
  color: #DF0000;
  font-size: 200%;
  margin-bottom: 1em;
}
#content h2 {
  font-size: 120%;
  margin-bottom: 0em;
  margin-top: 2em;
}
#content h2 {
  font-size: 120%;
  margin-bottom: 0em;
  margin-top: 0em;
}
#content p {
  margin-bottom: 1em;
}
#content .right {
  float: right;
  margin-left: 30px;
}
#content .border {
  border: 1px solid #000;
}
#content .link {
  color: #DF0000;
  text-decoration: none;
}

