/* Softball template CSS */

/* {{{ general */
html, body {
	background: url(/images/templates/softball/main-background.png) top left repeat-x;
}

div#mainContainer {
	background: url(/images/templates/softball/secondary-back.jpg) top left no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	color: #970f00;
}

form table th {
	color: #970f00;
}

form table tr.alt1 td {
	background-color: #CE8D86;
}

#contentContainerTop {
	background: url(/images/templates/softball/content-area-top.png) top left no-repeat;
}

.callMeNow-softball {
	background: url(/images/call-me-now/call-me-now-softball.png) top left no-repeat;
}
/* }}} */


