#a { /* left side stretching */
	background: url("content-border-left2.gif") repeat-y top left;
	background-color: #ebeef5;
}

#b { /* right side stretching */
	background: url("content-border-right2.gif") repeat-y top right;
}

#c { /* top side stretching */
	background: url("content-border-top2.gif") repeat-x center top;
}

#d { /* top left corner */
	background: url("content-border-top-left2.gif") no-repeat top left;
}

#e { /* top right corner */
	background: url("content-border-top-right2.gif") no-repeat top right;
}

#f { /* bottom side stretching */
	background: url("content-border-bottom2.gif") repeat-x center bottom;
}

#g { /* bottom left corner */
	background: url("content-border-bottom-left2.gif") no-repeat left bottom;
}

#h { /* bottom right corner */
	background: url("content-border-bottom-right2.gif") no-repeat right bottom;
	padding: 10px 30px 20px 30px;
}

#h h2 {
padding-bottom: .5em;
}