html { position: relative; margin: 0; padding: 0; background-color: #404040; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 0px auto 0px auto; width: 820px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 200px; width: 100%; background-color: #404040; }
#imHeader { height: 100px; background-color: #808080; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 52px; left: 0px; height: 40px; width: 610px; padding: 5px 5px 5px 5px; background-color: #C0C0C0; }
#imMnMn > ul { text-align: left; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 520px; position: relative; width: 820px; padding: 0px 0px 0px 0px; }
#imContentGraphics { min-height: 520px; position: absolute; top: 100px; bottom: 100px; left: 0; width: 820px; background-image: url('content.jpg'); background-position: right top; background-repeat: no-repeat; background-attachment: scroll; background-color: #C0C0C0; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 106px; width: 100%; background-color: #404040; }
#imFooter { position: relative; margin: 0 auto; height: 100px; width: 820px; background-color: #808080; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 819px) {
	html { background-image: none; background-color: #404040; }
	#imPage { padding-top: 0; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 116px; background-image: none; background-color: #404040; }
	#imHeader { margin-bottom: 100px; height: 8px; background-image: none; background-color: #404040; }
	#imMnMn { position: absolute; top: 8px; left: 0; height: 90px; padding: 5px 5px 5px 5px; background-image: url('responsive-menu.jpg'); background-position: right top; background-repeat: repeat-y; background-attachment: scroll; background-color: #808080; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 520px; padding: 5px 5px 5px 5px; }
	#imContentGraphics { min-height: 520px; top: 108px; bottom: 100px; left: 0; background-image: none; background-color: #C0C0C0; }
	#imFooterBg { height: 108px; width: 100%; background-image: none; background-color: #404040; }
	#imFooter { min-height: 100px; height: auto; background-image: url('responsive-bottom.jpg'); background-position: right bottom; background-repeat: no-repeat; background-attachment: scroll; background-color: #808080; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 70px; margin-bottom: 10px; margin-left: 5px; margin-right: 5px; font: normal normal normal 9pt Calibri; color: #FFFFFF; background-color: transparent; text-align: left; text-decoration: none; }
	#imHeaderFlashBackground, #imFooterFlashBackground, .imTemplateContent, #imFooPad, #imBtMn, #imPgMn { display: none; }
}

@media  (max-width: 819px) 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: 100px; }
}
