* { margin: 0; padding: 0; }
html { min-width: 850px; }
body {
	background-color: #fff;
	font: 1em Verdana, sans-serif;
	line-height: 1.4em;
	padding: 10px;
	color: #333;
}
#container {
	width: 770px;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
}
p,h2,h3,ul {
	margin-top: 1em;
}
h1 {
	font-size: 2em;
	line-height: 1.5em;
}
h2 {
    font-size: 1.3em;
	font-weight: normal;
}
h3 {
    font-size: 1em;
	font-weight: bold;
    margin-bottom: 0;
}
small {
	font-size: 0.8em;
}
ul {
	margin-left: 1em;
}
a img {
	border: none;
}
div#quote {
	float: left;
	padding: 15px;
	padding-bottom: 100px;
	margin-left: -173px;
}
div#quote img {
	padding: 10px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

