@import "main.css";

#branding {
	height: 117px;
}

#branding-logo {
	background: transparent url("../../img/logo_long.jpg") top left no-repeat; /* repeated to prevent IE flicker */
	top: 7px;
	left: 11px;
	width: 897px;
	height: 100px;
}

#branding-logo a {
	background: transparent url("../../img/logo_long.jpg") top left no-repeat;
}

#branding-image1, #branding-image2 {
	display: none;
}

#privacy-statement-title {
	text-align: center;
}

#main-content ul {
	list-style: none;
	padding: 0; /* firefox */
	margin: 0; /* ie */
}

#main-content ul li {
	padding: 0;
}

#footer {
	display: none;
}