.divBottomPad {
	padding-bottom:25px;
}

.aboutHeaderText {
	font-size:16pt;
}

.divSpacer {
	width:100%;
	height:2px;
	    background: red; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #ff3333 , #cc0000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ff3333, #cc0000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ff3333, #cc0000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ff3333 , #cc0000); /* Standard syntax (must be last) */	
}