html
{
  margin : 0px;
  padding : 0px;
}

body {
  background-color : #ffffff;
  color : #000000;
  font-size : 17px;
  font-family : Arial, sans-serif;
  margin : 0px; 
  padding : 0px;  
  background-image : url('background.jpg');
  background-repeat : no-repeat;
  background-position : 0px 115px;
}

div#head
{
  position : absolute;
  top : 22px;
  left : 0px;
  height : 110px;
  width : 100%;
  background-color : #3A9948;
  color : #ffffff;
  font-size : 30px;
  font-weight : bold;
  font-family: Times-new-Roman, serif;
  border-bottom : 5px solid #B8292F;
  border-top : 1px solid #CCCCCC;
}

div#content
{
  position : absolute;
  top : 150px;
  left : 340px;
  width : 450px;
}

div#bottom
{
  margin-top : 30px;
  font-size : 11px;
  color : #000000;
}

div.info
{
  border : 1px solid #990000;
  background-color : #FFE0F0;
  padding : 0px 10px 0px 10px;
  font-size : 13px;
}

a
{
  color : #B8292F;
}

div.event
{
  margin-bottom : 5px;
}

div.event-header
{
  width : 100%;
  background-color : #3A9948;
  border-bottom : 2px solid #B8292F;
  color : #ffffff;
}

div.event-header div.left
{
  float : left;
  padding : 3px;
}

div.event-header div.right
{
  float : right;
  padding : 3px;
  text-align : right;
} 

div.event-header h2
{
  font-size : 20px;
  padding : 0px;
  margin : 3px;
}

div.event-header div.artist
{
  font-weight : bold;
  padding : 3px;
}

div.clear
{
  clear : both;
  height : 0px;
  font-size : 0px;
  line-height : 0px;
}

div.event-text
{
  font-size : 12px;
  background-color : #F0F0F0;
  padding : 3px;
}

div.event-text p
{
  margin : 0px;
  padding : 2px 0px;
}

h2.month
{
  font-size : 17px;
  color : #000000; 
}

