#main {position:relative;  width:100%; height:470px;}
body {
background-color: #000000;}

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

/* $WEFT -- Created by: Joseph Jennings (josephdj@att.net) on 4/19/2005 -- */
  @font-face {
    font-family: Garamond;
    font-style:  oblique;
    font-weight: normal;
    src: url(GARAMON1.eot);
  }
  @font-face {
    font-family: Arial;
    font-style:  normal;
    font-weight: normal;
    src: url(ARIAL3.eot);
  }

