* {
	font-family: Arial;
	font-size: 16px;
	line-height: 170%;
	color: #4d4d4d;
}
h1 {
	font-size: 33px;
	margin: 0 0 15px 0;
	line-height: 100%;
}
a {
	color: #47a065;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #47a065;
}
#content {
	width: 680px;
	height: 400px;
	display: block;
	margin: 100px auto 0 auto;
}
#content .left {
	width: 205px;
	display: inline;
	float: left;
}
#content .right {
	width: 370px;
	display: inline;
	float: left;
	margin-left: 105px;
}
.clear {
	clear: both;
}