html { position: relative; margin: 0; padding: 0; background-image: url('bg.gif'); background-position: left top; background-repeat: repeat; background-attachment: fixed; background-color: transparent; }
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: 200px; width: 100%; background-color: transparent; }
#imHeader { height: 200px; background-color: transparent; background-image: url('top.jpg'); background-position: top left; background-repeat: no-repeat; }
#imMnMn { float: left; width: 190px; padding: 20px 5px 5px 5px; }
#imMnMn > ul { text-align: left; }
#imMnMnGraphics { position: absolute; top: 200px; bottom: 37px; left: 0; width: 200px; background-color: #FFDF80; }
#imContent { min-height: 400px; position: relative; width: 750px; padding: 12px 5px 30px 5px; margin-left: 200px; }
#imContentGraphics { min-height: 400px; position: absolute; top: 200px; bottom: 37px; right: 0; width: 760px; background-color: #FFEFBF; }
#imFooterBg { position: absolute; left: 0; bottom: 0; height: 37px; width: 100%; background-color: transparent; }
#imFooter { position: relative; margin: 0 auto; height: 37px; width: 960px; background-color: #FFEFBF; 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.gif'); background-position: left top; background-repeat: repeat; background-attachment: scroll; background-color: #F0F0F0; }
	#imPage { padding-top: 0; margin: 0px auto 0px auto; }
	#imHeaderBg { height: 90px; background-image: url('responsive-headerbg.jpg'); background-position: center top; background-repeat: repeat; background-attachment: scroll; background-color: transparent; }
	#imHeader { margin-bottom: 60px; height: 30px; background-image: none; background-color: transparent; }
	#imMnMn { position: absolute; top: 30px; left: 0; height: 60px; padding: 0px 5px 0px 30px; background-image: none; background-color: transparent; }
	#imMnMn > ul { text-align: center; }
	#imMnMnGraphics { display: none; }
	#imMnMn li { display: inline; }
	#imContent { min-height: 360px; padding: 5px 5px 30px 5px; margin-left: 0; }
	#imContentGraphics { min-height: 360px; top: 90px; bottom: 50px; left: 0; background-image: none; background-color: #FFEFBF; }
	#imFooterBg { height: 50px; width: 100%; background-image: url('responsive-bottombg.png'); background-position: left top; background-repeat: repeat; background-attachment: scroll; background-color: transparent; }
	#imFooter { min-height: 50px; height: auto; background-image: none; background-color: transparent; }
	#imFooterResponsiveContent { display: inline-block; margin-top: 15px; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; font: normal normal normal 9pt 'Tahoma'; color: #404040; 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: 685px; }
	#imContent { width: 710px; }
}

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

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