body
{
  font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
  font-size: 0.8em;
  margin: 0 auto;
  padding: 0;
  color: #B5B5B5;
  background-color: #262626;
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  width: 100%;
}

a {
  color: #D0D0D0;
}

a:hover {
  color: #DD9900;
}

div#main
{
  position: absolute;
  width: 100%;
  padding: 0px;
  left: 0;
  top: 0;
}

div#flash-header
{
  margin: 0 auto;
  width: 760px;
  height: 225px;
  padding: 0px;
  margin-bottom: 0px;
}

div#stars {
  position: absolute;
  width: 760px;
  height: 225px;
  top: 0;
  padding: 0px;
  border: 0px;
}

div#star1
{
  position: absolute;
  left: 50px;
  top: 10px;
}

div#star2
{
  position: absolute;
  left: 100px;
  top: 100px;
}

div#star4
{
  position: absolute;
  left: 700px;
  top: 200px;
}

div#star5
{
  position: absolute;
  left: 730px;
  top: 40px;
}

div#star6
{
  position: absolute;
  left: 390px;
  top: 160px;
}

div#star3
{
  position: absolute;
  left: 550px;
  top: 80px;
}

div#star7
{
  position: absolute;
  left: 200px;
  top: 190px;
}

div#star8
{
  position: absolute;
  left: 40px;
  top: 180px;
}

div#logo
{
  margin: 0 auto;
  width: 760px;
  top: 0px;
  position: absolute;
}

h2#slogan
{
  font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  color: #FFFFFF;
  display: block;
  text-align: center;
}

div#albionmenu
{
  background-color: #262626;
  background-image: url('../images/nav.png');
  margin: 0 auto;
  width: 760px;
  height: 36px;
  padding: 0px;
}

ul.links
{
  margin: 0px;
  margin-left: 20px;
  padding-top: 10px;
  list-style: none;
  height: 36px;
  display: block;
}

ul.links li {
  display: inline;
  position: relative;
  padding: 0px;
  list-style-type: none;
  font-size: 12px;
  color: #FFFFFF;
}

ul.links li a {
  text-decoration: none;
  background-image: url('../images/menuitem.png');
  padding: 7px 10px 7px 10px;
  border: 1px solid #454545;
  color: #D0D0D0;
}

ul.links li a:hover {
  text-decoration: none;
  background-image: url('../images/nav.png');
  padding: 7px 10px 7px 10px;
  border: 1px solid #404040;
  color: #DD9900;
}

div#content
{
  margin: 0 auto;
  width: 760px;
}

div#header,div#footer
{
  margin: 0 auto;
  width: 760px;
}

div#footer
{
  background-image: url('../images/footer_b.png');
}

ul.tabs li a
{
  color: #000000;
}

ul.tabs li.active a
{
  background: #DD9900;
}

/* tracker */
table.sticky-table
{
  border: 1px solid #C0C0C0;
  width: 100%;
}

td.active
{
  background: #262626;
}

tr.odd
{
  background: #363636;
}

tr.even
{
  background: #565656;
}

/* comments */
ul.links li.node_read_more,
ul.links li.book_add_child,
ul.links li.book_printer,
ul.links li.comment_add
{
  display: inline;
  border: 0;
}

ul.links li.node_read_more a,
ul.links li.book_add_child a,
ul.links li.book_printer a,
ul.links li.comment_add a
{
  background: none;
  color: #DD9900;
  border: 0;
}

table.empty
{
  border: 0px;
  border-collapse: separate;
  border-spacing: 0px;
}

table.empty tr,
table.empty td,
table.empty th
{
  border: 0px;
  padding: 5px;
}
