body, table, tr, td {
font: 11px Tahoma, Geneva, sans-serif; 
color: #e0aa6a; 
letter-spacing: 0px; 
line-height: 14px;
}

body {
background-color: #541f0f;
margin: 0px; 
text-align: center;
}

a:link {
text-decoration: underline; 
color: #c47032; 
font-weight: bold;
}

a:visited {
text-decoration: underline; 
color: #c47032; 
font-weight: bold;
}

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

a:active {
text-decoration: underline; 
color: #c47032; 
font-weight: bold;
}

a.nav:link {
text-decoration: none; 
color: #e1a33c; 
font-weight: normal;
}

a.nav:visited {
text-decoration: none; 
color: #e1a33c; 
font-weight: normal;
}

a.nav:hover {
text-decoration: none; 
color: #c47032;
font-weight: normal; 
}

a.nav:active {
text-decoration: none; 
color: #c47032; 
font-weight: normal;
}

.layout { 
border: 2px 
solid #660000; 
}

h2 { 
font: 11px Tahoma, serif; 
color: #a75a16; 
letter-spacing: 2px; 
font-weight: bold; 
text-transform: uppercase;
padding-left: 0px;
margin: 0px;
}

h3 { 
font: 10px Tahoma, serif; 
color: #a75a16; 
letter-spacing: 1px; 
font-weight: bold; 
text-transform: uppercase;
padding: 0px;
margin: 0px;
}

h4 { 
font: 8pt Trebuchet MS, serif; 
color: #660000; 
letter-spacing: 1px; 
font-weight: bold; 
text-transform: uppercase;
padding: 0px;
margin: 0px;
padding-top: 14px;
}

p {
padding: 0px;
margin: 2px 0px 14px 0px;
}

.code { 
margin: 0px 4px 4px 0px;
}

input, textarea, select {
font: 11px Tahoma, Geneva, sans-serif; 
color: #e1a33c; 
letter-spacing: 0px; 
background-color: #2b1a12;
padding: 2px; 
border: 1px solid #a75a16;
}

option {
font: 11px Tahoma, Geneva, sans-serif; 
color: #e1a33c; 
letter-spacing: 0px; 
background-color: #2b1a12;
border: 0px;
}

#wrap {
width: 444px;
margin: auto;
text-align: center;
background-color: #2b1a12;
}

#text {
width: 418px;
text-align: justify;
margin: 10px 13px 0px 13px;
padding-bottom: 10px;
}

#navigation {
width: 444px; 
text-align: center;
margin: 4px auto 0px auto;
padding-bottom: 0px;
text-transform: uppercase;
font: 10px Tahoma, sans-serif;
}

html > body #text {
height: auto;
min-height: 96px;
}


ul {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

li {
margin: 0px 4px;
padding: 0px;
display: inline;
}

.form {
width: 100%;
}

input:focus, textarea:focus, option:focus, select:focus {
border: 1px solid #c47032;
}