



#photo1 {
float: right;
background: url(images/photo1.png) no-repeat;
height: 288px;
width: 385px;
}

#text {
width: 500px;
float: left;
}

#top {
position: relative;
height: 300px;
margin-bottom: 20px;
}

#container {
position: relative;

}

#truck {
position: absolute;
background: url(images/truck.png) no-repeat;
width: 365px;
height: 121px;
top: 230px;
left: -80px;
}

#callout {
display: block;
position: absolute;
top: 230px;
left: 270px;
background: url(images/callouts.png) no-repeat;
width: 220px;
}

#callout a {
font-size: 18px;
display: block;
color: #000000;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
padding: 12px 10px 12px 10px;
text-align: center;
}


#bottom {
margin-top: 20px;
margin-bottom: 20px;
}

#blogfill {
float: right;
width: 500px;
}

#border {
background: #323232;
height: 40px;
width: 940px;
margin-left: -20px;
}

.text_image {
float: left;
border: solid 2px #323232;
width: 350px;
}


