body {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: #000000;
    background-color: #e8edf3;
    width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

h1 a {
    display: inline-block;
    padding-top: 125px;
    background: url( ../media/huskyhead.png ) no-repeat 45px 0;
    text-decoration: none;
}

a {
    color: #003c58;
    border: none;
    text-decoration: underline;
}

img {
    border: none;
}

label {
    display: block;
}

input {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    width: 250px;
    padding: 2px;
    border: 1px solid #dddddd;
}

textarea {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    width: 500px;
    height: 200px;
    padding: 2px;
    border: 1px solid #dddddd;
}

ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ol li {
    margin-bottom: 10px;
}

li strong {
    font-size: 11px;
    color: #ae4747;
}

button {
    display: block;
    cursor: pointer;
    width: 154px;
    height: 24px;
    background: url( ../media/button.png ) no-repeat left top;
    border: 0;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

button:active {
    background-position: left bottom;
}

#content {
    position: relative;
    text-align: left;
    background-color: #f8f9fd;
    border: 2px solid #dddddd;
    padding: 10px 20px 5px;
}

#footer {
    font-size: 11px;
}

ul#navigation {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 3px 30px 5px 10px;
    list-style: none;
    background: #ddd;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

ul#navigation li {
    display: inline;
}
