body {
	background: #fff;
	color: #333;
	font: 62.5% Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #369;
	text-decoration: none;
	border-bottom: solid 1px #e3e6e9;
}

a:hover {
	background: #e3e6e9;
	border-bottom: solid 1px #369;
}

#header {
	height: 100px;
	padding: 0 12% 0 12%;
	border-bottom: solid 4px #69c;
}

#header h1 {
	margin: 0;
	color: #fff;
	font-size: 3em;
	font-weight: lighter;
	width: 100%;
	height: 100px;
	background: #69c;
}

#header h1 span {
	display: block;
	float: left;
	margin: 30px 0 0 30px;
}

#wrapper {
	padding: 0 12% 0 12%;
}

#sidebar {
	float: left;
	width: 30%;
}

#footer {
	clear: both;
	padding: 10px;
	border-top: solid 2px #fff;
	background: #eee;
}

#sidebar .section {
	padding: 20px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	background: #edf2f9;
}

#sidebar .section h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	padding: 2px 0 0 20px;
}