body {
  color: #000;
  background: #000;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  }

h1 {
  font-size: 16pt;
  font-weight: bold;
  }

h2 {
  font-size: 14pt;
  font-weight: bold;
  }

h3 {
  font-size: 12pt;
  font-weight: bold;
  }

.container {
  width: 800px;
  margin: auto;
  }

.nav {
  width: 100px;
  height: 87px;
  position: relative;
  top: 47px;
  float: left;
  }

.text {
	width: 800px;
	float: left;
	border: 0px;
	padding: 10px;
	background: #fff;
	text-align: center;
  }

.adsense {
  width: 150px;
  position: relative;
  overflow: auto;
  float: left;
  top: 47px;
  left: 60px;
  }

.copyright {
  width: 800px;
  color: #808080;
  float: left;
  }

.folder_nav {
   width: 450px;
   position: relative;
   top: 60px;
   left: 5px;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   }

.title {
   width: 450px;
   height: 25px;
   position: relative;
   top: 53px;
   left: 5px;
   color: #000;
   font-size: 16px;
   font-weight: bold;
   }

a:link {
   color: #333;
   font-weight: bold;
   }

a:visited {
   color: #333;
   font-weight: bold;
   }

.gallery {
  width: 125px;
  text-align: center;
  float: left;
  padding: 5px;
  }

