body
{
  background-color: #f7faef;
  font-family: Arial, Helvetica, Verdana, Sans-serif;
  font-size: 13pt;
  color: #666666;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6
{
  margin-bottom: 2px;
  color: #000000;
}

#primary-wrapper
{
  width: 1000px;
  margin: auto;
}

#navigation
{
  text-align: right;
  padding-top: 15px;
  padding-right: 15px;
}

#navigation a
{
  color: #7d7e78;
  text-decoration: none;
}

#primary-wrapper
{
  background-image: url("/includes/css/images/Template.jpg");
  background-repeat: no-repeat;
  height: 600px;
  
  margin: auto;
}

#content
{
  padding-left: 325px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 17px;
  
  height: 530px;
  overflow: auto;
}

#slogan,
#copyright
{
  font-style: italic;
  font-size: 12pt;
}

#slogan
{
  text-align: left;
}

#copyright
{
  text-align: right;
}

a
{
  color: #22aa22;
}

a:visited
{
  color: #119911;
}

a:hover,
a:active
{
  color: #55aa55;
}
