@charset "utf-8";
#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#ccbody {
	float: left;
	height: 600px;
	width: 660px;
	padding-left: 10px;
}
#banner {
	background-image: url(../images/layout/banner.jpg);
	float: left;
	height: 150px;
	width: 900px;
}
#content {
	background-color: #FCF2FF;
	height: auto;
	width: 900px;
}
#nav {
	float: left;
	height: auto;
	width: 200px;
}
#cbody {
	height: auto;
	width: 700px;
	float: left;
}
#footer {
	background-image: url(../images/layout/footer.jpg);
	height: 32px;
	width: 900px;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}
