html {
	font-family: Verdana, Arial, Helvetica;
}

body {
	font-size: 12pt;
	margin: 0 0 10px 0;
	color: #ee6928;
}

a {
	font-size: 12pt;
	text-decoration: none;
	color: #ee6928;
}

ul {
	list-style: none;
	padding-left: 0;
}

#separator {
	background: #000;
	height: 10px;
	width: 100%;
}

#strip {
	border-top: 5px solid #ee6928;
	width: 100%;
	padding-top: 20px;
	background: #000;
	height: 230px;
}

#strip img {
	float: left;
}

#strip img + img {
	margin-left: 15px;
}

.clear {
	clear: both;
}

#info #offer {
	float: left;
	margin-left: 50px;
}

#info #contactInfo {
	margin-left: 700px;
}

#info #contactInfo, #info #contactInfo a {
	font-size: 9pt;
	font-weight: bold;
}

