* {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 4px;
}

th {
    padding: 4px;
}

address {
    font-style: normal;
    font-weight: normal;
}

caption {
    font-style: normal;
    font-weight: normal;
}

cite {
    font-style: normal;
    font-weight: normal;
}

code {
    font-style: normal;
    font-weight: normal;
}

dfn {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: normal;
}

strong {
    font-style: normal;
    font-weight: normal;
}

th {
    font-style: normal;
    font-weight: normal;
}

var {
    font-style: normal;
    font-weight: normal;
}

li {
    margin: 0px 0px 0px 18px;
    font-size: 14px;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    background: rgb(255, 255, 255);
    color: rgb(232, 47, 63);
    font-size: 14px;
}

p {
    margin: 3px 0px 20px;
    font-size: 18px;
}

img {
    border: 0px currentColor;
}

a img {
    border: 0px currentColor;
}

a {
    border: 0px currentColor;
}

a {
    color: rgb(83, 156, 163);
    text-decoration: none;
}

    a:link {
        border: 0px currentColor;
    }

    a:active {
        border: 0px currentColor;
    }

    a:visited {
        border: 0px currentColor;
    }

    a:hover {
        color: rgb(0, 150, 255);
        text-decoration: none;
    }

input {
    padding: 1px;
    color: rgb(51, 51, 51);
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

textarea {
    padding: 1px;
    color: rgb(51, 51, 51);
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

select {
    padding: 1px;
    color: rgb(51, 51, 51);
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

hr {
    border-width: 2px 0px 0px;
    border-style: solid none none;
    border-color: rgb(237, 237, 237) currentColor currentColor;
    padding: 0px;
    height: 1px;
    display: block;
}

body {
    background: rgb(240, 240, 240);
    color: rgb(0, 0, 0);
    line-height: 22px;
    font-family: Arial,Tahoma,Helvetica,sans-serif;
    font-size: 12px;
}

h1 {
    color: rgb(56, 56, 56);
    font-size: 34px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 11px;
}

h5 {
    font-size: 10px;
}

h6 {
    font-size: 8px;
}

.cb {
    clear: both;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cursor {
    cursor: pointer;
}

#layout {
    background: rgb(255, 255, 255);
    margin: 100px auto 150px;
    border: 2px solid rgb(231, 231, 231);
    width: 895px;
}

#header {
    margin: 50px 0px;
    width: 500px;
    line-height: 43px;
}

#middle {
    padding: 0px 0px 20px;
    width: 580px;
    clear: both;
    min-height: 300px;
}

#content {
    padding: 10px 40px;
}

.logo {
    margin: 28px 163px 40px 38px;
}

#left {
    float: left;
}

#image-holder {
    float: left;
}

img#maintenance {
    margin: 85px 0px 0px;
}