﻿body {
    padding: 0px;
    margin: 0px;
    font-family: Tahoma;
}

#container {
    height: 100%;
    background-color: #e7e7e7;
}

#contentHeader {
    width: 1366px;
    margin: 0 auto;
}

#content {
    width: 1366px;
    margin: 0 auto;
    background-color: #fff;
}

#title {
    width: 1366px;
    margin: 0 auto;
    background-color: #e7e7e7;
    font-size: 24px;
    color: #113f7b;
}
#headerImg {
    margin: 0 auto;
}
#header {
    background: url('../Images/headerBackJU.png') repeat-x top left;
    position: relative;
    width: 100%; /*-moz-box-shadow: 0 0 30px 3px #999;     -webkit-box-shadow: 0 0 30px 3px #999;*/
    position: relative;
    height: 100px;
}

#exportContent {
    width: 1366px;
    margin: 0 auto;
}
#exportContent table{
    width: auto;
    margin-right: 0px;
    margin-left: auto;

}