

#content_div {
padding: 0px;
}

#home_main {
position: relative;
height: 500px;
width: 980px;
background: url(images/homeimage.jpg) no-repeat;
}


#home_main a:hover {
text-decoration: none;
color: #ffffff;
}

.callout {
background: url(images/homecallout.png) no-repeat;
height: 105px;
width: 287px;
position: absolute;
top: 395px;
color: #ffffff;
}

.one {
left: 20px;
}

.two {
left: 350px;
}

.three {
right: 20px;
}

.calloutlink {
display: block;
margin-left: 15px; 
color: #ffffff;
margin-top: 8px;
}

#text_section {
padding: 20px;
}

#text_section h4 {
font-size: 14px;
}

.blogentry {
margin-top: -20px;
}



