html {
  height: 90%;
  overflow-y: scroll;
}

body {
  height: 90%;
  background-color: #F4F4F4;
  font: 80% Arial, Helvetica, sans-serif;
  text-align: left;
}

a {
  color: #850606;
}

.container {
  margin: 0 auto;
  height: 90%;
  width: 1000px;

}
.header {
  background-image: url('images/background.png');
  width: 1000px;
}

.menu {
  margin-left: 55px;
  margin-top: 60px;
  width: 900px;
  text-align: left;
  font-size: 18px;

}
.menu a {
  margin-right:30px;
  color: #850606;
  text-decoration: none;
}

.menu a.current{
  color: #8B8B8B;
}

.menu a:hover {
  color: #8B8B8B;
}

.line {
  border-bottom: 2px solid #CFCFCF;
  margin: 0 auto;
  height: 20px;
  width: 890px;
}

.logo {
  margin: -70px 0 0 735px;
}

.space {
    height: 30px;
}


.content {
  background-image: url('images/background_content.png');
  background-repeat: repeat-y;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  width: 1000px;
}

.content_data {
  margin-left: 120px;
  font-size: 15px;
  width: 820px;
}

.footer {
  height: 51px
}
