﻿body
{
  background: url('../image/back-tile.jpg') center center repeat;
  font-family: Times New Roman, Times, serif;
  font-size: 8pt;
}

div#container
{
  background: url('../image/back-blue.jpg') top left no-repeat;
	position: absolute;
	width: 757px;
	height: 560px;
	margin-left: -378px;
	margin-top: -280px;
	top: 50%;
	left: 50%;
	border: 1px solid #ddd;
}

div#header
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 757px;
  height: 184px;
}

div#pagetitle
{
  position: absolute;
  left: 0px;
  top: -10px;
  width: 757px;
  height: 184px;
}


div#footer
{
  background: url('../image/footer.jpg') top left no-repeat;
  position: absolute;
  left: 0px;
  top: 507px;
  width: 757px;
  height: 53px;
}

div#content
{
  position: absolute;
  left: 155px;
  top: 154px;
  width: 602px;
  height: 353px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  font-weight: bold;
  color: #fff;
}

div#menu
{
  position: absolute;
  left: 0px;
  top: 154px;
  width: 155px;
  height: 353px;
}

div#content p
{
  margin: 0em 0 0.5em 1em;
}

div#content h2
{
  margin: 0em 0 0.5em 1em;
}

div#content img
{
  margin: 1em 0 0 1em;
}

div#tape
{
  position: absolute;
  left: 160px;
  top: 205px;
  width: 140px;
  height: 140px;
}

div.scrolling
{
  overflow: auto;
}

a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  line-height: 12pt;
  font-weight: bold;
  color: #fff;  
  }
  
  div#breadcrumbs
  {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 290px;
    margin-left: -370px;
  }