body, html, * html {
	background: #ffffff;
}
#headeroutside {
	width: 100%;
	height: auto;
}
#header {
	background: #ffffff;
	background-image: none;
	margin: 0;
	padding: 0 6px 0 6px;
	border: none;
	width: 100%;
	height: 38px;
}
#header a {
	color: #8391a2;
	font-size: 16px;
}
#header a:hover {
	color: #738192;
}
#header a.visited {
	color: #738192;
}
#header a.visited:hover {
	color: #738192;
}
#header ul {
	bottom: 6px;
}
* html #header ul {
/* IE */
	bottom: 12px;
	margin-right: 8px;
}
#headerH1 {
	left: 14px;
	top: 12px;
}
#contentNB {
	background: #ffffff;
	margin: 0;
	padding: 0 6px 0 6px;
	border-left: none;
	border-right: none;
}
#footer {
	background: #ffffff;
	margin: 0;
	padding: 0 6px 0 6px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 2px solid #86B100;
}
#footer div.norm {
	width: 100%;
	height: 70px;
	border-top: none;
}
#footer div.partner {
	display: none;
}
#footer div.norm-f {
	position: absolute;
	bottom: 4px;
	right: 18px;
}
* html #footer div.norm-f {
/* IE */
	bottom: 0;
	right: 10px;
}

