/* CSS Document */


body {
  min-width: 800px;
  margin: 0;
  padding: 0; 
  text-align: center; 
  background-color: #0F0D0D;
}

#wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  text-align: center;
  background-color: #242424;
}

#header {
  position: relative;
  top: 100px;
  left: 50px;
  background-color: transparent;
}

#name {
  position: relative;
  top: 19px;
  left: 0;	
  font-family: arial, helvetica, sans-serif; 
  font-size: 16pt;
  text-align: left;
  color: #848383;
}

#titie {
  position: relative;
  top: 0;
  left: 0;
  font-family: FraseliusLarge, "arial black", sans-serif; 
  font-size: 48pt;
  text-align: left;
  color: #3c3c3c;
  top: margin: 0;
}  

#content {
  position: relative;
  top: 150px;
  left: 0px;
}

#show {
  float: left;
  position: relative;
  left: 25px;
  top: -50px;
  width: 510px;
  height: 560px;
}

#nav {
  position: relative;
  top: 253px;
  right: 70px;
  margin-bottom: 208px;
}  

#nav2 {
  clear: left;
  position: relative;
  top: -100px;
  right: 70px;
  margin-bottom: -118px;
}  

.menu ul, .menu li {
  font-family: FraseliusLarge, "arial black", sans-serif; 
  font-size: 40pt;
  color: #0F0D0D;
  list-style-type: none;
  text-align: right;
  line-height: 48px;
}

.menu a:link, .menu a:visited, .menu a:active {
  color: #3c3c3c;
  text-decoration: none;
}

.menu a:hover {
  color: #848383;
  text-decoration: none;
}


#footer {
  position: relative; 
  top: 0;
  left: 0;
  height: 100px;
  padding-bottom: 0;
  background-color: transparent;
} 

#cw {
  position: relative;
  bottom: 5px;
  left: -410px;
}
