body {
	background: #eee;

	margin: 0;
	padding: 0;

	color: #444;
	font-family: Arial;
	font-size: 1.2em;
	line-height: 1.5;
}

#wrapper {
	background: #fff;

	margin: 0 auto;
	width: 45%;
	padding: 10px 100px;
}

	#wrapper img {
		max-width: 100%;
	}

#help-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#help-nav ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
}

	#help-nav ul li {
		float: right;
	}

	#help-nav ul li:first-child {
		float: left;
	}

#header h1 {
	text-align: center;
}

#header ul, ul.sub-nav, ul.partners {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul {
	text-align: center;
	padding: 0 20px;
}

	#header ul li {
		display: inline;
		margin: 0 5px 0 0;
	}

a {
	color: #069;
	text-decoration: none;
	border-bottom: 1px dotted #147;
}

a:hover {
	background: #def;
}

hr {
	background: #fff;
	color: #fff;
	height: 0;
	border: 0;
	border-bottom: 1px dotted #cde;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS;
	color: #069;
}

h1 {
	font-size: 2em,
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4, h5, h6 {
	font-size: 1.5em;
}
