#buttonBar {
  height: 25px;
  background-image: url('/images/buttonbar_background_homepage.gif');
  background-repeat: repeat-x;
}
#buttonBar img {
  float: left;
}
#montageBar {
  clear: both;
  height: 97px;
  background-color: #0C6128;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
#montageBar * {
  float: left;
}
#montageBar p {
  width: 290px;
  height: 88px;
  margin: 0;
  font-size: 1em;
  color: #A3C56C;
  padding: 7px 0 0 0;
  overflow: auto;
}
#tabBar {
  clear: both;
  margin-bottom: 10px;
  height: 34px;
  background-image: url('/images/tabbar_background.gif');
  background-repeat: repeat-x;
}

#content {
  padding: 0 0 0 34px;
  float: left;
  width: 594px; /* IE5 width */
  voice-family: "\"}\""; 
  voice-family:inherit;    
  width: 560px; /* Actual width */
}
html>body #content {
  width: 560px; /* Opera 5 catch-up */
} 

.contentPanel {
  position: relative;
  float: left;
  margin: 0 20px 0 0; 
  width: 182px; /* IE5 width */
  voice-family: "\"}\""; 
  voice-family:inherit;    
  width: 162px; /* Actual width */  
}
html>body .contentPanel {
  width: 162px; /* Opera 5 catch-up */
} 

.contentPanel h3 {
  color: #fff;
  background-color: #B2B2B2;
  height: 13px;
  margin: 0;
  padding: 6px 5px 6px 5px;
  background-image: url('/images/grey_panel_heading.gif');
  background-repeat: no-repeat;  
  width: 162px; /* IE5 width */
  voice-family: "\"}\""; 
  voice-family:inherit;    
  width: 152px; /* Actual width */     
}
html>body .contentPanel h3 {
  width: 152px; /* Opera 5 catch-up */
} 

.contentPanel img {
  display: block;
}

.contentPanel p {
  background-color: #E1E1E1;
  margin: 0;
  padding: 10px;
  font-size: 1em;
  height: 190px;
  overflow: auto;
  width: 162px; /* IE5 width */
  voice-family: "\"}\""; 
  voice-family:inherit;    
  width: 142px; /* Actual width */   
}
html>body .contentPanel p {
  width: 142px; /* Opera 5 catch-up */
} 