

#leftside {
width: 430px;
float:left;

}

#rightside {
float:right;
width: 430px; 

}


#blogfill {
margin: 0px;
background: #e2c269;
padding: 20px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px; 
}



.callout {
color: #ffffff;
float: left;
text-transform: uppercase;
background: url(images/callout.png) no-repeat;
text-align: center;
width: 195px;
padding-top: 15px;
padding-bottom: 20px; 
margin-right: 10px;
margin-left: 10px;


}

.callout a {
display: block;
color: #ffffff;
width: 195px;
height: 40px;
}

.text_image {
border: solid 5px #ebebeb;
width: 370px;
text-align: center;
margin-right: 20px;
margin-bottom: 20px;
} 


