body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.container
{
	width: 1000px;
	margin: 0 auto 0 auto;
}

.header
{
	background-color: #c6d9f1;
	height: 167px;
}

.header-left
{
	float: left;
}

.header-right
{
	float: right;
}

.content
{
	clear: both;
}

.graphic
{
	float: left;
	margin-top: 30px;
}

.text
{
	float: right;
	width: 500px;
}

.copyright
{
	clear: both;
	padding-top: 30px;
	color: #999;
	font-size: 9pt;
}