body {
	margin: 0px;
}

.yellow_bar {
	text-align: center;
	padding-top: 30px;
	background-repeat: repeat-x;
	background-image: url(/images/yellow_bar.gif);

}

td, p, body {
	font-family: Arial;
	font-size: 14px;
}

.serving {
	position:relative;
	top: 29px;
	#top: 15px;
	_top: 15px;
	left: -180px;
	font-style: italic;
	font-weight: bold;
}

.phone_number {
	position:relative;
	top: 13px;
	#top: -2px;
	_top: -2px;
	left: 320px;
	font-style: italic;
	font-weight: bold;
	width: 100px;
}

.contact_us {
	position:relative;
	top: -3px;
	#top: -18px;
	_top: -18px;
	left: 480px;
	width: 80px;
	font-style: italic;
	font-weight: bold;
}

.fullborder {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
    margin-right: auto;
}

.copyright {
	font-size: 10px;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

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