@charset "UTF-8";

div#header
{
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
}

div#nav1
{
  float: left;
  width: 150px;
}

div#nav2
{
  float: right;
  width: 150px;
}

div#content
{
  margin: 0 160px 10px 160px;
  padding: 0.5em 0.75em;
  border-width: 1px 1px 1px 1px;
  border-style: dotted;
  border-color: #9999FF;
  background-color: #FFFFFF;
}

div#footer
{
  clear: both;
  font-size: 0.75em;
  text-align: center;
  margin: 10px;
}

div#details
{
  margin-right: 250px;
}

div#info
{
  float: right;
  position: relative;
  z-index: 1;
  width: 250px;
  text-align: center;
}

div#col1
{
  float: left;
  width: 50%;
}

div#col2
{
  float: right;
  width: 50%;
}
