body {
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #7f7f7f;
  background-color: #ffffff;
  }

#page {
   width: 1000px;
  }

#header {
  left: 0px;
  top: 32px;
  position: absolute;
  width: 1100px;
  height: 110px;
  }

#hcolumn_1 {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 40px; 
  height: 110px; 
  background-color: #ffcc00;
  }
  
#logo {
  left: 40px;
  top: 0px;
  position: absolute;
  width: 160px; 
  height: 110px; 
  }
  
#hcolumn_2 {
  left: 200px;
  top: 0px;
  position: absolute;
  z-index: 0;
  width: 150px;
  height: 110px;
  background-color: #ff6600;
  text-align: left;
  padding: 0px 0 0 20px;
  vertical-align: middle;
  }

#hcolumn_3 {
  left: 850px;
  top: 0px;
  position: absolute;
  z-index: 0;
  width: 200px;
  height: 110px;
  background-color: #ff9900;
  text-align: top;
  padding: 0px 0 0 20px;
  vertical-align: middle;
  }

#content {
  left: 0px;
  top: 178px;
  position: absolute;
  width: 1000px;
  }

#ccolumn_1 {
  left: 40px;
  top: 0px;
  width: 310px;
  height: 280px; 
  position: absolute;
  }
  
#ccolumn_index {
  left: 40px;
  top: 0px;
  width: 310px;
  height: 1000px; 
  position: absolute;
  }

#ccolumn_2 {
  left: 370px;
  top: 0px;
  width: 680px;
  position: absolute;
  }

#ccolumn_3 {
 left: 370px;
  top: 0px;
  width: 480px;
  height: 110px; 
  position: absolute;
  }
  
a {
  color: #ff6600;
  text-decoration: none;
  }

a:hover {
  color: #303030;
  text-decoration: none;
  }

.menuEntry {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 1px;
  }

.menuEntry.activeEntry {
  color: #3d3d3d;
  text-decoration: none;
  }
  
#hcolumn_2 .menuEntry.activeEntry {
  color: #3d3d3d;
  text-decoration: none;
  }

#ccolumn_1 .menuEntry {
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  text-decoration: none;
  letter-spacing: 0px;
  }

#header a {
  color: #ffffff;
  text-decoration: none;
  }
  
#header a:hover {
  color: #3d3d3d;
  text-decoration: none;
  }

.extraHighLight {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #ff6600;
  }

.highLight {
  font-weight: bolder;
  color: #333333;
  }
  
.highLightWhite {
  font-weight: bolder;
  color: white;
  }
.small {
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  }
  
.author {
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  }

.transparent {
  opacity: 0.4;
  -ms-filter: "alpha(opacity=50)"; /* IE 8 */
  filter:alpha(opacity=50);        /* IE4-7 */
  }

.transparent:hover {
  opacity: 1.0;
  -ms-filter: "alpha(opacity=100)"; /* IE 8 */
  filter:alpha(opacity=100);        /* IE4-7 */
  }