/* 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: 70px;
}

h4 {
margin-top:25px;
margin-bottom:10px;
}

a.online-materials {
width: 147px;
height: 54px;
display: block;
background: #fff url('../images/online_button.gif') no-repeat top left;
margin: 0 0 20px 0;
}

a.online-materials:hover {
background-position: 0 -54px;
}