body {
	background: #393536;
	color: #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #4782C4;
}
a:hover {
	color: #4CB1FF;
}
p {
	margin: 20px 0 0;
	float: left;
	clear: both;
	font-size: 16px;
	line-height: 175%;
	text-shadow: 1px 1px #222;
}
h1 {
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 32px;
	float: left;
	color: #ddd;
	text-shadow: 1px 1px #222;
	width: 100%;
}
h1 span {
	margin: 0 0 0 5px;
	font-size: 14px;
	color: #666;
}
#container {
	margin: 100px auto 0;
	width: 625px;
	text-align: center;
}
#intro {
	text-align: left;
}
#quote {
	background: url(../images/bg/bg_separator_400x1.png) no-repeat scroll center 20px;
	padding: 50px 0 0;
	font-style: italic;
	width: 100%;
	text-align: center;
}
