body { color: black; font-size: 12px; font-family: arial; }


p { }
td { }
a:link { color: blue; font-size: 12px; font-family: arial; }
a:visited { }
a:hover { color: green; font-size: 12px; font-family: arial; }
a:active { }

.time {
	color: #999;
	font-size: 11px;
	font-family: arial;
}
 div#header1{
  position:absolute;
  top:0;
  left:150px;
  width:100%;
  height:70px;
  background-color: #white;
 }
  div#header2{
  position:absolute;
  top:70px;
  left:0;
  width:100%;
  height:50px;
  background-color: #6699cc;
 }
   div#content{
  position:absolute;
  top:120px;
  left:150px;
  width:100%;
  height:700px;
  background-color: #white;
 }
#searchbox { font-size: 32pt; position: absolute; left: 150px; height:40px;}

#thumbimage.img {margin: 10px 10px 10px 10px}

#header2 { background-color: #699; height: 100px; width: 100%; left: 0; top: 70px; position: absolute; visibility: visible; }

