#container {
	margin: 20px auto;
	padding: 25px;
	width: 800px;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-weight: 400;
	background: #FFF;
}
#top {
	float: left;
	width: 800px;
	text-align: right;
	margin-bottom: 30px;
}
#content {
	float: left;
	width: 800px;
}
h1 {
	color: #666666;
	letter-spacing: -2px;
	margin: 0px 0px 30px;
	font: 400 40px/60px "PT Serif", Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: 400 32px/38px "PT Serif", Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #999;
	margin: 0px 0px 10px;
	padding: 0px;
}

#top h2 {
	margin-bottom: 30px;
}

h3 {
	font: 400 24px/31px "PT Serif", Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #999;
	margin: 0px 0px 10px;
	padding: 0px;
}

p {
	font-size: 14px;
	line-height: 24px;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #666;
}

#top a {
	color: #666;
	text-decoration: none;
}

#top a:hover {
	color: #1DB6B7;
}
body {
	background: url(../images/background-repeater.png);
}
.illustrative {
	margin: 0px 0px 20px 25px;
	border: 8px solid #E0E0E0;
	float: right;
}
