* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #F6921E;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 81%;
  line-height: 1.5;
}

p {
  margin-bottom: 1em;
}

ul {
  margin-bottom: 1em;
  margin-left: 2em;
}

a:link, a:visited, a:active, a:hover {
  color: #F6921E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

td {
  vertical-align: top;
}

col {
  width: 20%
}

h1 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1em;
}

address {
  margin-bottom: 1em;
  font-style: normal;
}

#wrapper {
  position: absolute;
  width: 836px;
  left: 50%;
  margin-left: -418px;
  background-image: url('images/shadow.jpg');
  background-repeat: repeat-y;
  background-position: top left;
}

#header {
  position: relative;
  width: 800px;
  height: 312px;
  padding: 0px 18px 0px 18px;
  background-image: url('images/shadowtop.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

#content {
  position: relative;
  margin: 20px 130px 0px 210px;
  font-size: 0.85em;
}

#footer {
  position: relative;
  width: 836px;
  padding-bottom: 49px;
  margin-top: 40px;
  text-align: center;
  background-image: url('images/shadowbottom.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
}

#rtmlogo {
  margin-top: 38px;
}

.headimg {
  position: absolute;
  top: 164px;
}

.one {
  left: 18px;
}

.two {
  left: 218px;
}

.three {
  left: 418px;
}

.four {
  left: 618px;
}

#title {
  margin-bottom: 1em;
}

#menu {
  position: absolute;
  list-style-type: none;
  margin-left: 0;
  left: -170px;
  top: 0px;
  width: 150px;
}

#menu a {
  display: block;
  width: 125px;
  height: 28px;
}

a:link#home, a:visited#home {
  background-image: url('images/home.gif');
  background-position: 0px 0px;
}

a:hover#home, a:active#home, a:focus#home {
  background-position: 126px 0px;
}

a:link#start, a:visited#start {
  background-image: url('images/start.gif');
  background-position: 0px 0px;
}

a:hover#start, a:active#start, a:focus#start {
  background-position: 126px 0px;
}

a:link#contact, a:visited#contact {
  background-image: url('images/contact.gif');
  background-position: 0px 0px;
}

a:hover#contact, a:active#contact, a:focus#contact {
  background-position: 126px 0px;
}

.hidden {
  display: none;
}

#armalogo, #iso9002 {
  position: absolute;
  left: 20px;
  margin-top: -30px;
  margin-left: 20px;
}

#iso9002 {
  margin-left: 94px;
}

.underline {
  text-decoration: underline;
}

#menu a.current {
  background-position: 126px 0px;
}

#guide {
  margin-top: 28px;
}

div#content.large {
  font-size: 1.0em;
}