Quote Originally Posted by gjh42 View Post
Your template uses background images for the border lines. Odd choice, but effective.
Code:
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-image:url(../images/box000.gif);
	background-repeat: no-repeat;
	padding: 20px;
	}
.leftBoxContainer, .rightBoxContainer {
	background-image:url(../images/box001.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	border: none;
	}

.sideBoxContent {
	background-image:url(../images/box002.gif);
	background-repeat: no-repeat;
	
	font-size: 11px;
	color: #000000;
	line-height: 125%;
	background-position:bottom;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	}
wow, that worked perfectly! thanks again for your response! now the gf is off my back about it haha thanks again your a legend