html {
	background: #2F3739 url(basic-3-body.jpg) repeat-x center top;
}
*:first-child+html #cc-container {
	background:transparent;
}
body {
	background: url(basic-3-main.jpg) no-repeat center top;
	color: #647678;
}
a {
	color: #647678;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
}
#cc-branding-outer {
	min-height:10px;	
}
#cc-container {
	background:#fff;
}
#cc-content-sub-outer {
	box-shadow: 2px 2px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, .4);
}
#cc-content-sub-inner {
	background: #D5FAFF url(basic-3-callout.jpg) repeat-x center top;
}
#cc-content-outer {
	background:#fff;
	min-height:525px;
}
#cc-site-info {
	background:#2F3739 url(basic-3-ftr.jpg) no-repeat center top;
	min-height:52px;
}
.cc-divider {
	background:#2F3739;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background:#677B7C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	color:#fff;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#374242;
}
.group-sep{
	border-color:#374242;	
}
/***IE6***/
* html #cc-branding-outer {
	height:10px;	
}
* html #cc-site-info {
	height:52px;	
}
