body, body * {
	color 				: black !important;
	background-color: transparent !important;
	background-image: none !important;
}

body * a:link, body * a:visited {
	border: none !important;
	text-decoration: underline !important;
	color: #0000ff !important;
}

.heading { width: 100% !important; height: auto !important; }
.heading a { text-decoration: none; }   
.heading span { position: relative; left: 0; width: 100%; height: auto; }

#content {
	overflow 			: hidden;
	float 				: left;
}

#content-sup {
	border-top 			: 1px solid black !important;
	border-bottom		: 1px solid black !important;
}

#support, #benefits {
	display 			: block !important;
}

#support #supporters {
	overflow 			: hidden;
	border 				: 1px solid red;
}

#support #supporters ul {
	list-style 			: none;
	margin 				: 0;
	width 				: 650px;
}

#support #supporters ul li {
	float 				: none !important;
	margin 				: 0 0 30px 0;
}

#support #supporters ul li img {
	position 			: relative !important;
	border 				: none !important;
	clear 				: both;
} 

#support #supporters ul li div {
	display 			: block !important; 
	left 				: 0 !important;
	top 				: 0 !important;
	position 			: relative !important;
	height 				: auto !important;
}

#support #supporters ul li h3 {
	margin 				: 0 0 7px 0;
}

#content-list dd {
	display 			: block !important;
}

#footer {
	width 				: 100%; /* 848px */  
	border-top 			: 1px solid black !important;
	position 			: relative;  
    bottom 				: 0;
    left 				: 0;
}

#footer #footer-main {
	margin 				: 0;
}

#footer p#copyright {
	padding 			: 5px 0 0 0;
	float 				: left;
	margin 				: 0;
}

/* =hide */

#nav-main, #nav-sub, .placeholder, ul.placeholder {
	visibility 			: hidden;
	display 			: none;
}  