﻿/*----------------------------------------------------------------------------- 
Pat Zaby Screen Stylesheet for IE6

version:   1.0 
date:      01/08/07 
author:    [Jason York] 
email:     [jason.york@yorkemedia.com] 
website:   [yorkemedia.com] 

-----------------------------------------------------------------------------*/
/* standard for all pages */
/* Various IE6-specific page fixes 
html { filter:expression(document.execCommand("BackgroundImageCache",false,true)); }*/


#feature {
	background-image: url(../images/back_featured.gif);
}
#nav {
	
	background-image:url(../images/nav.gif);
	
}
/* sub box 1 start */
#subbox1 {
	width: 485px;	
}
#sb1content_top {
	width: 458px;	
}
#sb1content_bot {
	width: 470px;
}
#sb1content_mn {
	width: 470px;
}
/* sub box 1 end */
/* sub box 2 start */
#subbox2 {
	width: 485px;
}
#sb2content_top {
	width: 458px;	
}
#sb2content_bot {
	width: 470px;
}
#sb2content_mn {
	width: 470px;
}
/* sub box 2 end */


/* examples from component art
#nav { background-image:url("/common/images/navigation/background-nav.gif"); }
#subnav { background-image:url("/common/images/navigation/background-subnav.gif"); }
#frame-container { background-image:url("/common/images/ribbon/background-ribbon.gif");background-repeat:no-repeat; }
#content-container { padding-top:20px;background-image:url("/common/images/background-content.gif"); }

.chrome-top-left { background-image:url("/common/images/dialog/chrome-top-left.gif"); }
.chrome-top-right { background-image:url("/common/images/dialog/chrome-top-right.gif"); }

.chrome-bottom-left { background-image:url("/common/images/dialog/chrome-bottom-left.gif"); }
.chrome-bottom-left-alt { background-image:url("/common/images/dialog/chrome-bottom-left-alt.gif"); }

.chrome-bottom-right { background-image:url("/common/images/dialog/chrome-bottom-right.gif"); }
.chrome-bottom-right-alt { background-image:url("/common/images/dialog/chrome-bottom-right-alt.gif"); }
*/