body {
	background-color: #169bb2;
	height: 100%;
}
p {
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.3em;
	margin-left: 0px;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
#search {
	width: 149px;
	height: 146px;
}
#search * {
	margin: 0px;
	padding: 0px;
}
#search form {
	position: absolute;
	left: 9px;
	top: 21px;
}
#search-label  {
	position: absolute;
	top: 0px;
	left: 11px;
}
#search-field {
	position: absolute;
	left: 0px;
	top: 17px;
	height: 17px;
	width: 104px;
	background-image: url(/assets/images/bg_search_field.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 2px;
	background-repeat: no-repeat;
	background-color: #62BB15;
}
#search-button {
	position: absolute;
	left: 110px;
	top: 18px;
	height: 20px;
	width: 22px;
}
#quote {
	position: absolute;
	left: 37px;
	top: 73px;
}
#newsletter-signup {
	position: absolute;
	left: 34px;
	top: 99px;
}

#about {
	top: 22px;
}
#contact {
	top: 80px;
}
#newsletter {
	top: 139px;
}

a.button-peppermint {
	height: 15px;
	width: 143px;
	position: absolute;
	background-image: url(/assets/images/peppermint_circle.png);
	_background-image: url(/assets/images/peppermint_circle.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	background-position: center top;
	vertical-align: bottom;
	font-weight: bold;
	color: #ffa92f;
	padding-top: 31px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration:none;
}
a:hover.button-peppermint {
	color:#FFF
}
