/** Changing the file size */
/* CSS Document */
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    color: #333333;
    background: #000 url(../images/site_background.png) repeat-x;
}

#logo {
    height: 208px;
    width: 215px;
    padding: 0px;
    z-index: 1000;
    position: absolute;
    display: inline;
    margin: -2px 0px 0px -80px;
}

p {
    margin-bottom: 10px;
    margin-top: 10px;
}

h1 {
    font-family: verdana, arial, helvetica;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 3px;
    margin-top: 1px;
    color: #333333;
}

h3 {
    font-family: verdana, arial, helvetica;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 1px;
    color: #333333;
}

h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #820A0A;
}

a {
    color: #333333;
}

a:hover {
    color: #666666;
}

#dpl_float {
    clear: both;
    overflow: hidden;
    height: 1px;
    margin-top: -1px;
    padding: 0;
}