html {
	background: #f9e084;
	border-top:10px solid #bf4904;
}
body {
	background: url(fall-2-body.gif);
	color: #fcebcd;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #fcebcd;
	text-decoration:underline;
}
a:hover {
	color: #fff2dc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Myriad Pro", "Segoe UI", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1 {
	color:#f9e084;
}
h2 {
	color:#fcebcd;
}
h3 {
	color:#f9e084;
}
#cc-positioned-1 {
	left:800px;
	top:-11px;
	display:block;
	width:286px;
	height:187px;
	background: url(fall-2-pic.png) no-repeat;
}
#cc-container {
	width:100%;
	margin-top:0;
	background: transparent url(fall-2-main.jpg) no-repeat center top;
}
#cc-site-info-outer {
	background: transparent url(fall-2-ftr.png) repeat-x -50% bottom;
	min-height:296px;
}
#cc-branding-outer {
	position:relative;
}
#cc-branding-outer,
#cc-branding-inner,
#cc-content-outer {
	width: 950px;
	margin:0 auto;
}
#cc-content-outer {
	min-height:450px;
}
#cc-content-outer {
	margin-top:25px;
}
#cc-content-sub-inner {
	padding-left:13px;
}
.cc-divider {
	border-color:#f9e084;
}
a.cc-calendar {
	color:#bf4904;
}
a.cc-calendar:hover {
	color:#d35004;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background: #bf4904;
	font-family:"Myriad Pro", "Segoe UI", Helvetica, Arial, sans-serif;
	color: #fff;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-top:none;
	border-left:none;
	border-right:none;
	font-weight:bold;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background: #d25004;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
.cc-btn-secondary {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
.group-sep {
	border-color: #fcebcd;
}
/***IE6***/
* html #cc-positioned-1 {
	display:none;	
}
* html #cc-site-info-outer {
	background-image:none;	
}
* html a.cc-register,
* html .cc-btn-primary,
* html .cc-btn-secondary {
	background:#bf4904;	
}
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover {
	background:#d25004;	
}
