body { background-color: #000000; color: #eeeeee; text-decoration: none; text-align: center; }
img { border-style: none; }
a img {border: none; }
img{ margin: auto; display:block; }

.container-body { position: relative; background-color: #000000; color: #eeeeee; width: 790px; height: auto; margin: 0px auto; padding-bottom: 40px; }

/* vertical header */
.header { float: left; width: 120px; height: auto; margin: auto; padding-top: 44px; text-align: center; }
.header-link { width: 120px; }

iframe { float: left; width: 650px; height: 385px; margin-top: 40px; border-color: #333333; border-style: solid; border-width: 40px 10px 4px; background-color: #333333; padding-bottom: 20px;}

/* divs for thumnail links */
#video-menu { background-color: #333333; background-image: url(../../images/video-menu-background.png); background-repeat: repeat-x; float: left; width: 666px; margin-top: 20px; padding-top: 10px; padding-bottom: 10px; border: 2px outset #222222; }

.row-1 { margin: auto; width: 660px; }
.row-2 { margin: auto; width: 660px; }
.video-link-1 { float: left; width: 90px; padding: 2px; }

.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

/* Clearfix extends containers to enclose a float box */
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }

/* for mac IE */
.clearfix {display: inline-block;} 

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CSS links for main page. */

a.hover { text-decoration: none; color: #000000}
a.actve { text-decoration: none; color: #000000}

a.home:link { display: block; background-image: url(../../images/HomeVerticalOFF.gif); background-repeat: no-repeat; text-decoration: none; }
a.home:visited { display: block; background-image: url(../../images/HomeVerticalOFF.gif); background-repeat: no-repeat; text-decoration: none; color: #000000; }
a.home:hover { display: block; background-image: url(../../images/HomeVerticalON.gif); background-repeat: no-repeat; text-decoration: none; color: #000000; }
a.home:active { display: block; background-image: url(../../images/HomeVerticalON.gif); background-repeat: no-repeat; text-decoration: none; color: #000000; }

