/* ================================================================ */
/* SET ALL PADDING/MARGIN TO ZERO */

fieldset, form, h1, h2, h3, h4, ul, li, p
{
  margin: 0px;
  padding: 0px;
}

/* ================================================================ */
/* TAG DEFAULTS */

a
{
  text-decoration: none;
  color: #9A0;
}

a:hover
{
  text-decoration: underline;
}

body
{
  background: #FFF;
  text-align: center;
  font-size: 0.75em;
  font-family: arial, sans-serif;
  margin-bottom: 10px;
}

p
{
  line-height: 150%;
}

/* ================================================================ */
/* COMMON CLASSES */

*.clear
{
  clear: both;
}

/* ================================================================ */
/* PAGE */

#page
{
  width: 810px;
  margin: 0px auto;
}

#top
{
  background: transparent url( /images/splash-page/bg-top.jpg ) scroll no-repeat top center;
  height: 79px;
}


#middle
{
}

#middle ul
{
  list-style: none;
}

#middle li
{
  float: left;
}

#middle a span
{
  display: none;
}

#middle a:hover
{
  text-decoration: none;
}

#middle #ag
{
  display: block;
  background: transparent url( /images/splash-page/bg-ag.jpg ) scroll no-repeat top right;
}

#middle #ag a
{
  display: block;
  width: 403px;
  height: 380px;
}

#middle #hort
{
  display: block;
  background: transparent url( /images/splash-page/bg-hort.jpg ) scroll no-repeat top left;
}

#middle #hort a
{
  display: block;
  width: 407px;
  height: 380px;
}



#welcome
{
  text-align: left;
  padding: 0px 40px;
  background: transparent url( /images/splash-page/bg-middle.jpg ) scroll repeat-y top right;
}

#bottom
{
  background: transparent url( /images/splash-page/bg-bottom.jpg ) scroll no-repeat bottom left;
  width: 810px;
  height: 71px;
}
