/* program css */

/* Use with image title - image needs to wrapped in <div id="title">image goes here</div> */

div#title {
margin: 0 0 15px 0;
}

div#content_related {
margin-top: 120px;
}

#landing_page_image {
height: 288px;
}

div#eventfeed h4 {
font: 12px/22px Georgia,Times,"Times New Roman",serif;
font-weight: bold;
color: #990000;
text-decoration: underline;
}

div#eventfeed p {
font-size: 12px;
}

div#eventfeed p.time {
font-weight: bold;
margin: 0;
}

div#eventfeed p.title {
margin: 0;
}

div#eventfeed p.title a {
color: #990000;
text-decoration: none;
}

#gallery { 
position:relative; 
height:300px; 
width:500px; 
}

#gallery img { 
position:absolute; 
left:0; 
top:0; 
}

div#eventfeed {
margin-top: 35px;
}