/* HEADER */

#header {
	height: 79px;
	border-bottom: 1px solid #42210b;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-color: white;
	text-align: center;
}

a#cf_logo {
	background-image: url(images/logo_cf.gif);
	background-repeat: no-repeat;
	width: 263px;
	height: 61px;
	margin: 0px auto;
	display: block;
	position: relative;
	margin-top: 14px;
	margin-bottom: 4px;
}
