
#eventdiv {  
  background: url(../images/notice-header.gif) top left no-repeat; 
}

#eventdiv h3 
{
	  /* background: url(../images/notice-arrow.gif) top right no-repeat; */
    color: #d31145;     
    height: 18px;
    padding: 4px 0 0 8px;
    margin: 8px 0 0 0;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#eventdiv h3 a
{
    background: none;		
    color: #d31145;   
	display: block;
	text-decoration: none;
}

#eventdiv div {
    border: 1px solid #d31145;
    margin-bottom: 8px;
    padding: 10px;
    background-color:White;
}

