
body {
    background: black;
    text-align: center;
}

body * {
    text-align: left;
}

table#Table_01 {
    margin-left: auto;
    margin-right: auto;
}

a > img {
    border:none;
    text-decoration: none;
}

img {
    border: none !important;
}

a {
    color: white;
}

div#storyText {
    position: relative;
    top: -155px;
    width: 880px;
    height: 145px;
    overflow: auto;
}

div#storyText p, div#storyText h1, div#storyText li {
    color: white;
    font-family: arial;
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: black 0.2em 0.2em 0.2em;
    letter-spacing: 1px;
}

div#storyText li {
    list-style: none;
    padding-left: 0px;
    margin-left: 10px;
}

div#storyText li:before {
    content: '- ';
}

div#storyText ul {
    padding-left: 10px;
}

div#caption {
    font-family: arial;
    font-size: 10pt;
    color: white;
    letter-spacing: 1px;
    position: relative;
    top: -65px;
    width:880px;
    margin-left: auto; 
    margin-right: auto;
    text-shadow: black 0.2em 0.2em 0.2em;
}

div#subtitle, div#photoNav {
    font-size: 8pt;
    padding-left: 8px;
    width: 47%;
    float: left;
}

div#title {
    padding-left: 8px;
}

div#photoNav {
    text-align: right;
}

div#photoNav a {
    padding-right: 4px;
}

div#video_bg {
    position: relative;
    text-align: center;
    background-image: url('../images/home_07.jpg');
    width: 900px;
    height: 443px;    
}

object#player {
    position:relative;
    display:block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: 1px solid black;
    top: 100px;
}

object#player embed {
position:relative;
}

div#ccInfo {
display: none;
position: absolute;
    width: 300px;
border: 1px solid white;
    z-index: 10;
color: #ddd;
margin-left: -50px;
background: black;
padding: 5px;
    font-family: arial;
    font-size: 8pt;
    text-shadow: black 0.2em 0.2em 0.2em;
    letter-spacing: 1px;
}

div#ccInfo img {
float: left;
margin: 5px;
}

span#ccText {
display: block;
position: relative;
margin-left: 100px;
}

a#ccClose {
display:block;
margin-top: 5px;
text-align: center;
}