/* Filename: IE7PatchesNA.css (NA stands for Not an Author) */
/* Created Date: 7/5/2007 */
/* Author: Mike Farris */
/* Purpose: To separate IE7 patch code from other style sheets. */ 

/***** Fix IE7 right side spacing issue (Brightside Flash) --- START *****
#wrap, #content {
   width: 780px;
 overflow:hidden;
 }
 
#header{
 margin: 0 0 0 0;
 overflow:hidden;
}
 
#maincol3{padding-right:7px;}
***** Fix IE7 right side spacing issue (Brightside Flash) --- END *****/


