Quote Originally Posted by gjh42 View Post
Your template structure is in standard form, so you can use the standard selectors like
.leftBoxContainer, .rightBoxContainer {border: 1px solid #aabbcc;}
or
.sideBoxContent {border: 1px solid #aabbcc;}
to affect all of the sideboxes.

What exactly did you try that didn't work?
this is what i have

h3.leftBoxHeading, h3.rightBoxHeading {font-size: 1.3em;color: #444;padding-top:5px;background-color:#eceaea;}
h3.leftBoxHeading a, h3.rightBoxHeading a{font-size: 1.0em;color: #444;}
.leftBoxHeading, .rightBoxHeading {margin: 0em;background-color:#eceaea;height:15px;padding: 0.5em 0.2em;color:#3b1910;border-top:2px solid #d2cece;border-left:2px solid #d2cece;border-right:2px solid #d2cece;border-bottom:2px solid #d2cece;}