* {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/*layout*/
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px; /* the bottom margin is the negative value of the footer's height */
}
#footer {
	height: 130px; /* .push must be the same height as .footer */
}
.push {
	height: 135px; /* .push must be the same height as .footer */
}
a {
  color: #469C00;
}
body {
  background: url(/images/bg.png) repeat-x top;
}

br.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}
#header {
	background:url(/images/header2.png) no-repeat top;
	height:382px;
	
}
#introduction, #footer_inner {
	width:590px;
	height:130px;
	margin:0 auto;
	position:relative;
}
#introduction h1 {
	display:none;
}
#introduction h2 {
	color:#808080;
	font-size:16px;
	font-weight:normal;
	display:block;
	width:300px;
	margin:313px 0 20px;
	float:left;
}
#links_box {
	margin:0 auto;
	width:590px;
	height:240px;
}
ul#links {
	clear:both;
	text-indent:0px;
	height:245px;
	position:relative;
	
}
ul#links li {
	list-style-type:none;
	float:left;
	margin:0 7px 0 0;
	display:block;
	width:192px;
	
}
ul#links li#eat {
	margin:0px;
}
ul#links li a {
	display:block;
	background-color:#e0e0e0;
	width:172px;
	height:200px;
	border-bottom:4px solid #e0e0e0;
	text-decoration:none;
	padding:10px;
	font-size:14px;
	margin-bottom:15px;
	line-height:130%;
	float:left;
}
ul#links li a strong {
	clear:both;
	float:left;
}
ul#links li a img {
	border:none;
	margin-bottom:5px;
	
}
ul#links li a:hover {
	background-color:#ebebeb;
}
ul#links li a span {
	color:#808080;
	margin-top:10px;
	float:left;
	clear:both;
}


#footer {
	background:url(/images/footer.png) #5f5f5f;
}
#supported_by ul {
	margin:0;
	padding:0px;
	background-image:url(/images/supported_by.png);
	background-repeat: no-repeat;
	background-position:top left;
	padding-left:100px;
	display:block;
	width:600px;
	height:90px;
	
}
#supported_by ul li  {
	list-style-type:none;
	float:left;
	margin:18px 18px 0;
}
#supported_by ul li a {
	display:block;
	background-image:url(/images/footer_links.png);
	background-repeat: no-repeat;
	text-indent:-9000px;
}
#creative a {
	width:153px;
	height:53px;
	background-position:top left;
}
#creative a:hover {
	background-position:bottom left;
}
#chamber a {
	width:167px;
	height:53px;
	background-position: -167px 0px;
}
#chamber a:hover {
	background-position:-167px -53px;
}
#council a {
	width:62px;
	height:53px;
	background-position: -341px 0px;
}
#council a:hover {
	background-position:-341px -53px;
}
#copyright, #copyright a {
	color:#999999;
}
#copyright {
	font-size:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:590px;
	background-image:url(/images/copyright.png);
	background-repeat: no-repeat;
	background-position:top;
	height:20px;
	padding:10px 0 0 0;
}
