@charset "utf-8";
/* CSS Document */

body,html {
	font-family: "Quattrocento Sans", Arial, sans-serif;
	font-size:14px;
	background:#FFF;
	color:#000;}

h1,h2,h3,h4,h5,h6 {}
h1 {}

p {}

tr {}

td {padding:0 0 5px 0;}
	
a:link, a:active, a:visited {
	color:#333;
	font-style:italic;
	text-decoration:none;}

a:hover {
	color:#333;
	text-decoration:underline;}

/* ----------------- CLASSES -- */

.left {
	float:left;}

.right {
	float:right;}

.clear {
	clear:both;}
	
.stats {
	font-size:18px;}

.trained {
	font-size:16px;}

/* ----------------- STRUCTURE -- */

#container {
	background: url(../img/neafoster.jpg) 50% 0 no-repeat;
	width:700px;
	margin:0 auto;
	position:relative;
	top:50px;}

#header {
	width:350px;
	position:relative;
	top:115px;
	left:347px;
	font-size:16px;}
	
	#header h1 {
		text-indent:-999em;
		padding:0;
		margin:0;}

#content {
	position:relative;
	top:150px;}

#footer {
	text-align:right;
	font-size:12px;
	position:relative;
	top:150px;
	border-top:1px solid #000;
	padding:0 0 50px 0;}

/* ----------------- NAVIGATION -- */

#nav ul {}

#nav ul li {}

#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {}

#nav ul li a:hover {}
