body {
    background-color: #FFFFFF;
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    }

div#container {
    opacity:1;
    position: relative;
    width: 960px;
    height: 700px;
    margin: 0 auto;
    text-align: left;
    }

div#navigation {
    background-color: #FFFFFF;
    position:absolute;
    width: 125px;
    height: 100%;
    text-align: left;
    }

div#content {
    position: absolute;
    width: 800px;
    top: 30px;
    left: 150px;
    height: 100%;
}
  
div#overview {
    position: absolute;
    top:0px;
    left:0px;
    height: 80px;
    width: 800px;
    color: #666666;
    font-size: 12px;
    letter-spacing: 1.1px;
}

div#clientlogo {
    position: absolute;
    top:0px;
    left:590px;
    height: 50px;
    width: 200px;
    text-align: right;

}

div#main {
    position:absolute;
    top:100px;
    width: 790px;
    height: 700px;
}

div#paginate-slider2
{
    position: absolute;
    top: 155px;
    left: 465px;
    height: 381px;
}

div#slider2
{
    position: absolute;
    top: 155px;
}

.vidinfo {
    text-align: justify;
    color:#666666;
    font-size: 10px;
    letter-spacing: 0.9px;
}

h1 {
    padding-top: 0px;
}

A:link {text-decoration: none; color: #000000; opacity: 1;}
A:active {text-decoration: none; color: #000000; opacity:1; }
A:visited {text-decoration: none; color: #000000; opacity: 1; }
A:hover {text-decoration: none; color: #000000; opacity: .7; }

