body {
	font-family: Century Gothic, Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.0em;
	background-color: #ffffff;
	text-align: center;
}

a, a:visited { 
	color: #0074b0;
	text-decoration: none;
	cursor: pointer;
}

a:hover { text-decoration: underline; }

#container {
	width: 500px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 500px;
	text-align: center;
	margin: 25px 0px;
}

#content {
	float: left;
	text-align: left;
	width: 500px;
}

#footer {
	float: left;
	font-size: 0.9em;
	margin-top: 50px;
	width: 500px;
	color: #999999;
	text-align: center;
}

.quote {
	font-weight: bold;
	text-align: right;
}