body {
    margin:0;
    padding:0;

    text-align:center;
    background-color:#ac715a;
    background-image:url('/images/site/bg.png');
    background-position:top;
    background-repeat: repeat-x;

}

div, a, li {
     -moz-box-sizing:border-box;
}

div.header_stretch {
    width:100%;
    height:240px;

    background-image:url('/images/site/header_stretch.png');
}

div.header_stretch div.header {
    margin:0 auto;

    padding-top:10px;
    padding-right:10px;

    width:1000px;
    height:240px;

    background-image:url('/images/site/header_bg.png');
}

div.header div.leftpane {
    float:left;
}

div.header div.rightpane{
    float:right;
    text-align: right;
}

div.header div.rightpane div.upperBox {
    background:#b17861;
    padding:10px;
    margin:10px 0px;
}

div.logo {
    width:390px;
    height:110px;
}

div.conf_info {
    width:390px;
    height:100px;
    padding-left:15px;
    color:white;
}

/*PAGE ELEMENTS ------------------------------->*/

div.page {
    margin:0 auto;
    
    width:1000px;
    
    background-color:white;

    text-align: left;

    min-height: 350px;
}

div.column {
    float:left;
    padding:10px;
}

div.spacer { clear:both; }

/*FOOTER ELEMENTS ----------------------------->*/

div.footer {
    margin:0 auto;

    width:1000px;
    padding:20px;

    background:black;
    color:white;
}
.footer a{ color: white; }
.footer a:hover{ text-decoration: underline; color: white; }
