html { position: relative; margin: 0; padding: 0; background-image: url('bg.png'); background-position: center top; background-repeat: repeat-x; background-attachment: scroll; background-color: #3C3C3B; }
body { margin: 0; padding: 0; text-align: left; }
#imPage { margin: 0px auto 0px auto; width: 960px; position: relative; }
#imHeaderBg { position: absolute; left: 0; top: 0; height: 127px; width: 100%; background-color: transparent; }
#imHeader { margin-bottom: 40px; height: 140px; background-color: transparent; background-image: url('top.png'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { position: absolute; top: 140px; left: 0; height: 37px; width: 932px; padding: 0px 3px 3px 25px; background-color: #FFFFFF; }
#imMnMn > ul { text-align: left; }
#imMnMnGraphics { display: none; }
#imMnMn li { display: inline; }
#imContent { min-height: 480px; position: relative; width: 925px; padding: 14px 10px 18px 25px; }
#imContentGraphics { min-height: 480px; position: absolute; top: 180px; bottom: 80px; left: 0; width: 960px; background-color: #FFFFFF; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 80px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 80px; width: 960px; background-color: #3C3C3B; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat; }
#imFooterResponsiveContent { display: none; }
@media (max-width: 959px) {
	html { background-image: url('responsive-bg.png'); background-position: center top; background-repeat: repeat-x; background-attachment: scroll; background-color: #3C3C3B; }
	#imPage { padding-top: 0; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 127px; background-image: none; background-color: transparent; }
	#imHeader { margin-bottom: 40px; height: 140px; background-image: url('responsive-top.png'); background-position: center center; background-repeat: no-repeat; background-attachment: scroll; background-color: transparent; }
	#imMnMn { position: absolute; top: 140px; left: 0; height: 37px; padding: 0px 3px 3px 25px; background-image: none; background-color: #FFFFFF; }
	#imMnMn > ul { text-align: left; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 480px; padding: 14px 10px 18px 25px; }
	#imContentGraphics { min-height: 480px; top: 180px; bottom: 80px; left: 0; background-image: none; background-color: #FFFFFF; }
	#imFooterBg { height: 80px; width: 100%; background-image: none; background-color: transparent; }
	#imFooter { min-height: 80px; height: auto; background-image: none; background-color: #3C3C3B; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 15px; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font: normal normal normal 9pt 'Tahoma'; color: #FFFFFF; background-color: transparent; text-align: left; text-decoration: none; }
	#imHeaderFlashBackground, #imFooterFlashBackground, .imTemplateContent, #imFooPad, #imBtMn, #imPgMn { display: none; }
}

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

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

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