body {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 background:#fff;
 width:100%;
 font-family: Verdana, "Trebuchet MS";
}

h1 {
 margin-left:10%;
 color:#000;
}

.thumbimg-link {
 position: absolute;
 opacity:.3;
 filter: alpha(opacity=30)
 display:none;
}

.thumbimg {
 width:80px;
 height:60px;
 border:1px solid #fff;
}

.nav-link {
 text-decoration:none;
 color:white;
 background:#777;
 padding:4px 4px 4px 4px;
 border:1px solid #555;
}

.nav-link:hover {
 background:#888;
}

.header {
 width:100%;
 height:100px;
 background:#000 url(bg.gif);
 padding-top:8px;
}

.img-container {
 width:96%;
 height:79px;
 background:transparent;
 border-left:3px solid #000;
 border-right:3px solid #000;
 margin-left:2%;
 margin-right:5%;
 overflow:hidden;
}

.img-box {
 position:relative;
 height:100%;
 left:10px;
 background:transparent;
}

.over-text {
 position:absolute;
 height:50px;
 display:none;
 opacity:.7;
 filter: alpha(opacity=70);
 background:#000;
 color:#fff;
 text-align:left;
}