/**
 * Main Layout File
 */

/* ------------------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #373631 url('../img/bg_page_gradient.gif') top repeat-x;
}

body {
    background: url('../img/bg_box_silhouette.gif') left top no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 123px;
    margin-bottom: 50px;
    padding-top: 15px;
    width: 884px;
    height: 500px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* ------------------------------------------------------------------------- */

div#text {
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    background: url('../img/bg_box_image.png') top no-repeat;
    margin: 0 auto;
    width: 565px;
    height: 165px;
    padding: 50px 0 0 50px;
}
div#text h1 {
    font-size: 1.8em;
    color: #373631;
    font-weight: bold;
    margin-left: 70px;
}
div#text h2 {
    font-size: 1.5em;
    color: #373631;
    font-weight: normal;
}
div#text p {
    margin: 40px 0 0 100px;
    font-size: 1.0em;
    color: #fff;
    font-weight: bold;
}

div#contact {
    background: url('../img/rule_shining_vert.gif') 435px 0px no-repeat;
    margin: 100px auto 0 auto;
    width: 884px;
    height: 117px;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
}
div#contact_left {
    width: 50%;
    float: left;
    text-align: right;
}
div#contact_left p {
    margin: 15px 30px 0 0;
}
div#contact_right {
    width: 50%;
    float: left;
    text-align: left;
}
div#contact_right p {
    margin: 15px 0 0 30px;
}

