.cf-main {
	height: 680px;
	width: 960px;
	background-color: #E1F1F1;
}
.cf-headline {
	background-color: #70C6DF;
	height: 5px;
	width: 960px;
}
.cf-body {
	height: 445px;
	width: 960px;
}
.cf-body-left {
	height: 445px;
	width: 196px;
	background-image: url(left_body.png);
	float: left;
	display: block;
}
.cf-body-right {
	background-image: url(right_body.png);
	height: 445px;
	width: 75px;
	float: right;
}
body {
	text-align: center;
}
.cf-header-logo {
	height: 85px;
	width: 205px;
	display: block;
	float: left;
	position: absolute;
	left: 40px;
	top: 30px;
}


.cf-body-center {
	height: 445px;
	width: 689px;
	background-color: #FFF;
	float: left;
}

.cf-header {
	height: 85px;
	width: 960px;
	position: relative;
}
.cf-header-nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66CBFF;
	position: absolute;
	left: 360px;
	top: 65px;
}
.cf-copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	position: absolute;
	left: 195px;
	top: 10px;
	text-align: left;
}
.cf-footer {
	position: relative;
}

.cf-header-nav a {
	color: #66CBFF;
	text-decoration: none;
}
.cf-header-nav a:hover {
	color: #F90;
}
.cf-product-show {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0px;
}
