/**** TWO EQUAL PHOTO COLUMNS PLUS NAVIGATION COLUMN. FOR 1024PX MONITOR. 2006/Dec/31 15:48****/


/* BODY & WRAPPER STUFF */


#wrapper {
  background-color: #eeeeee;
}

/* MARQUEE & FOOTER & NAVIGATION STUFF GOES HERE */
/* Same as Primary.css */


/* CONTENT STUFF GOES HERE */

#leftContent, #rightContent { 
  width: 39em; 
  float: left;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #83DCDD;
}

img {
  width: 94%;
  float: left;
  padding-top: 3em;
  padding-bottom: 0em;
  border: none;
} 

#leftContent * {
  padding-left: 1em;
}
#rightContent * {
  padding-left: .5em;
  padding-right: .5em;
}

/* 1em padding left leaves too little space on the right of the rightContent image. There is a one em
   difference 'tween contents and wrapper and that is what screws things up. The one em is for possible 
   errors in rounding between browsers.  Need total one em both cuz image size is based on & width. */


