html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
}

#floater {
	float: left;
	height: 50%;
	margin-bottom: -114px;
	width: 100%;
}

#content {
	clear: both;
	height: 228px;
	padding: 0;
	width: 960px;
	margin: auto auto;
    /*z-index:32;*/
    position:relative;
	display: block;
	overflow: hidden;
}

h1 {
	height: 228px;
	width: 465px;
	margin-left:30px;
	text-indent: -99999px;
	background: url(logo_right.png) no-repeat left top;
	float: right;
	overflow: hidden;
}

h2 {
	text-align: right;
	margin-top: 52px;
	color: #474351;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

h3 {
	margin-top: 0.9em;
	text-align: right;
	color: #474351;
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
}


h3 a {
	background-color: #fff6a3;
	color: #474351;
	text-decoration: none;
	padding: 2px 4px;
}

h3 a:hover {
	color: #fff;
	background-color: #474351;
	text-decoration: none;
}

h3 abbr {
	border-bottom: 1px dotted #bbb;
}