body {
	font-family: "ratio","ff-dagny-web-pro","Dagny OT",sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
	margin: 0;
	background-color: #456;
	}

h1 {
	font-family: "garamond-premier-pro",Georgia,serif;
	font-weight: normal;
	font-size: 2em;
	color: #2094b5;
	}

h2 {
	border-top: 1px solid #3768b3;
	padding-top: .3em;
	margin-top: 1em;
	margin-bottom: .5em;
	font-family: "garamond-premier-pro",Georgia,serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #2094b5;
	}

strong {
	font-weight: 700;
	}

a:link, a:visited {
	color: #2094b5;
	text-decoration: none;
	}

a:hover {
	color: #2094b5;
	text-decoration: underline;
	}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	border-width: 5px 20px;
	border-style: solid;
	border-color: white;
	background-color: #fff;
	padding: 0;
	}

#footer {
	clear: both;
	border-top: 1px solid #3768b3;
	padding-top: 10px;
	margin-top: 70px;
	margin-bottom: 0px;
	background-color: #fffffe;
	}

#footer p {
	font-size: 12px;
	margin-top: 0px;
	}

