#left {
  position: absolute;
  left: 8px;
  top: 153px;
  width: 249px;
  padding: 8px 8px 8px 14px;
  text-align: left; /* Counteract to IE5/Win Hack */
}
/* Had background-color: #EBECEC; for #left and #right to make those areas distinct. Will try more subtle outlines instead. */

#center {
  margin-left: 272px;
  margin-right: 268px;
  margin-top: 48px;
  margin-bottom: 0px;
  padding: 0px 8px 0px 8px;
  text-align: center;
}

#right {
  position: relative;
  float: right;
  right: 8px;
  margin-top: 45px;
  width: 245px;
  padding: 8px 14px 8px 8px;
  text-align: left; /* Counteract to IE5/Win Hack */
}

 
#bottom {
   clear: both;
   width: 99%;
   margin:5px 0px 25px 5px;
   text-align: left; /* Counteract to IE5/Win Hack */
   position: relative;
   top: 5px;
}

/* thumbnail scroll area */
.box {
   	w\idth: 2125px;
    margin: 0px 15px;
}

.wr {
	width: 980px;
    height: 105px;


 }

.thumbs {
  margin-right: 9px;
}


.caption{
   font-size:12px;
}

a.link {text-decoration: underline;}
a.link:link {color:#000000;}
a.link:visited {color:#000000;}
a.link:hover {color:#E38217;}

.latest {
  text-decoration: underline;
  color: #155F83;
  }

a.latest:link {color: #155F83;}
a.latest:visited {color: #155F83;}
a.latest:hover {color:#E38217;}


img {
   border-style: none;
}

#wrapper {
width:1000px;
padding:1px;
}

.left_column {
width:249px;
float:left;
text-align:left;
margin:1px;
padding-left: 20px;
padding-right: 40px;
}

.central-column {
width:400px;
float:left;
margin:1px;
}

.right_column {
width:245px;
float:left;
text-align:left;
margin:1px;
padding-left: 10px;
}


