body {
   background: url(background.gif) top left repeat-x;
   margin: 0px;
}

input, textarea, option, select {
   background-color: #a70000;
   font: 8pt Trebuchet MS;
   font-weight: normal;
   color: #fff;
   border-top: 0px;
   border-left: 0px;
   border-right: 2px solid #000;
   border-bottom: 2px solid #000;
   padding: 2px; 
   letter-spacing: 3px;
}

b, strong {
   color: #a70000;
   font-weight: bold;
}

i, em {
   color: #000;
   font-weight: bold;
   text-transform: uppercase;
}

hr {
   background-color: #a70000;
   height: 3px;
   border: 0px
}

#text {
   position: absolute;
   top: 390px;
   left: 10px;
   width: 520px;
   height: auto;
   color: #000;
   font: 10pt Trebuchet MS;
   text-align: justify;
   line-height: 18px;
}

#text a {
   color: #fcb436;
   font-weight: bold;
   text-decoration: none;
}

#text a:hover {
   color: #44464a;
}

#nav {
   position: absolute;
   top: 410px;
   left: 550px;
   width: 200px;
}

#nav a {
   display: block;
   background-color: #fcb436;
   color: #000;
   font: 8pt Helvetica;
   text-decoration: none;
   text-align: left;
   font-weight: bold;
   letter-spacing: 4px;
   padding-left: 5px;
   border-bottom: 8px solid #fff;
   padding: 2px;
}

#nav a:hover {
   color: #fff;
   background-color: #a70000;
}
