body {
	background: #d4bb6c url(beach-1-bg.jpg) repeat-x top left;
	color: #977200;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.6);
}
a {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
a:hover {
	text-decoration: none;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#c9381e;
	text-shadow: -1px -1px 0 rgba(247, 238, 212, 0.6), 0px 1px 0 rgba(0, 0, 0, 0.4);
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #ffe431;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 1px 0px 0 rgba(0, 0, 0, 0.2);
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.6);
	color:#c9381e;
	font-weight:bold;
}
#cc-container {
	margin-top:0;
}
#cc-content-outer {
	min-height: 699px;
	background: url(beach-1-inner-bg.jpg) no-repeat top center;
}
#cc-content-sub-inner {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0px 1px 10px rgba(0,0,0, 0.1);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0, 0.1);
	background: transparent url(beach-1-sidebar-bg.png) repeat top left;
}
#cc-site-info-outer, #cc-site-info-outer a, #cc-site-info-outer a:visited {
	color: #c9381e;
}
.cc-divider {
	border-color:#000;
}
a.cc-calendar {
	color:#fff;
}
a.cc-calendar:hover {
	text-decoration: none;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#c9381e url(../../common/images/regbtn-overlay.png) repeat-x center top;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, .4);
	text-shadow: 0 -1px 0 #999;
	border:none;
	color:#fff;
	}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#dc2908 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
.group-sep{
	border-color: #DC2908;	
}
/***IE6***/
* html #cc-content-outer {
	min-height: 699px;
	height: auto !important;
	height: 699px;
}
* html #cc-content-sub-inner {
	background: transparent url(beach-1-sidebar-bg-ie6.png) repeat top left;
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #c9381e;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#dc2908;
}
