body{
	margin: 0; padding: 0;
	background-color: #fff;
	color: #43553f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;}

#container{
	width: 850px;
	margin: 0 auto;}

#header{
	width: 850px;
	height: 350px;
	background-image: url('header.png');
	margin-bottom: -50px;}

#navigation{
	text-align: center;}
	
#content{
	padding: 0 20px;}

#stats{
	width: 600px;
	margin: 5px;
	padding: 10px;
	line-height: 2em;
	border: 1px dotted #43553f;
	background-color: #e0e3df;}

#copy{
	margin: 10px;
	text-align: center;}

p.title, h2, h3{
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0 0 0;}

img{
	border: 0;
	margin: 2px 3px 0 3px;}

a{
	text-decoration: none;
	color: #000;;}

a:hover{
	text-decoration: underline;}
