html, body 
{
  height: 100%;
}

body 
{
  padding: 8px 0 0 0;
  margin: 0 auto;
  width: 900px;
  color: #000000;
  background: white url(img/background.png) repeat-x 0 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

#header
{
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  width: 900px;
  height: 180px;
  color: black;
  text-align: left;
}

* html #header
{
  overflow: hidden;
} /* IE hack */ 

#maincontent
{
  top: 5px;
  text-align: left;
  min-height: 100%; 
  margin: 0 0 0 0;
  padding: 0 250px 0 220px;
  color: #000000;
}

* html #maincontent 
{
  height: 100%;
} /* IE hack */ 

#footer_container 
{
  clear: both;
  height: 65px;
  padding: 8px 0 0 0;
  margin-top: -180px;
  color: gray;
}
#footer
{
  text-align: center;
  border-top: 1px solid black;
  padding: 8px 0 0 0;
  float: left;
  width: 700px;
}
* html #footer 
{
  \height: 82px; /* for IE5 */
  he\ight: 80px; /* for IE6 */
}

#clearheader
{
  height: 206px;
} 

#clearfooter
{
  clear: both;
  height: 180px;
} 

#baby
{
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: -1;
}

h1
{
  font-weight: lighter;
}

div, p  
{
  margin-top: 0;
} 

#content
{
  padding-top: 0px;
  padding-left: 10px;
  line-height: 17px;
  z-index: 2;
}

* html #content 
{
  height: 1%;
  margin-bottom: 12px;
} /* IE hack */

#menu 
{
  position: relative; 
  width: 170px;
  float: left;
  margin-left: -220px; 
  margin-top: 195px;
  margin-bottom: 4px;
  padding-top: 20px;
  left: -1px;
  font-family: "Lucida Sans Unicode", serif;
  font-size: 18px;
  font-weight: lighter;
  border-right: 1px solid black;
  line-height: 1;
}
* html #menu 
{
  margin-left: -86px;
  margin-right: -3px;
} /* IE hack */

.menulink
{
  display: block;
  text-align: right;
  padding-right: 20px;
  margin: 0 0 0 10px;
  border-width: 0;
  text-decoration: none;
  color: #000000;
  height: 18px;
}

.menulink:hover
{
  color: #F29641;
}

.selected
{
  color: #F29641;
}

div#submenu
{
  width: 145px;
  z-index: 110;
  color: black;
  padding: 4px 5px 0 5px;
}

.submenulink
{
  display: block;
  text-align: right;
  padding: 0;
  margin: 8px 0 -2px 0;
  border-width: 0;
  text-decoration: none;
  color: black;
  font-size: 14px;
  overflow: hidden;
  height: 22px;
}

.submenulink:hover
{
  color: #F29641;
  background-color: white;
}

.subselected
{
  color: #F29641;
  background-color: white;
}

div#lngline
{
  height: 1px;
  font-size: 1px;
  line-height: 0;
  background-color: black;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.lnglink
{
  display: block;
  text-align: right;
  padding-right: 20px;
  margin: 0 0 0 20px;
  border-width: 0;
  text-decoration: none;
  color: black;
  font-size: smaller;
}

.lnglink:hover
{
  color: #F29641;
}

img 
{
  border: 0;
}

.imagelink
{
  border: 0;
  outline: none;
}

em
{
  font-weight: bold;
  font-style: normal;
}

li
{
  padding-bottom: 5px;  
}

.textlink
{
  text-decoration: none;
}

.textlink:hover
{
  text-decoration: underline;
}

a
{
  color: #F29641;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.imgdiv
{
  font-size: 10px;
  font-style: italic;
  color: black;
  text-align: center;
  margin: 5px 0 5px 0;
}

.highlight
{
  font-style: italic;
  margin: 10px 0 10px 0;  
}

.graythumb
{
  border: 4px solid white;
}