html { position: relative; margin: 0; padding: 0; background-color: #FFFFFF; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 15px auto 0px auto; width: 1024px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 100px; width: 100%; background-color: #FFFFFF; }
#imHeader { height: 110px; background-color: #FFFFFF; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { float: right; width: 140px; padding: 5px 5px 5px 5px; }
#imMnMn > ul { text-align: center; }
#imMnMnGraphics { position: absolute; top: 110px; bottom: 80px; right: 0; width: 150px; background-color: transparent; }
#imContent { min-height: 520px; position: relative; width: 864px; padding: 5px 5px 5px 5px; margin-right: 150px; }
#imContentGraphics { min-height: 520px; position: absolute; top: 110px; bottom: 80px; left: 0; width: 874px; background-color: transparent; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 40px; width: 100%; background-color: #FFFFFF; }
#imFooter { position: relative; margin: 0 auto; height: 80px; width: 1024px; background-color: transparent; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 1023px) {
	html { background-image: none; background-color: #FFFFFF; }
	#imPage { padding-top: 0; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 100px; background-image: none; background-color: #FFFFFF; }
	#imHeader { margin-bottom: 40px; height: 70px; background-image: url('responsive-top.gif'); background-position: left top; background-repeat: no-repeat; background-attachment: scroll; background-color: #FFFFFF; }
	#imMnMn { position: absolute; top: 70px; left: 0; height: 30px; padding: 5px 5px 5px 5px; background-image: none; background-color: #FFFFFF; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 520px; padding: 5px 5px 5px 5px; margin-right: 0; }
	#imContentGraphics { min-height: 520px; top: 110px; bottom: 35px; left: 0; background-image: none; background-color: #FFFFFF; }
	#imFooterBg { height: 35px; width: 100%; background-image: none; background-color: transparent; }
	#imFooter { min-height: 35px; height: auto; background-image: none; background-color: #FFFFFF; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 10px; margin-bottom: 10px; margin-left: 5px; margin-right: 5px; font: normal normal normal 9pt 'Tahoma'; color: #009ED6; background-color: transparent; text-align: left; text-decoration: none; }
	#imHeaderFlashBackground, #imFooterFlashBackground, .imTemplateContent, #imFooPad, #imBtMn, #imPgMn { display: none; }
}

@media  (max-width: 1023px) and (min-width: 720px) {
	#imPage, #imContentGraphics, #imFooter { width: 720px; }
	#imMnMn { width: 710px; }
	#imContent { width: 710px; }
}

@media  (max-width: 719px) and (min-width: 480px) {
	#imPage, #imContentGraphics, #imFooter { width: 480px; }
	#imMnMn { width: 470px; }
	#imContent { width: 470px; }
}

@media  (max-width: 479px) {
	#imPage, #imMnMn, #imContent, #imContentGraphics, #imFooter { box-sizing: border-box; width: 100%; }
	#imMnMn { height: 40px; }
}
