@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('fonts/helveticaneueltstd-lt.eot');
    src: url('fonts/helveticaneueltstd-lt.eot') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-lt.woff') format('woff'),
         url('fonts/helveticaneueltstd-lt.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-lt.svg#HelveticaNeueLTStd45Light') format('svg');
}

body {
  text-align: center;
  color: #7c704f;
  font-family: Helvetica, Arial, sans-serif;
}

#innet {
  margin: 10px auto;
  width: 1024px;
  height: 927px;
}

.right {
  float: right;
  width: 570px;
}

.left {
  width: 454px;
  text-align: left;
}

.right h1 {
  font-family: "Orator Std";
  font-weight: normal;
  font-size: 20px;
  margin: 0;
  padding: 80px 0 20px 0;
}

.left p {
  margin: 0;
  padding: 5px 10px 5px 35px;
  font-size: 14px;
}

.left p a {
  color: #7c704f;
  text-decoration: none;
}

.logo {
  display: block;
  margin: 40px 0px 10px 35px;
  width: 400px;
  height: 75px;
  background-image: url(img/PureLogicol-logo.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.wide {
  clear: both;
  color: #7c704f;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0;
}

.wide form { margin: 0; display: inline; }
.wide select,
.wide input { background-color: #7c704f; border: 1px solid #7c704f; padding: 2px; color: #ffffff; }
.wide input { margin-left: 5px; margin-right: 5px; }

.wide a {
  color: #7c704f;
  text-decoration: none;
}

.foot {
  background-color: #7c704f;
  color: #ffffff;
  height: 36px;
  font-size: 13px;
  font-weight: bold;
}
.foot span {
  display: block;
  padding-top: 10px;
}
.foot a {
  color: #ffffff;
  text-decoration: none;
}