


.EPS-container {
    text-align: left;
    margin: auto;
    margin-top: 40px;

 /*
    background-image: url('../images/container-bg.png');
    background-repeat: repeat-y;

    border-top: 1px solid black;
*/
}
.EPS-header {
    margin-bottom: 2em;;
}
.EPS-footer {
    margin-bottom: 2em;
}

.contentTop {
    margin: auto;
    margin-bottom: 1em;
    width: 1000px;
    min-height: 100px;

    /*background-image: url('../images/ePs%20Logo.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position: top left;*/
}
.contentTop h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #5F5;
}

.mainContent {
    background: white;
    padding-top: 10px;
    margin: auto;

    width: 1000px;
    border: 2px solid #AAA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.contentBottom {
    height: 25px;
    margin-bottom: 10px;
}
