﻿#presentation
{
    width: 498px;
    float: left;
}
#content
{
    width: 395px;
    float: right;
    clear: right;
    padding: 10px 20px 10px 0px;
}
#content h1
{
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
    padding-left: 15px;
    background: url(../images/title-bg.gif) no-repeat left center;
}

/* Jobs listing */
ul.jobs-boxes
{
    list-style: none;
    margin-left: 5px;
    padding: 0;
}
ul.jobs-boxes li
{
    width: 200px;
    float: left;
    padding-right: 5px;
}
ul.jobs-boxes li .top
{
    width: 200px;
    height: 19px;
    background: url(../images/jobs-box-top.jpg) no-repeat left top;
}
ul.jobs-boxes li .details
{
    padding: 0 10px;
    background: url(../images/jobs-box-repeat.jpg) repeat-y left top;
    min-height: 100px;
}
ul.jobs-boxes li .bottom
{
    width: 200px;
    height: 43px;
    background: url(../images/jobs-box-bottom.jpg) no-repeat left top;
}

