body { 
	/* background: white; */
	background: white;

	/* Center page content */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img { 
	border: solid #808088 1px;
}

a:link {
	color: #65659E;
}
a:visited {
	color: #292940;
}


/*
PAGE TEMPLATE: 

	div class="main"
		div class="top_quote"
		div class="content"
		[div class="content"]
		div class="footer"
*/


.main {
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	width: 800px;
}

.top_quote {
	text-align: center;
	width: 100%;
}

.content {
	/* background: #F0F0F0; */
	background: #F8F8FF;

	border-top: solid #808088 1px;
	border-bottom: solid #808088 1px;
	border-left: solid #E0E0E8 1px;
	border-right: solid #E0E0E0 1px;

	margin-top: 1em;
	margin-bottom: 0.5em;

	padding: 1em;

	width: auto;
}

.footer {
	vertical-align: top;
	width: 100%;
}

.left_bank {
	float: left;
}
.right_bank {
	float: right;
}
