/*The wrapper simply sets everything to zero, so all browsers start counting equally.*/
#wrapper {
	padding: 0;
	margin: 1em 10em 0 10em;
	width: 60.1em;
	}
#header {
	border: 1px solid black;
	clear: both;
	overflow: hidden;
}
#header h1 {
	color: #343262;
	background: transparent;
	margin-left: 0.5em;
	font-size: 2em;
}
h1 a	{
	color: #343262;
	text-decoration: none;
}

#menu {
	margin-top: 3em;
	height: 2em;
	background: transparent;
	width: 60em;
}
#content {
	background-color: #fff;
	border: 1px solid black;
	padding-top: 0.5em;
	padding-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

