html {
	background: url(baseball-1-bg.jpg) -25% top;
}
body {
	color:#2a1e16;
	background: url(baseball-1-mainbg.gif);
}
h1, h2, h3 {
	color:#8a6249;
	text-shadow:0 1px 0 #fff;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
h2 {
	letter-spacing:normal;
}
h3 {
	color:#df5056;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
}
a {
	color: #df5056;
}
a:hover {
	color:#ff575e;
}
#cc-branding-outer {
	min-height:150px;
}
#cc-container {
	margin:0 auto;
	width:100%;
	background: url(baseball-1-hdr.jpg) no-repeat center top;
	text-shadow:0 1px 0 #fff;
}
#cc-branding-inner, #cc-content-inner {
	width:950px;
	margin:auto;
}
#cc-content-outer {overflow-y: auto !important; overflow-x:hidden !important;}

#cc-content-inner {
	position:relative;
}
#cc-content-sub-outer {
	border:1px solid #4aa73a;
	background: #398c2c;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(80,189,61)), color-stop(1, rgb(47,126,37)));
	background-image: -moz-linear-gradient(center bottom, rgb(80,189,61) 0%, rgb(47,126,37) 100%);
	height:auto !important;
	margin-bottom:57px;
	width: 318px;
}
#cc-content-sub-inner {
	background:url(baseball-1-halftone.png) no-repeat left top;
	color:#fff;
	position:relative;
	text-shadow:1px 1px 0 rgba(0,0,0,.3);
}
#cc-content-sub-inner:after {
	content:"";
	background:url(baseball-1-shdw.png) no-repeat center bottom;
	position:absolute;
	bottom:-57px;
	height:57px;
	width:307px;
}
#cc-content-sub-inner h3 {
	text-shadow:0 -1px 0 rgba(0,0,0,.8), 0 1px 0 rgba(255,255,255,.3);
	color:#fff;
}
#cc-content-sub-inner h3,
#cc-content-sub-inner a {
	color:#fff;
}
#cc-site-info-outer {
	background: url(baseball-1-ftr.jpg) repeat-x -25% top;
	border-top:2px solid #df5056;
	height:415px;
}
.cc-divider {
	height: 1px;
	background:#307d25;
	border-color:#fff;
}
.group-sep {
	border-color: #8a6249;
}
a.cc-register, .cc-btn-primary, .cc-btn-secondary, .cc-btn-tertiary, .cc-btn-tertiary[disabled]:hover {
	background:#825b44;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(121,84,62)), color-stop(1, rgb(158,115,85)));
	background-image: -moz-linear-gradient(center bottom, rgb(121,84,62) 0%, rgb(158,115,85) 100%);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #6e4e3a;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.8);
	font-weight:bold;
	letter-spacing:-1px;
}
a.cc-register:hover, .cc-btn-primary:hover, .cc-btn-secondary:hover, .cc-btn-tertiary:hover {
	background:#ac7959;
	color: #fff;
}
.cc-btn-secondary {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
* html a.cc-register, * html .cc-btn-primary, * html .cc-btn-secondary, * html .cc-btn-tertiary {
	background-color:#aba585;
}
* html a.cc-register:hover, * html .cc-btn-primary:hover, * html .cc-btn-secondary:hover, * html .cc-btn-tertiary:hover {
	background-color:#bab490;
}
