﻿body{
  background-color: #fff;
	}

#root {
  width: 840px;
  height: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -275px 0 0 -420px;
  border: 1px solid #999;
  color: #999;
  font-size: 12pt;
  }

#nav1 {
  position: absolute;
  left: 0px;
  top: 65px;
  font-size: 0.7em;
  padding-left: 10px;
}

#contentteam {
  position: absolute;
  top: 120px;
  left: 75px;
  overflow: auto;
  height: 370px;
  width: 740px;
}

.team{
  border-left: 1px solid #e44;
  width: 150px;
  height: 250px;
  margin-right: 30px;
  margin-top: 20px;
  float: left;
}

.teammember{
  padding-left: 4px;
  float: left;
}

.nav1-deselect {
  text-decoration: none;
  color: #999;
  float: left;
}

.nav1-select {
  text-decoration: none;
  color: #e44;
  float: left;
}

#nav2 {
  position: absolute;
  left: 0px;
  top: 90px;
  width: 830px;
  height: 20px;
  font-size: 0.6em;
  background-color: #ddd;
  padding-left: 10px;
  border-top: solid #e44 1px;
}

.nav2-deselect {
  text-decoration: none;
  color: #999;
  margin-top:2px;
  float: left;
}

.nav2-select {
  text-decoration: none;
  color: #e44;
  margin-top:2px;
  float: left;
}

#icon {
  position:absolute;
  top: 140px;
  left: 0px;
  width: 68px;
  height: 68px;
  text-align: center;
}

#content {
  position: absolute;
  top: 120px;
  left: 75px;
  overflow: auto;
  height: 370px;
  width: 350px;
}

#atmopic {
  position: absolute;
  top: 120px;
  right: 0px;
}

#footerblock {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 840px;
  height: 25px;
  font-size: 8pt;
  color: #999;
  background-color: #ddd;
  text-align: center;
}

h1 {
  font-size: 1em;
}

p {
  font-size: 0.8em;
}

a:link,a:visited {
  color: #999;
  text-decoration:none;
}

a:hover {
  color: #999;
}
