html {
	background: #073f70 url(travel-1-body.jpg) repeat-x -100% top;
}
body {
	color:#fff;
}
a {
	color:#fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}
h1 {
	letter-spacing:-1px;
}
#cc-container {
	margin-top:0;
	padding-top:24px;
	background: url(travel-1-branding.png) no-repeat right 10px;
}
#cc-content-sub-outer {
	background: transparent url(../../common/images/whitetrans-20.png) repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
}
.cc-divider {
	background:#073F70;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background:#278CDE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:none;
	text-shadow:none;
	color:#fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#147095;
	color:#fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.group-sep {
	border-color: #278CDE;	
}
/*IE 6*/
* html #cc-content-sub-outer {
	background-image:none;
}
* html #cc-container {
	background-image:url(travel-1-branding-ie6.png);	
}

