@charset "utf-8";
/* CSS Document */

html
{
  background-color: #3c3c3c;
  background-image: url(../images/bg-roots-top.gif);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 110px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #115a6d;
}

h1, h2, h3
{
  text-transform: lowercase;
  margin: 6px;
}

h1
{
  font-size: 25px;
}

h2
{
  font-size: 22px;
}

h3
{
  font-size: 19px;
}

p
{
  color: #3c3c3c;
  font-size: 14px;
  margin: 6px;
}

a
{
  color: #115a6d;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:active
{
  font-weight: bold;
  text-decoration: underline;
}

div#page
{
  width:766px;
  margin: auto;
  border:2px solid #115a6d;
  background-color:#9fbdc5;
  padding: 0px 10px 5px 10px;
}

div#decorator
{
  background-image: url(../images/bg-roots-bottom.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 113px;
}

div#header
{
  background-image: url(../images/logo.gif);
  background-position: center top;
  background-repeat: no-repeat;
  height: 158px;
}

div#header ul
{
  margin: 2px 0 0 0;
}

div#header li
{
  float: right;
  display: inline;
  list-style-type: none;
  text-align: center;
  font-size:14px;
  width: 41px;
  padding-left: 10px;
}

div#header li img
{
  border: none;
}

div#navigation
{
  border-bottom: 1px solid #115a6d;
  text-align: center;
}

div#navigation ul
{
  margin: 0;
  padding: 2px 0 2px 0;
}

div#navigation li
{
  display: inline;
  list-style-type: none;
  padding:0 15px 0 15px;
  text-transform: lowercase;
}

div#navigation a:hover
{
  text-decoration: none;
}

div#body img
{
  border: 1px solid #115a6d;
  margin: 4px;
}

div#splash
{
  text-align: center;
}

div#splash li
{
  display:inline;
  list-style-type:none;
  padding:10px;
}

div#footer
{
  margin-top: 10px;
  border-top: 1px solid #115a6d;
  text-align: center;
}

div#footer p
{
  margin: 2px;
  font-size: 12px;
}
