/* For use with the browser-upgrade message */
.ahem {
  display:              none;
}

body, p, h1, h2, h3, h4, h5, h6, div {
  font-family: arial, helvetica, sans-serif;
  font-size:            16px;
  margin:                0px;
  padding:               0px;
}

body {
  background-color:  #009900;
  color:             #ffffff;
}

div.navigation {
  font-family: arial, helvetica, sans-serif;
  font-size:            16px;
  height:              113px;
}

div.navigation img {
  float:                left;
  margin:   0px 10px 0px 0px;
}

.menuon {
  position:         relative;
  top:                  90px;
  height:               23px;
  padding:               4px;
  background-color:  #666666;
  color:             #cccccc;
  font-weight:        bolder;
  text-decoration:      none;
}

.menuoff {
  position:         relative;
  top:                  90px;
  height:               23px;
  padding:               4px;
  background-color:  #999999;
  color:             #333333;
  font-weight:        bolder;
  text-decoration:      none;
}

div.content {       
  position:         relative;
  left:                  0px;
  right:                 0px;
  height:              340px;
  padding:              20px;
  background-color:  #666666;
  color:             #ffffff;
  border-left:   146px solid;
  border-color:      #ff0000;
}
/*
  background-image: url( images/home.jpg );
  background-repeat:     no-repeat;
  background-position:  360px 60px;
*/

div.content h1 {
  text-transform: capitalize;
  font-variant:   small-caps;
}

div.content small {     
  font-size:            10px;
}

div.content p {        
  width:               330px;
}

div.content a {      
  color:             #FF9900;
}

div.content img {   
  position:         relative;
  float:               right;
  margin-left:          20px;
  padding-left:         20px;
}

div.footer {        
  position:         absolute;
  height:               40px;
  top:                  100%;
  left:                  0px;
  right:                 0px;
  margin-top:          -40px;
/*
  border-left:   146px solid;
  border-color:      #ff0000;
*/
  background-color:  #999999;
  color:             #333333;
}

div.footer small {      
  margin-right:         10px;
  margin-top:           24px;
  float:               right;
  font-size:            10px;
}

div.footer img  {          
  border:                  0;
  margin:   1px 10px 0px 0px;
  float:               right;
}

