* {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
}

body {
  background: #c00;
  text-align: center;
}

#vcenter {
  width:1px;
  height: 50%;
  margin-bottom: -245px;
  float: left;
}

#wrapper {
  clear: left;
  text-align: left;
  width: 100%;
  height: 490px;
  margin: 0 auto;
  background: #fff;
  color: #fff;
  font-size: 70%;
}

#header {
 height: 90px;
 background: #c00;
}

#header #header2 {
  margin: 0 auto;
  width: 940px;
  height: 100%;
}

#header a {
  width: 150px;
  height: 100%;
  background: #fff url(../files/logo.jpg) center center no-repeat;
  display: block;
  float: left;
}

#header span {
  display: none;
}

#header #title {
  float: left;
  width: 390px;
  height: 100%;
  margin-left: 0px;
  background: url(../files/header.gif) 20px 0 no-repeat;
  position: relative;
}

#header #title a {
  float: none;
  position: absolute;
  background: none;
  width: 116px;
  height: 8px;
  bottom: 9px;
  left: 20px;
}

#wrapper2 {
  width: 940px;
  height: 400px;
  margin: 0 auto;
  color: #555;
  overflow: hidden;
}

#startpage #wrapper2 {
  background: url(../files/home.jpg) right no-repeat;
  color: #222;
}

#navi {
  width: 150px;
  float: left;
  padding-top: 50px;
}

#navi li {
  list-style-type: none;
  display: block;
}

#navi li.blankline {
  margin-top: 50px;
}

#navi li a,
#navi li strong {
  display: block;
  color: #555;
  font-size: 110%;
  text-align: right;
  line-height: 170%;
  text-decoration: none;
  padding: 0 20px 0 0;
}

#navi li.bottom a,
#navi li.bottom strong {
  line-height: 140%;
}

#navi li a:hover,
#navi li a:focus,
#navi li strong {
  color: #c00;
  outline: 0 none;
}

#navi li strong {
  font-weight: bold;
}

#content {
  float: left;
  width: 370px;
  height: 360px;
  padding: 20px;
  overflow: auto;
}

#startpage #content {
  margin: 0 0px 0 452px;
  padding: 20px 20px 20px 20px;
  width: 280px;
  height: 360px;
  position: relative;
  overflow: auto;
}

#content .quotebegin,
#content .quoteend {
  color: #c00;
  font-size: 500%;
  font-family: Courier, Arial, sans-serif;
  display: block;
  position: absolute;
}

#content .quotebegin {
  top: -15px;
  left: 5px;
}

#content .quoteend {
  right: 5px;
  bottom: 0px;
  text-align: right;
}

#content h1 {
  font-size: 130%;
  margin-bottom: 0.2em;
}

#content h2 {
  font-size: 100%;
  font-weight: bold;
  color: #c00;
  margin-bottom: 1em;
}

#content p,
#content ul,
#content table {
  margin-bottom: 1em;
}

#content p a {
  color: #c00;
  text-decoration: none;
}

#content p a:hover {
  text-decoration: underline;
}

#content p a img {
  border: 0 none;
}

#content fieldset {
  border: 0 none;
  background: #ddd;
  margin: 0 -20px 1em -20px;
  padding: 5px 20px;
}

#content form label,
#content form input {
  display: block;
  float: left;
  clear: left;
  width: 80px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 3px;
  vertical-align: bottom;
}

#content form input {
  clear: none;
  background: #fff;
  width: 284px;
  height: 16px;
  padding: 1px 2px;
  border: 1px solid #ddd;
  font-size: 110%;
  outline: none;
  line-height: 1em;
}

#content form input:focus {
  border-color: #c00;
}

#content form #submit {
  margin-left: 80px;
}

#content form #submit input {
  background: #c00;
  color: #fff;
  border: 1px solid #fff;
  padding: 0px 2px 2px 2px;
  margin-left: 1px;
  width: 288px;
  height: 20px;
}

#content form #submit input:hover,
#content form #submit input:focus {
  border: 1px solid #555;
}

#image {
  float: left;
  width: 380px;
  height: 400px;
}