body {
    font-size:80%;
    padding:0;
    font-family:Verdana, Arial, sans-serif; 
}

#all-content {
    width:900px;
    margin-left:auto;
    margin-right:auto;
}

#header {
    width:880px;
    margin:0 auto;
    text-align:left;
    color:white;

    height:70px;
    padding-left:20px;
    border-bottom: solid 2px #273b91;
}

a img {
    border:none;
    text-decoration:none;
}

h1 {
    margin-bottom:5px;
    font-size:170%;
    text-align:center;
    margin-top:3px;
}

#content {
    margin:0 auto 3px;
    background: #E0EBEF;
    width:900px;
}

.selected-thumb, .unselected-thumb {
    margin: 3px;
}

.selected-thumb {
    border: 2px solid blue;
}

.unselected-thumb {
    border: 2px solid #ddf;
}

#vid {
}

#flash-player {
    margin:0;
}

#video-wrapper {
    float:left;
    width: 184px;
}

#thumbs {
    float:left;
    overflow:auto;
    height:170px;
/*    background:#E0EBEF; */
    text-align:center;
    background:#333;
/*    margin-left:190px; */
    width:100%;
}

#thumbs-help {
    text-align:center;
    margin:0;
    clear:both;
}

#big-img {
    float:left;
    width:576px;
    border:1px solid #aa1600;
}

#big-img img {
    width:576px;
}

#size-controls {
    float:right;
    background:#ddf;
    padding:0 2px;
}

.size-button {
    font-size:2em;
    font-weight:bold;
    color:blue;
    vertical-align:middle;
    cursor:pointer;
    text-decoration:none;
}

#footer {
    font-size:75%;
    border-top:1px dotted #EEE;
    clear:both;
    margin:10px 20px;
    text-align:left;
    color:#666;
}

#footer a:hover {
    background:#ccf;
}

#actions {
    padding:0;
    text-align:center;
    background:black;
}

#actions a {
    height:28px;
    display:block;
    float:left;
    font-size:0;
    color:transparent;
    line-height:0;
}    


a#comment-button:hover, a#download-button:hover, a#email-button:hover,
 a#mp3-button:hover, a#twitter-button:hover {
    background-position:0px -28px;
}


 #video-length {
     font-size:80%;
     text-align:center;
     margin:0;
 }

/* Christine's requested changes: */
h1 { text-align:left;  margin-left: 10px; }
h2 { font-size:80%; margin: 0 10px; text-align:left; }

#related-links {
    float:left;
    width:320px;
    height:169px;
}

#related-links h3 {
    margin-left:20px;
    margin-bottom:0;
}

#related-links .related-new-window {
    margin-left:20px;
    font-size:80%;
    color:#666;
}
#related-links ul {
    margin:0 20px 0 0;
}
#related-links li {
    padding:5px 0;
    margin:0;
    list-style-type:circle;
}
#related-links a {
    color:blue;
}
#related-links a:hover {
    background:white;
}

#pdf-text {
    width:320px;
    height:240px;
    overflow:auto;
}