/* 0 BASIC TAGS */

h1, h2, h3, h4 {
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
}

p {
    line-height: 1.4em;
}

hr {
    border: 0;
    border-top: 1px solid #bababa;
    height: 1px;
    width: 430px;
}

a {
    text-decoration: none;
    color: #d32525;
}

    a:visited {
        color: #980000;
    }

    a:hover {
        text-decoration: underline;
        color: #e05252;
    }

    a:active {
        color: #980000;
    }

body {
    background-color: #ffffff;
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 0.7em;
    color: #666666;
}

img {
    border-width: 0;
}

/* 1 HEADER */
.header {
    background-image: url(Images/header.gif);
    background-repeat: no-repeat;
    position: relative;
    width: 760px;
    height: 81px;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    position: absolute;
    left: 37px;
    top: 12px;
    text-transform: uppercase;
    font-size: 18px;
}


/* 2 PAGE */

.page {
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h2 {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    font-size: 2.2em;
    font-weight: bold;
}

h3 {
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
}

h4 {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
}

/* 2.1 HOME */

#home {
    background-image: url(images/body-repeat.gif);
    position: relative;
    width: 686px;
    padding: 0px 37px;
    padding-top: 1px; /* Weird Mozilla Bug */
    padding-bottom: 40px; /* Weird Mozilla Bug */
    padding-right: 37px;
    padding-left: 37px;
}


#leftsidebar {
    float: left;
    width: 100px;
    height: 100%;
    text-align: left;
}

#rightsidebar {
    float: right;
    width: 120px;
    height: 100%;
    text-align: right;
}

#content {
    margin-left: 125px;
}

/* 3 FOOTER */

.footerbg {
    background-image: url(images/footer-side.gif);
    background-repeat: repeat-x;
    width: auto;
    height: 75px;
    text-align: center;
}

.footer {
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 75px;
    text-align: center;
    font-size: 10px;
}
