body {
    padding: 0px;
    margin: 0px;
	font: .8em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: white url(../images/background_light.jpg) repeat-x 50% 50%;
}

.content {
    width: 750px;
    margin: 0px auto;
    background-color: white;
	color: #000000;
	text-decoration: none;
	padding: 50px;
	border-width: thin;
}

h1 {
	color: #214DED;
	font-size: 1.2em;
    text-decoration:none;
}

h2 {
	color: #214DED;
    text-decoration:none;
	font-weight: bold;
	font-size: .8em;
}

.footer {
	background-color: white;
	height: 40px;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 20px;
}

.footer ul {
	list-style-type: none;
	margin: auto;
	margin: 0;
	padding: 0;
}

.footer li {
	float: left;
}

.footer ul a {
	color: #214DED;
	text-decoration: none;
}

.footer ul a:hover {
	color: #aaaaaa;
}

.footer ul li {
	padding-right: 25px;
}

blockquote {
	font-style: italic;
	color: #878373;
	word-spacing: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}

.social {
	padding-top: 30px;
	font-size: 1.2em;
	color: #214DED;
	font-weight: bold;
}

.aeternus {
	font: .7em Georgia, "Times New Roman", Times, serif;
	float: right;
	letter-spacing: 1em;
	word-spacing: 1em;
	background-color: black;
	padding-bottom: 30px;
	margin-top: 20px;
}

.aeternus a {
	color: #878373;
	text-decoration: none;
}

.aeternus a:hover {
	color: #deebc4;
	padding-top: 25px;
}	
