.noprint {
	display: none;
}

#cleft {
	display: none;
}
#menu {
	display: none;
}


body {
	background-color: #CCCCCC;
	background-image: none;
	margin:0;
	padding:0;
}
#page {
	width: 100%;
	margin: 10px;
	background-color: #FFFFFF;
}

#logo {
	position:absolute;
	top: 0px;
	left:0px;
	width: 170px;
	height: 148px;
	background-image: url(i/logo.png);
	background-repeat: no-repeat;
	cursor: hand;
}
.footer {
	display: none;
}
#content #cright{
	padding-left: 200px;
	padding-right: 20px;
	width: 380px;
}

