html {
	background: #819532 url(holiday-1-bg.jpg) repeat-x center top;
}
body {
	background:#819532 url(holiday-1-body.png) no-repeat center 24px;
	color:#fff;
}
a {
	color:#fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
	font-style: italic;
	font-weight:normal;
}
#cc-container {
	margin-top:0;
	padding-top:24px;
}
#cc-branding-inner .cc-block {
	margin-bottom:0;
	padding-bottom: 18px;
}
#cc-branding-outer {
	background: #861615 url(holiday-1-hdr.jpg) no-repeat center bottom;
}
#cc-content-outer {
	background: #70822c url(holiday-1-main.jpg) no-repeat center top;
}
#cc-content-sub-outer {
	background: transparent url(holiday-1-callout.gif) repeat;
}
#cc-site-info-outer {
	background: #3c4f27 url(holiday-1-ftr.jpg) repeat-x center top;
}
#cc-content-sub-outer,
#cc-site-info-outer {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover{
	background:#3C4F27;
	text-shadow:none;
	color:#fff;
}
.cc-btn-tertiary[disabled]:hover{
	border-color:#fff #000 #000 #fff;	
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover{
	border-color:#000 #fff #fff #000;
	text-shadow:none;
	background:#70822C;
}
.group-sep {
	border-color: #819532;
}
/****IE6****/
* html body {
	background-image:none;	
}
* html #cc-content-outer {
	float:left;
}