html {
	height: 100%;
}

body {
	min-width: inherit;
	height: 100%;
}

.frame {
	min-height: 100%;
	position: relative;
}

.frame a {
	color: #AE000D;
}

.frame_body {
	padding-top: 46px;
	padding-bottom: 43px;
	width: 1064px;
	margin: 0px auto 0px auto;
}

.lite .frame_body {
	padding-top: 0px;
	padding-bottom: 0px;
}

p {
	margin: 10px;
}

.frame_header {
	background-color: #AE000D;
	position: fixed;
	z-index: 1;
	top: 0px;
	width: 100%;
}

.lite .frame_header {
	display: none;
}

.frame_header .header_menu {
	height: 46px;
	width: 1064px;
	margin: 0px auto 0px auto;
	text-align: right;
	position: relative;
}

.header_menu .menu_logo {
	background: url('../images/logo_header2.png') no-repeat;
	display: block;
	width: 66px;
	height: 34px;
	position: absolute;
	left: 12px;
	top: 6px;
}

.header_menu .menu_item {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 46px;
	margin: 0px 12px 0px 12px;
	text-transform: uppercase;
}

.frame_footer {
	background-color: #3F3F3F;
	border-top: 1px solid #AE000D;
	height: 42px;
	width: 100%;
	bottom: 0px;
	position: absolute;
	margin: 0px auto 0px auto;
}

.frame_footer .footer_note {
	color: #FFFFFF;
	font-family: "Open Sans Light", "Open Sans";
	font-size: 17px;
	left: 50%;
	margin-left: -532px;
	top: 10px;
	position: absolute;
}

.lite .frame_footer {
	display: none;
}