body {
	width: 650px;
}
div#head {
	background-color: #68EEFD;
	width: 650px;
	text-align: right;
	padding-top: 20px;
	color: #68eefd;
	height: 80px;
	padding-bottom: 20px;
}
div#menu {
	background-color: #68eefd;
	float: right;
	height: 620px;
	width: 160px;
	padding-top: 20px;
	overflow:auto;
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: small;
}
div#pic {
	float: left;
}
.style1 {
	color: #666666;
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 20px;
	padding-top: 10px;
}
div#text {
	background-color: #B0E6FF;
	float: left;
	height: 620px;
	width: 470px;
	padding-top: 20px;
	padding-left: 10px;
	color: #333333;
	font-size: small;
	overflow: auto;
}
h1 {
	font-size: xx-small;
}
