body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#site {
	background-color: #FFF;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
#header {
	background-color: #FFF;
	background-image: url(/images/bg-header.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 117px;
	width: 100%;
}
#site #header #logo {
	margin: 0px 0px 0px 40px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 117px;
	width: 170px;
}

#site #header #deet  {
	margin: 0px;
	padding: 0px;
	position: relative;
	right: 0px;
	left: 775px;
	top: -59px;
	height: 110px;
	width: 225px;
}
#site #header #nav {
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg-menu.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 117px;
	clear: left;
	float: right;
}
#site #header #nav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#site #header #nav ul {
	margin: -85px 0px 0px;
	padding: 0px;
	text-align: center;
}

#site #header #nav ul li {
	list-style-type: none;
	display: inline;
}
#site #header #nav ul li a {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	margin-right: 7px;
	margin-left: 7px;
}
#site #header #nav ul li a:hover {
	color: #FFF903;
}
#site #guts {
}
#site #guts #content {
	width: 725px;
}
#site #guts #content p {
	text-align: justify;
}


#site #guts #content h2 {
	color: #030;
}
#site #guts #content h3 {
	color: #030;
}

#site #guts #content table {
	font-size: .9em;
	margin: 10px 10px 15px;
	text-align: left;
}
table caption    {
	text-align: left;
	font-weight: bold;
	color: #030;
	font-size: 1.3em;
	margin-left: 0px;
}
#site #guts #content .retailers {
	font-weight: bold;
	color: #030;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#site #guts #content .retailers .address {
	font-weight: normal;
	color: #000;
}
#site #guts #content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#site #guts #sidebar {
	margin: 0px;
	padding: 60px 0px 0px;
	clear: left;
	float: right;
	width: 225px;
}
#site #guts #sidebar #events h3 {
	font-size: .9em;
	color: #030;
	margin: 0px 0px 3px;
	padding: 0px;
}

#site #footer {
	font-size: 0.75em;
	background-color: #030;
	background-image: url(/images/bg-footer.jpg);
	color: #FFF;
	text-align: center;
	width: 100%;
	clear: both;
	height: 40px;
	padding: 10px 0px 0px;
	margin: 0px;
}
#site #footer a {
	color: #CCC;
	text-decoration: none;
	font-size: 0.9em;
}
.center {
	text-align: center;
}
.notes {
	font-size: 0.75em;
	font-style: italic;
}
