#d_center
{
  text-align: center;
  width: 100%;
  height: 100%;
}
#d_center
{
  font-family: helvetica, sans-serif;
  color: white;
  text-align: center;
  width: 740px;
  height: 340px;
}
#n_im
{
  height:300px;
  width:225px;
  margin-right: 40px;
  margin-top: 30px;
  float: right;
}
#event
{
  width:330px;
  height:230px;
  margin-top: 40px;
  margin-left: 50px;
  font-weight:bold;
  text-align: left;
  float: left;
  color: white;
  font-size: 12px;

}
#event h3
{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
#pages
{
  position:absolute;
  bottom: 0px;
  right: 10px;
  width:400px;
  height:20px;
  color: white;
  font-size: 14px;
}
.scroll
{
  height: 190px;
  width: 330px;
  overflow-y: auto;
  overflow-x: hidden;
}
#date
{
  position:absolute;
  right: 20px;
  top: 10px;
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.left
{
  float: left;
  display: block;
  width: 100px;
  text-align: left;
}
.right
{
  float: right;
  display: block;
  width: 100px;
  text-align: right;
}
.page_link
{
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.nolink
{
  color: #A8A8C8;
}
.red
{
  color: red;
}
#newsselect
{ 
  width:200px;
  font-size: 11px;
}
