* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #999;
	color: #111;
	font-size: 62,5%;
	line-height: 1,5em;
	font-family: helvetica, verdana;
}

a {
	color: #006;
	text-decoration: none;
}

a:hover {
	color: #3f0;
	text-decoration: underline;
}

#main {
	width: 700px;
	margin: 0 auto;
}

#header {
	/*border: 1px solid #999;*/
	margin: 2.5em 0 1em 0;
	padding: 2em 0;
	color: #333;
	font-family: georgia;
	font-weight: lighter;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#header p {
	color: #a00;
	font-style: italic;
	font-size: 0.96em;
	padding-left: 0.3em;
}

h1 {
	font-family: "hoefler text", georgia, "times new roman", times, serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 4,5em;
	letter-spacing: 0.03em;
	color: #fff;
	text-shadow: 0px 1px 2px #282724;
}

h2 {
	font-family: "hoefler text", georgia, "times new roman", times, serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	color: #fff;
	text-shadow: 0px 1px 2px #282724;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

#content {
	font-family: georgia;
	font-size:0.833em;
	line-height: 1.3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #bbb;
	margin-bottom: 1em;
}

#content ul li {
	list-style-type: none;
	margin-bottom: 0.5em;
	margin-left: 3.3em;
}

#footer {
	margin-bottom: 5em;
	font-size: 0.7em;
	line-height: 1.5em;
	font-family: georgia, "times new roman", times, serif;
	
}