
div, table, th, td, p, span, li, a
{
  font-family: Arial;
}


img
{
  border: none;
}

img.border
{
  border: 1px solid #000000;
}

a:link, a:visited
{
  color: #ffffff;
  text-decoration: underline;
}

a:hover
{
  color: #e0e0e0;
  text-decoration: underline;
}


div#main_container
{
  height: 555px;
  width: 900px;

  background-color: #000000;
  color: #ffffff;
  
  background-repeat: no-repeat;
  background-position: right;
}



div#text
{
  position: relative;
  top: 0px;
  left: 500px;
  width: 400px;
  height: 555px;
  overflow: auto;
  
  background-image: url(../images/background_text.png);
}

div#gallery
{
  position: absolute;
  top: 0px;
  left: 50px;
  width: 400px;
  height: 555px;
  overflow: auto;
}



div#page
{
  position: absolute;
  top: 500px;
  width: 300px;
}

h1
{
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-family: Arial;
  font-size: 13pt;
  font-weight: normal;
  line-height: 17pt;
}

span.small
{
  font-weight: 7pt;
}




