@charset "UTF-8";

/* Stylesheet with the header configuration */


td.website_footer {
  /* background-image: url(../images/menubar.jpg); */
	width: 900px;
}

td.website_footer_left {
  width: 4px;
	/* background-color: red; */
}

td.website_footer_middle {
  width: 891px;
	padding-left: 0px;
	color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align: center;
}

td.website_footer_sponsorbar {
  width: 891px;
	height: 56px;
	padding-left: 20px;
	color: white;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	vertical-align: center;
	background-color: green;
	background-image: url(../images/sponsorbar.jpg);
}

td.website_footer_content {
  width: 891px;
	color: black;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	padding-left: 20px;
}

td.website_footer_right {
  width: 4px;
	/* background-color: red; */
}


