/* Baseball template CSS */

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

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

h1, h2, h3, h4, h5, h6 {
	color: #476a9b;
}

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

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

