/*
 * opaak style
 */

*
{
  margin: 0;
  padding: 0;
}

body
{
  font-family: Georgia, "Times New Roman", Times, serif;
}

#main
{
  background-image: url(images/header.jpg);
  height: 399px;
  width: 741px;
  background-repeat: no-repeat;
}

#bar
{
  background-image: url(images/bar.jpg);
  height: 43px;
  width: 741px;
  background-repeat: no-repeat;
}

#top
{
  background-image: url(images/top.jpg);
  height: 135px;
  width: 741px;
  background-repeat: no-repeat;
}

#content
{
  background-image: url(images/tile.jpg);
  width: 356px;
  background-repeat: repeat-y;
  padding-left: 125px;
  padding-right: 260px;
  font-size: 12px;
}

#actions
{
  padding-right: 20px;
}

#actions A
{
  font-size: 8px;
  color: #9ba077;
  text-decoration: none;
}

#current
{
  font-size: 8px;
  color: red;
  text-decoration: none;
}

#footer
{
  background-image: url(images/footer.jpg);
  width: 621px;
  height: 130px;
  padding-top: 100px;
  font-size: 10px;
  padding-left: 120px;
}

P
{
  padding-bottom: 6px;
  padding-top: 6px;
}

#name
{
  padding-top: 40px;
  padding-left: 112px;
  color: #a9ac96;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#motto
{
  padding-top: 0px;
  padding-left: 140px;
  color: #b3b79b;
  font-size: 11px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

H1
{
  font-size: 20px;
  font-style: italic;
  color: #8d92c1;
  padding-top: 15px;
  padding-bottom: 15px;
}

H2
{
  font-size: 16px;
  font-style: italic;
  color: #8d7345;
  padding-top: 15px;
  padding-bottom: 15px;
}

H3
{
  font-size: 12px;
  font-style: italic;
  color: #8db398;
  padding-top: 15px;
  padding-bottom: 15px;
}

BLOCKQUOTE
{
  margin-left: 165px;
  margin-right: 300px;
  padding: 45px 6px 6px;
  text-align: right;
}

#navigation UL
{
  padding: 16px 0 2px;
  margin-left: 160px;
  list-style-type: none;
  color: #006633;
  font-size: 90%;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
}

#navigation LI
{
  display: inline;
}

#content LI
{
  display: list-item;
  list-style-image: none;
  list-style-type: lower-greek;
  padding-left: 20px;
}

LI A
{
  text-decoration: none;
  color: #666666;
  padding: .2em 1em;
}

LI A:HOVER
{
  color: #000000;
}

A
{
  color: #9ba077;
  text-decoration: none;
}

