*{
    padding: 0px;
    margin: 0px;
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

#main_container{
    width: 1000px;
    margin: 0px auto 0px auto;
}

#header{
    height: 73px;
    background: url('../images/header.jpg') no-repeat;
    font-size: 11px;
    text-align: right;
    padding-right: 18px;
}

#header a{
    line-height: 73px;
    color: #000000;
    text-decoration: none;
}

#menu_bar{
    height: 32px;
    background: url('../images/menu_bar.jpg') repeat-x;
}

#menu_bar a{
    height: 32px;
    font-family: tahoma;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    line-height: 32px;
    display: block;
    float: left;
    padding: 0px 18px 0px 18px;
}

#menu_bar a:hover, #menu_bar a.active_link{
    height: 32px;
    background: url('../images/active_link_background.jpg') repeat-x;
}

#presentation{
    height: 203px;
    background: url('../images/presentation.jpg') no-repeat;
}

#content{
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    background-color: #e8e5e0;
}

#content .text{
    padding: 45px 20px 0px 0px;
}

#content .right_column{
    width: 750px;
    float: right;
    padding-bottom: 40px;
}

#content .clear{
    clear: both;
}

#content h1{
    width: 210px;
    font-size: 28px;
    font-weight: normal;
    border-bottom: 1px solid #ef5409;
    padding: 0px 10px 10px 0px;
    text-align: right;
    display: block;
    float: left;
}

#content p{
    padding-bottom: 10px;
}

#content ul{
    font-size: 11px;
    list-style: inside;
    line-height: 25px;
    margin-left: 15px;
}

#footer{
    height: 80px;
    background: url('../images/footer.jpg') no-repeat;
    clear: both;
    font-size: 11px;
    color: #ffffff;
}

#footer .signature{
    width: 300px;
    display: block;
    float: left;
    line-height: 80px;
    padding-left: 15px;
}

#footer .signature a{
    color: #ffffff;
    text-decoration: none;
}

#footer .address{
    text-align: right;
    padding-top: 6px;
    line-height: 11px;
    padding-right: 15px;
}
