body { 
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align:center;
}

#wrapper { 
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	text-align:left;
}

a { 
	color: #442d2d;
	text-decoration: underline;
}

a:visited { 
	color: #6f5b5b;
}

a:hover, a:active { 
	text-decoration: none;
}

h1 { 
	font-size: 42px;
	font-weight: normal;
	margin-bottom:20px;
}

h2 { 
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}

h3 { 
	font-size: 20px;
	font-weight: normal;
}

ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li { 
	margin-left: 0px;
	line-height: 2em;
}

div.quote { 
	border: 1px dashed #efefef;
	padding: 10px;
	margin-top: 1em;
}

p.quote { 
	font-style: italic;
	margin:0;
}

#footer { 
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #6f5b5b;
	margin-top: 30px;
}

