#header {
	height: 550px;
	width: 900px;
	background-color: #C0C0C0;
	text-align: center;
}
#navi {
	background-color: #C0C0C0;
	height: 50px;
	width: 900px;
	text-align: center;
}
#middle {
	background-color: #C0C0C0;
	width: 900px;
}
#left {
	background-color: #C0C0C0;
	float: left;
	width: 900px;
	font-size: 12px;
	text-align: left;
}
#right {
	background-color: #C0C0C0;
	float: left;
	width: 170px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: center;
}
#footer {
	background-color: #C0C0C0;
	clear: both;
	height: 100px;
	width: 900px;
	text-align: center;
}
#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #middle #left #cm table tr td p a {
	font-family: Verdana, Geneva, sans-serif;
}
