

/* #### Header Section #### */
#header{
    top: 0px;
    height: 392px;
    width: 986px;
    position: absolute;
}
#headerRow1{
    padding: 0px;
    margin: 0px;
}
#menuHolder{
    width: 231px;
    height: 264px;
    float: left;
    display: block;
}
#videoHolder{
    width: 314px;
    height: 264px;
    float: left;
    background-color: #FFF;
}
.floatLeft{
    float: left;
    padding: 0px;
    margin: 0px;
}
.floatRight{
    float: right;
    padding: 0px;
    margin: 0px;
}






/* #### Footer #### */
#footer{
    margin: 0px;
    padding: 0px;
    padding-left: 25px;
    clear: both;
    top: 1266px;
    position: absolute;
    width: 961px;
    height: 85px;
    background-color: #FFF;
}
.footerText{
    color: #666666;
    font-size: .8em;
}
.footerText a:link {
    text-decoration: none;
    color: #666666;
}
.footerText a:visited {
    text-decoration: none;
    color: #666666;
}





