html, body {
	padding: 0px;
	margin: 0px;
	background: #990000 url(http://www.littlefenway.com/wrigley/images/brick.jpg) repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #990000;
	border: 0px;
}
a img {
	border: 0px;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
.container {
	margin: auto;
	text-align: left;
	width: 1100px;
}
.header {
	height: 432px;
	background: url('http://www.littlefenway.com/wrigley/images/header.png') no-repeat;
}
.container2 {
	background: url('http://www.littlefenway.com/wrigley/images/body.jpg') repeat-y;
}
.navigation {
	width: 1000px;
	height: 28px;
	background: #0033cc url('http://www.littlefenway.com/wrigley/images/navbar.jpg') repeat-x bottom;
	position: relative;
	left: 50px;
	z-index: 2;
	padding: 0px;
	font-family: Times New Roman;
}
#navigation {
	position: absolute;
	right: 30px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Times New Roman, serif;
}
#navigation li a {
	display: block;
	padding: 5px 16px;
	text-decoration: none;
	color: #EAFFED;
	white-space: nowrap
}
#navigation li a:hover {
	background: #0033cc;
}
#navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
}
#navigation li ul li	{
	float: none;
	display: inline;
}
#navigation li ul li a {
	width: auto;
	background: #003366;
	color: #ffffff;
}
#navigation li ul li a:hover {
	background: #0033cc;
}
.body {
	width: 1000px;
	position: relative;
	left: 50px;
	padding: 0px;
	margin: 0px;
}
.body td {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div.center {
	width: 100%;
	text-align: center;
}
div.centerfix {
	margin: auto;
	text-align: left;
}
div.colbreak {
	border-bottom: 2px solid #707070;
	height: 5px;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 10px;
}
#leftcol {
	vertical-align: top;
	background: #808080;
	width: 190px;
	padding: 6px;
	padding-bottom: 20px;
}
.leftcol {
	text-align: left;
	width: 100%;
}
.leftcol h4 {
	font-family: Times New Roman, serif;
	color: #373737;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
#centercol {
	vertical-align: top;
	width: 600px;
	background: #b7b7b7 url(http://www.littlefenway.com/wrigley/images/centerback.png) repeat-y;
	padding-bottom: 20px;
}
.centercol {
	margin-left: 30px;
	width: 540px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.centercol h4 {
	font-size: 18px;
	font-family: Times New Roman, serif;
	color: #373737;
	text-align: right;
}
#rightcol {
	vertical-align: top;
	background: #808080;
	width: 188px;
	padding: 6px;
	padding-bottom: 20px;
}
.rightcol {
	text-align: left;
	width: 100%;
}
.rightcol h4 {
	font-family: Times New Roman, serif;
	text-align: right;
	color: #373737;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
.footer {
	height: 76px;
	background: url('http://www.littlefenway.com/wrigley/images/footer.png') no-repeat;
	text-align: right;
	width: 1000px;
	position: relative;
	top: -20px;
	left: 50px;
}
.copyright {
	position: relative;
	right: 75px;
	top: 32px;
	font-size: 10px;
}