html, body, div, form, fieldset, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, hr {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
:focus {
    outline: none;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol, ul {
    list-style: none;
}
address, caption, cite, code, th, var {
    font-weight: normal;
    font-style: normal;
}
input, textarea, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1em;
}
.cl { clear: both; }
body {
    background: #FFF6DE;
    font: normal 16px Tahoma, Sans-Serif;
    color: #937653;
    height: 100%;
}
.wrap {
    width: 800px;
    padding: 0 0 36px 100px;
}

h1, h2 {
    padding: 90px 0 0 0;
    font-size: 50px;
    color: #33312C;
    text-transform: uppercase;
}
h2 {
    font-size: 36px;
}

p {
    padding: 12px 0 0 0;
    font-size: 13px;
    text-transform: uppercase;
}
a {
    text-decoration: none;
    color: #937653;
}
a:hover {
    text-decoration: none;
    color: #33312C;
}
