body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: black;
	text-align: center;
	}

#wrapper {
	margin: auto;
	width: 800px;
}	

#header	{ 
	width: 800px; 
	height: 100px;
	background: black url(images/pitch.jpg) no-repeat center right;
	text-align: left;
		}
	
#header h1 {
	padding: 10px;
	font: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 2em;
}

#nav {
	height: 30px;
	width: 100%;
}

#nav ul{
	color: white;
	line-height: 30px;
	padding: none;
}

#nav li {
	list-style-type: none;
	display: inline;
	padding: 12px;
	background: #d51816;
	border: 1px solid white;
	border-bottom: none;
}

#nav li a {
	font-weight: bold;
	font-size: 0.9em;
	color: white;
	text-decoration: none;
}

#nav li a:hover {
	color: black;
	text-decoration: none;
}

#outer {
	width: 744px;
	border: solid black;
	background: #d51816;
	padding: 25px;
	padding-top: 0;
	}

#outer h1 {
	font: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 2em;
	}

#content {
	background: white;
	padding: 10px;
	height: 325px;
	}

#content p {
	color: black;
	text-align: left;
	font-size: .8em;
}

#content h2 {
	color: black:
}

#shirt {
	border: 1px solid black;
	width: 145px;
	height: 225px;
	float: left;
	margin: 8px;
	padding: 8px;
}

#shirt h2 a {
	font-size: 0.6em;
	color: #d51816;
	text-decoration:none;
}

#shirt img {
	border: none;
}

#shirt a:link a:visited a:hover a:active {
	text-decoration:none;
}

#shirt .moreinfo a {
	color: white;
	font-size: 1em;
	background: #d51816; 
	background: 1px solid black;
	padding: 3px;
	text-decoration:none;
}

#shirt p a {
	text-align: center;
	font-weight: bold;
	text-decoration:none;
	color: black;
}

#footer {
	padding: 10px 0;
	width: 794px;
	border: solid black;
	background: #fff;
	}
	
#footer p {
	font-size: 80%;
	}
	