/* 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;
}

/* Header slideshow */
#gallery { 
position:relative; 
height:192px; 
width:960px; 
}

#gallery img { 
position:absolute; 
left:0; 
top:0; 
}

/* Sidebar of note */
div#content_related h3 {
color: #990000;
}

h4.ofnote {
color: #494949;
}