#main .box {
    width: 980px;
    border: 1px solid #eeeeee;
    padding: 9px;
    background-color: #ffffff;
}

h4 {
	margin: 20px 0 10px 5px;
    text-transform: uppercase;
    font-size: 1.5em;
}

.videorow {
    margin-bottom: 2px;
    line-height: 20px;
    /*background-color: #eee;*/
    padding: 5px;
}

.videorow a div:hover{
	background-color: #fffbc6;
}

a div{
    font-size: 1.5em;
}
iframe{
    margin-top: 20px;
}
.videotitle {
    /*border-top: 1px solid #aaa; */
    border-bottom: 1px solid #aaa;
    line-height: 30px;
}
.videosection{
    font-size: 1.5em;
}
#menubar.navbar-default {
    border-bottom: none;
}
#main {
    background-color: #fff;
}

#footer{
    height: 40px;
    box-shadow: -0px -5px 20px #aaa;
}
.footer_box{
    /*padding: 10px 20px 10px 20px;*/

}
.footer_text{
    display: inline-block;
    vertical-align: middle;
    height: 40px;
}
.footer_text p{
    padding: 10px 20px 10px 40px;
    font-weight: 600;
}
.footer_img img{
    top: 2px;
    height: 27px;
    width: 118px;
}
#footer .footer_img{
    right: 15px;
    position: absolute;
    top: 7px;
    display: inline-block;
}
#footer {
    position: absolute;
    width: 100%;
    margin: 0px auto 0px auto;
    border-top: 1px solid #CCCCCC;
    height: 40px;
    left: 0;
    bottom: 0;;
}