﻿body
{
	margin: 0;
	padding: 0;
	background: #abb7d8;
}

#header
{
	margin: 0;
	width: 100%;
}

#header > div:first-child
{
	display: inline;
	width: 640px;
	height: 480px;
	top: 0;
	float: left;
}

#header > div:last-child
{
	display: inline;
	width: 160px;
	height: 480px;
	top: 0;
	float: left;
	text-align: center;
}

#content
{
	padding: 10px 20px 10px 20px;
	clear: both;
	width: 800px;
	background: #96979a;
}

div.post h2 { font-size: larger; }
div.post { margin-bottom: 40px; }

div.post > div > p.footer
{
	font-size: smaller;
	text-align: right;
}