html, body {
  background: #f5f5f5;
  font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: black;
  height: 100%;
  min-height: 100%;
}
.doc {
  position: relative;
  z-index: 10;
  width: 90%;
  min-width: 900px;
  top: 20px;
  margin: 1.3em auto 1.3em auto;
  background-color: white;
  background: rgba(255, 255, 255, 0.95);
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border: 1px solid black;
  border-bottom: none;
}
#cmyk {
  height: 100%;
  min-height: 100%;
  position: fixed;
  left: 10%;
  top: 0px;
}
* html #cmyk { position: absolute; }
#c {
  width: 10px;
  height: 100%;
  border-left: 8px #00ffff solid;
  float: left;
  margin: 0px;
}
#m {
  width: 10px;
  height: 100%;
  border-left: 11px #ff00ff solid;
  float: left;
  margin: 0px;
}
#y {
  width: 10px;
  height: 100%;
  border-left: 15px #ffff00 solid;
  float: left;
  margin: 0px;
}
#k {
  width: 10px;
  height: 100%;
  border-left: 20px #000000 solid;
  float: left;
  margin: 0px;
}
#hd { padding: 0.75em; }
#bd {
  padding: 7px 0px 7px 7px;
  background-color: #21272b;
  background: rgba(0, 0, 0, 0.9);
}
#status {
  background: black;
  height: 10px;
  margin: -7px 0px 3px -7px;
}
br { clear: both; }
.project-wrapper { float: left; }
.project-wrapper a.project {
  display: block;
  opacity: 0.75;
  cursor: pointer;
  background: white;
  margin: 4px;
  float: left;
  text-decoration: none;
}
.project-wrapper a.project img {
  padding: 5px;
  border: 3px solid white;
  background: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.project-wrapper a.project .description {
  position: relative;
  z-index: 100;
  height: 75px;
  margin: -100px 0px 0px 0px;
  color: white;
  background-color: black;
  background: rgba(0, 0, 0, 0.75);
  font-family: Arial;
  text-align: left;
  float: left;
}
.project-wrapper a.project .description h1 {
  font-size: 18px;
  padding: 0.3em;
  width: 175px;
}
.project-wrapper a.project .description p {
  font-size: 12px;
  padding: 0.4em;
}
.project-wrapper a.project:hover {
  opacity: 1;
  background: #ff00ff;
}
.project-wrapper a.project:hover img { border-color: #ff00ff; }
#title {
  width: 100%;
  height: 65px;
  margin: 0px 0px 10px 0px;
  background: url(../images/title.gif) left no-repeat;
}
ul#menu { float: right; }
ul#menu li {
  margin: 0px;
  padding: 0px;
  float: left;
  margin: 0px 0px 0px 10px;
  font-size: 12px;
  line-height: 70px;
}
ul#menu li a.selected {
  font-weight: bold;
  background: #ff00ff;
  border: none;
  font-size: 20px;
  line-height: 12px;
  -moz-box-shadow: grey 0px 0px 5px;
  -webkit-box-shadow: grey 0px 0px 5px;
  box-shadow: grey 0px 0px 5px;
}
a {
  color: #ff00ff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}
a:focus { outline: none; }
.textlink {
  padding: 4px;
  border: none;
  text-decoration: none;
  color: #000000;
}
.textlink:hover {
  font-weight: bold;
  background: #00ffff;
}
#project {
  width: 75%;
  margin: 1.5em auto 1.5em auto;
  text-align: center;
  background-color: #ffffff;
  padding: 20px;
  min-height: 600px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0px 0px 10px grey;
  -webkit-box-shadow: 0px 0px 10px grey;
  min-width: 900px;
}
#project div.title {
  color: #000000;
  font-size: 50px;
  padding: 20px;
  text-align: left;
  width: 100%;
  font-weight: bold;
}
#project div.description {
  color: #000000;
  font-size: 13px;
  line-height: 20px;
  padding: 20px;
  text-align: left;
  width: 80%;
  font-family: Arial;
}
#project div.images {
  width: 100%;
  margin: 20px 0px;
}
#project div.images img {
  display: block;
  margin: auto;
}
