body {
  background-color: #2b2b2b;
  color: #8c8c8c;
  font-family: 'Raleway', sans-serif;
}

#prof {
  width: 800px;
  min-height: 600px;
  background-color: #161616;
  border: 3px solid #bfbfbf;
  padding: 10px;
  margin: 0 auto;
}

#prof .one {
  width: 100%;
  background: #161616;
  font-family: 'Marvel', sans-serif;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #8c8c8c;
  border-bottom: 1px solid #bfbfbf;
}

#prof .two {
  width: 100%;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 5px;
}

#prof .two b {
  color: #dedad9;
}

#prof .three {
  float: left;
  width: 75px;
  height: 300px;
  margin-right: 5px;
}

#prof .three a {
  text-decoration: none;
}

#prof .three a:hover {
  color: #161616;
  background-color: #bfbfbf;
}

.three .button {
  border: 2px solid #bfbfbf;
  background-color: #161616;  
  color: #8c8c8c;
  padding: 10px;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 3px;
}

#prof .four {
  float: right;
  width: 300px;
  height: 300px;
  background: #161616;
}

#prof .five {
  height: 300px;
  padding: 5px;
  border-bottom: 1px solid #bfbfbf;
}

.five ul {
  width: 400px;
  text-align: center;
  margin-left: 40px;
  margin-top: -5px;
  list-style-type: none;
}

.five li {
  border: 1px solid #bfbfbf;
  color: #8c8c8c;
  padding: 3px 5px 3px 5px;
  display: inline-block;
  font-variant: small-caps;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

#prof .six {
  width: 100%;
  height: 400px;
  padding-top: 5px;
}

#prof .seven {
  width: 100%;
  border-top: 1px solid #bfbfbf;
  padding-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
  padding-top: 5px;
  text-align: right;
  font-family: 'Marvel', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  color: #8c8c8c;
}

#prof .eight {
  width: 100%;
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

#prof .eight b {
  color: #dedad9;
}

.amain {
  width: 710px;
  height: 400px;
}

.ptab {
  float: tab;
}

.atabs {
  position: relative;
  height: 400px;
  width: 720px;
}

.atab label {
  display: block;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 2px solid #bfbfbf;
  background-color: #161616;  
  color: #8c8c8c;
  font-family: open sans;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 730px;
  top: 0px;
}

.atab [type=radio] {
  display: none;
}

.acontent {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-align: justify;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #161616;
  color: #8c8c8c;
  padding: 10px;
  overflow: auto;
}

.acontent img{
  border: 3px solid #bfbfbf;
}

[type=radio]:checked ~ label {
  background: #bfbfbf;
  border: 2px solid #bfbfbf;
  color: #161616;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .acontent {
  z-index: 1;
}

#prof .title {
  ont-family: 'Marvel', sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #bfbfbf;
  letter-spacing: 1px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 5px;
}