You can style the sideboxes directly in your stylesheet.css
use the following as an example:
.leftBoxHeading, .rightBoxHeading {
margin:0;
}
h3.leftBoxHeading, h3.rightBoxHeading {
font-size:1.1em;
font-weight:normal;
height:1.5em;
padding:.2em 0 0 0;
color:#fff;
background: #000000;
}
.sideBoxContent {
font-size:1.1em;
padding:2px;
background:#eee;
}




