/*amcpu.org CSS File*/

/* back to the basics :) */
body {
  font-size: 14px;
  color: #FFFFFF;
  background: #000000;
  text-align: left;
}
p {
  margin-top: 0px;
  text-align: left;
}

h1 {
  font-size: 28px;
  font-weight: normal;
}

h1#header {
  position: absolute;
  left: 140px;
  top: 45px;
}

h1#header a {
  font-weight: normal;
  font-size: 33px;
  text-decoration: none;
  color: #FFFFFF;
}

a:link {
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}

/* now on to the divs! */

#content {
  text-align: left;
  padding: 10px;
  position: absolute;
  left: 130px;
  top: 130px;
  width: 560px;
  height: 460px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

#one {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
}

#two {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
}

#three {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #bbb;
  border-right: 2px solid #bbb;
}

#five {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 50px;
  height: 50px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
}

#eight {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 80px;
  height: 80px;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
}

#thirteen {
  position: absolute;
  left: 130px;
  top: 130px;
  width: 130px;
  height: 130px;
  border-top: 2px solid #222;
  border-left: 2px solid #222;
}

#sixten {
  position: absolute;
  left: 710px;
  top: 610px;
  width: 61px;
  height: 61px;
  border-top: 2px solid #222;
  border-left: 2px solid #222;
}


#nav_left {
  float: left;
  position: relative;
  left: 10px;
  top: 120px;
  width: 130px;
  height: 130px;
}

ul {
  list-style-type: none;
}

.photo {
  float: right;
  border: 1px solid #222222;
  margin-left: 10px;
  padding: 0px;
}
