/** BASIC */

html, body {
  height: 100%;
}

/** HEADER */

#header {
  width: 765px;
  height: 110px;
  margin: 0px auto;
}

.subpage #header, .subpage-wide #header {
  height: 188px;
  background: url(images/subpage1_01.jpg) no-repeat left bottom;
}

/** LOGO */

#logo {
  float: left;
  width: 230px;
  height: 110px;
  background: url(images/homepage01.jpg) no-repeat left top;
}

#logo h1 {
  padding-top: 62px;
  text-indent: 16px;
  letter-spacing: -1px;
  color: #6D9506;
  font-family: Tahoma;
  font-size: 17.5pt;
}
#logo h1 span {
  color: black;
}
#logo img {
  padding-top: 64px;
  padding-left: 17px;
}






/** CONTENT */

#content {
  float: right;
  width: 506px;
}

.subpage-wide #content {
  float: none;
  width: auto;
}

.two-columns {
}

.two-columns .column-one {
  float: left;
  width: 235px;
}

.two-columns .column-two {
  float: right;
  width: 235px;
}

/** SIDEBAR */

#sidebar {
  float: left;
  width: 204px;
}

/** FOOTER */

#footer {
  width: 765px;
  margin: 0px auto;
}

/** LOGIN */

#login {
  margin-bottom: 30px;
}
