
#picture {
  background-color: white;
  position: absolute;  
  width: 555px;
  left: 50%;
  height: 500px;
  margin-left: -80px;
  top: 0px;
}

#content {
  position: absolute;
  width: 390px;
  left: 50%;
  background-color: #faf4f4;
  height: 500px;
  margin-left: -475px;
  top: 0px;
}

#main_text {
  position: relative;
  left: 15px;
  width: 387x;
  height: 420px;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial,Georgia,Times;
  FONT-SIZE: 12px;
  line-height: 1.4;
}

div.entry {
  margin-left: 0px;
  FONT-STYLE: normal;
  FONT-FAMILY: Arial,Georgia,Times;
  FONT-SIZE: 12px;
  line-height: 1.4;
  width: 360px;
  background-color: transparent;
} 

div.date{
margin-left: 2px;
margin-top: 0px;
margin-right: 6px;
font-family: Georgia, serif;
font-size: 26px;
color: #e1c4b1;
width: 30px;
padding-right: 10px;
padding-left: 10px;
text-align: center;
background: transparent url('../whatsnew_files/date_back.gif') 100% 0 repeat-y;
float: left;
}

div.date span{
display: block;
margin-top: -6px;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 13px;
color: #999;
text-transform: uppercase;
}

div.entry_text{
position: relative;
margin-left: 55px;
width: 290px;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 13px;
line-height: 20px;
color: #7a6951;
background-color: transparent;
}

div.entry_text a:link{
  text-decoration: none;
  color: #7b9ba1;
}
div.entry_text a:visited{
  text-decoration: none;
  color: #7b9ba1;
}
div.entry_text a:hover{
  text-decoration: none;
  color: #84bfc9;
}

div.spacer{
margin-top: 12px;
margin-bottom: 4px;
margin-left: 175px;
width: 70px;
height: 20px;
background: transparent url('../whatsnew_files/spacer.gif') no-repeat;
}



