.pad{
    height: 100px;
}
.span{
    height: 100%;
    float: right;
    width:1px;
    overflow:hidden;
}
.clear{
    clear:both;
    height:1px;
    overflow:hidden;
    background-color: #ffffaa;
}
.strikeout{
    text-decoration: line-through;
}
#bigoleposter{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    z-index: 1000;
    background-color: #111111;
}
.photos{
    text-align: center;
    z-index: -1;
}
.photos h1{
    text-align: left;
}
.photos img{
    margin: 2px;
    border: 9px solid black;
}
.news *{
    background-color: #ffffaa;
}
.news h1{
    background-color: none;
    margin-bottom: 9px;
}
.news h2{
    dispaly: block;
    font-size: 20px;
    text-align: left;
    padding-right: 50px;
    #margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    #border-bottom: 1px solid black;
    color: #3f7591;
    background-color: #efef8a;
}
.news h3{
    padding-top: 1px;
    text-align: right;
    font-size: 14px;
    font-style: italic;
    color: #555555;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #ffffaa;
}
.news b{
    font-weight: normal;
    #font-size: larger;
    color: #3f7591
}
.news p{
    #padding-top:  5px;
    #border-top: 0px;
    #margin-top:  5px;
    #position: relative;
    #margin-bottom: 0px;
    border-bottom: 0px;
    background-color: #ffffaa;
}
.news img{
    float: left;
    margin-right: 7px;
    border: 1px solid black;
    background-color: #ffffaa;
}
.news table{
    width: 100%;
    border: 3px dashed black;
    #vertical-align: top;
    background-color: #ffffaa;
}
.news a{
    color: #3f7591;
    text-decoration: none;
}
.newsrow{
    margin: 8px;
}
.bio h1{
    #text-decoration: underline;
    margin-bottom: 5px;
}
#bio-content{
    padding: 30px;
    text-indent: 30px;
    width: 495px;
    border: 3px double black;
    background-color: #ffffaa;
    #font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;
    font: 100.01% serif;

}
.date{
    text-align: center;
    vertical-align: text-top;
    background-color: #ffffaa;
    padding: 3px;
    padding-left: 6px;
}
.description{
    vertical-align: text-top;     
    background-color: #ffffcc;
    padding: 3px;
    padding-left: 12px;
}
/* Start hide from IE-Mac \*/
* html #outercontainer
   {
   height: 1%;
   }
/* End Hide from IE-Mac */


