﻿
	body
	{
		background: #0072bc;
		text-align: center;
	}
	body, div
	{
		font-family: Arial;
	}
	
	.column { float: left; }
	.clear { clear: both; }

/* layout */

	#container
	{
		width: 874px;
		margin: 36px auto 10px auto;
		padding: 30px;
		border: solid 1px #ffffff;
		background: #ffffff;
		text-align: left;
	}
	
/* splash */

	h1
	{
		margin: 0 0 20px 0;
		text-align: center;
		font-size: 0.9em;
		color: #0172be;
	}
	
	h2
	{
		margin: 0 0 10px 0;
		text-align: center;
		font-size: 1.5em;
		color: #0172be;
	}
	
	li
	{
		width: 100%;
		padding: 30px 0 0 0;
		text-align: center;
	}
	
/* footer */
	
	#footer
	{
		width: 934px;
		margin: 0 auto 50px auto;
	}
	#footer ul > li:first-child
	{
		margin-left: 0;
		padding: 0;
		border-left: none;
	}
	#footer li
	{
		display: inline;
		margin-left: 20px;
		padding: 0 0 0 20px;
		border-left: solid 1px #ffffff;
		font-size: 0.7em;
		color: #ffffff;
	}