﻿#head{
	margin: 0px;
	padding: 5px 5px 17px 5px;
	background:  url('images/attpark-sfgiants.jpg') no-repeat;
	background-position: 50% 100%;
	height:217px;
}
#head .navbar{
	padding:0;
	margin:0;
	text-align: center;
}
#head .navbar li{
	display:inline;
}
#head .navbar li a{
	padding: 5px 6px 5px 6px;
	font-weight:bold;
	font-size: 11px;
}
#head h1.title{
	color: #FD7E64;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 4px 2px 0 380px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
#head .title a:link, .title a:visited, .title a:active{
	color: #800000;
	text-transform: capitalize;
}
#head .title a:hover{
	color: white;
	text-transform: capitalize;
	text-decoration: underline;
}
