/***    CSS WITH MAIN COLUMN AND RIGHT NARROW PANEL FOR WESTWATER ENGINEERING. FOR 1024PX MONITOR. 2009/Apr 26  Author: SILICON MESA.
        USED FOR wwe-engineering.html       ****/


/* DEFAULT WRAPPER IS IN PRIMARY CSS */

#enginWrapper {
  width: 101em;
  text-align: left;
  margin: 0 auto;
  /* background: url(Secondary_Style_Images/EXAMPLE-blue-horizontal-gradient.jpg) repeat-y; */
  /* background: url(Secondary_Style_Images/EXAMPLE-green-blue-vertical-gradient.jpg) repeat-x; */
  background-color: white;
  border: 1px solid black;
}

/* MAIN CONTENT STUFF */
#mainContent {
  width: 70em;
  float: left;
}

/* WILL NEED TO CHANGE RIGHT AND LEFT MARGINS IN HTML FOR RIGHT FLOATS. BELOW IS FOR LEFT FLOAT */

#mainContent img {
  margin: 1.5em 2em 2em 0em;
  width: 40%;
}

/* RIGHT PANEL */
#rPanelcontent {
  background: transparent url(Secondary_Style_Images/right-panel.gif) repeat scroll right top;
  width: 23em;
  float: right;
  margin-top: 20px;
  padding-bottom: 15px;
}
#rPanelcontent h2 {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
}
#rPanelcontent p {
  font-size: 1.2em;
}
#rPanelcontent a {
  text-decoration: none;
}
#rPanelcontent * {
  margin-left: 1em;
  margin-right: 1em;
  text-align: center;
}
#rPanelcontent img {
  float: left;
  width: 90%;
  margin-top: 1em;
}

