.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
	background: #eee;
	font: 14px Arial, sans-serif;
	line-height: 1.5;
	color: #333333;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}
h1 {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	float: left;
	margin: 10px 0 30px;
}
h2 {
	color: #7E7E7E;
	font-family: Georgia;
	font-size: 15px;
	font-style: italic;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
h2#link {
	float: right;
}
h3 {
	font-size: 14px;
	margin-top: 30px;
}
h4 {
	font-size: 12px;
	color: #902452;
}
a {
	text-decoration: none;
}
p {
	margin-bottom: 15px;
}
ul {
	list-style: circle outside;
}
pre {
	font: 12px "Courier New", monospace;
	border: 1px solid #eee;
	background: #fcfcfc;
	padding: 10px;
}

#wrapper {
	background: #fff;
	width: 750px;
	margin: 10px auto;
	padding: 20px 30px;
}
#header {
	height: 80px;
}
#footer {
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #eee;
	padding: 20px 0 10px;
}
