div.event_container
{
	padding: 15px;
	padding-bottom: 20px;
}
div.event img
{
  height: 100px;
}

div.borderTop
{
  position: absolute;
  top: 10px ;
  left: 0 ;
  height: 14px ;
  width: 99% ;
  z-index: 0 ;
}

div.borderTopRight
{
  position: absolute;  
  top: 4px ;
  right: 0 ;
  width: 25px ;
  height: 25px ;
  z-index: 1 ;
}

div.borderBottom
{
  position: absolute;
  bottom: 10px ;
  left: 0 ;
  width: 99% ;
  height: 14px ;
  font-size: 1px ; /* stupid IE */
  background-repeat: repeat-x ;  
  z-index: 0 ;
}

div.borderBottomRight
{
  position: absolute;  
  bottom: 4px ;
  right: 0 ;
  width: 25px ;
  height: 25px ;
  z-index: 1 ;
}

div.contentPanel
{
  position: static ;
  padding-top: 30px ;
  padding-left: 120px;
  margin-right: 2em;
  padding-bottom: 30px ;
}

h1.event
{
  font-family: Times New Roman, serif ;
  text-align: center ;
  margin: 0;
  font-size: 12pt;
}

h2.event
{
  text-align: center ;
  font-size: 10pt ;
  font-weight: normal ;
  margin: 0;
}

div.event
{
  width: 600px;
  margin: auto;
  margin-top: 1.5em ;
  font-size: 10pt ;
/*  text-align: justify ; */
}

div.topPicture
{
  text-align: center ;
}

div.topLeftPicture
{
  float: left ;
  margin-right: 1.0em ;
  text-align: center;
}

div.topRightPicture
{
  float: right ;
  display: inline;
  margin-left: 1.0em ;
  text-align: center;
}

* html div.topRightPicture
{
  display: inline;  
}

div.bottomLeftPicture
{
  float: left ;
  margin-right: 1.0em ;
  text-align: center;
}

div.bottomRightPicture
{
  float: right ;
  margin: 0;
  margin-left: 1.0em ;
  text-align: center;
}

div.bottomPicture
{
  text-align: center;
}
