<!--
#banner {
    margin: 0 auto;
    width: 960px;
    height: 430px;
}

#banner #banner-grid {
    width: 940px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    
}

#slider-container {
display: block;
    background: url("../images/slider_shadow.png") 0 bottom no-repeat;
    height: 430px;
    margin-bottom: 13px;
    z-index: 0;
}
#slider-container {
    overflow: hidden;
}

#slider {
    width: 940px; 
    height: 384px; 
    position: relative; 
    background-image: url("../images/customer01.png"); 
    background-size: 940px 384px;
    background-repeat: no-repeat;
    background-position:center;
    z-index: -1;
}

#content {width: 960px; height: 400px; float: left; overflow: auto; 
          clear: both; margin: 1em auto; padding: 0;
          -moz-box-shadow: 10px 0 10px 3px #999;
          -webkit-box-shadow: 10px 0 10px 3px #999;
          box-shadow: 0px 0px 10px 3px #999;
          -moz-border-radius: 3px;
          border-radius: 3px;
          background-color: white;
          position: relative;
          font-size: 14px;
}

#rightContent p {
    position: absolute;
    top: 4em;
    left: 4em;
    width: 450px
}
#leftContent {
    position: absolute;
    width: 300px;
    top: 4em;
    right: 4em;
}
#leftContent p {
    margin-top: 3em;
    padding: 0 3em 0 1em;
    text-align: justify;
}

a {color: black; }
a:link {color: black;}
a:visited {color: black;}
a:hover {color: red;}
a:active {color: black;}

 

#listTable {word-break:break-all; margin-top: 3em; border: 1px solid #DDB575; border-collapse: collapse; 
            text-align: left; color: black; width:80%; font-size: 1em;
            line-height: 2em;
}
#listTable caption {text-align: left; font-weight: 800; font-size: 2em; margin-bottom: 1em;}
#listTable caption a {color: white; text-decoration: none;}
#listTable th{}
#listTable td{}

-->