body {
	font-family: sans-serif;
	color: #333333;
	background-color: #eeefff;
}

#title {
	padding: 10px;
	text-align: center;
	font-size: 40px;
	height: 80px;
}

#menu {
	position: absolute;
	left: 10px;
	width: 200px;
	line-height: 200%;
}

.desc {
	margin-left: 160px;
}

#content {
	margin-left: 200px;
}

a {
	border: 0;
}

img {
	border: 0;
}


#bigpic {
	position: absolute;
	top: 200px;
	left: 500px;
}

iframe {
	width: 200px;
	height: 70%;
	border: 0;
}

p {
	line-height: 150%;
}

p.bigger {
	font-size: 1.1em;
}
