@import url( "core.css" );


A:link, A:visited
{
  background-color: inherit;
  color: #000;
  text-decoration: none;
}

A:link:hover, A:visited:hover
{
  background-color: inherit;
  color: #000;
  text-decoration: underline;
}

#column
{
  background-color: #eec;
  color: inherit;
  margin: 0 auto;
  position: relative;
  text-align: left;
  width: 800px;
}

#column .slice01
{
  background-image: url( "../images/home/slice_01.jpg" );
  height: 54px;
  position: absolute;
  width: 301px;
}

#column .slice02
{
  background: #b03840 url( "../images/home/slice_02.jpg" ) no-repeat;
  height: 54px;
  left: 301px;
  position: absolute;
  width: 499px;
}

#column .slice03
{
  background-image: url( "../images/home/slice_03.jpg" );
  height: 181px;
  position: absolute;
  top: 54px;
  width: 301px;
}

#column .slice04
{
  background-image: url( "../images/home/slice_04.jpg" );
  height: 181px;
  left: 301px;
  position: absolute;
  top: 54px;
  width: 499px;
}

#column .slice05
{
  background: #eec url( "../images/home/slice_05.jpg" ) top right no-repeat;
  margin-top: 234px;
  position: absolute;
  width: 100%;
}

#content
{
  border-bottom: 3px #333 solid;
}

#copyright
{
  background-color: #bcbc9a;
  color: #000;
  font-size: 0.8em;
  padding-top: 0.5ex;
  text-align: right;
}

#home
{
  background: url( "../images/home-bg.gif" ) repeat-x;
  height: 54px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#menu
{
  height: 249px;
  margin-left: 10px;
  margin-top: 35px;
  width: 281px;
}

#menu .section
{
  background-color: inherit;
  color: #b03840;
  font-size: 1.25em;
}

#menu .topics
{
  background-color: inherit;
  color: #444;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 3ex;
  margin-left: 1em;
}
