/*
 * Fonts
 */

@font-face {
  font-family: 'Exo-Bold';
  src: url('../fonts/Exo-Bold.eot');
  src: url('../fonts/Exo-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Exo-Bold.woff') format('woff'),
       url('../fonts/Exo-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Hanuman';
  src: url('../fonts/Hanuman.eot');
  src: url('../fonts/Hanuman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Hanuman.woff') format('woff'),
       url('../fonts/Hanuman.ttf') format('truetype');
}


/*
 * Layout
 */

html, body {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-family: 'Hanuman',sans-serif;
    width: 1000px;
    background: url('../img/back_body.jpg') repeat-x scroll center 0px #dbdbdb;
}

#header {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 95px;
    margin: 5px 0 10px 0;
}

#wrapper {
    width: 100%;
    display: inline-block;
    min-height: 470px;
    box-shadow: 0 1px 5px 0 #a8a8a8;
    background-color: #fff;
}

#footerTop {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px 5px 0 0;
    color: #c82506;
}


/*
 * Header
 */

.header_logo {
    float: left;
    width: 230px;
    height: 95px;
    margin-right: 10px;
}


/*
 * Footer
 */

.moduletable_footer1 {
    width: 71%;
    float: left;
    margin: 2%;
}

.moduletable_footer1 strong {
    font-weight: bold;
}

.footer_copyright {
    float: left;
    margin: 2% 2% 2% 2%;
    font-weight: bold;
    width: 17%;
    font-size: 12px;
}
