/* -- SETUP ------------------------------------------------------ */

h1, h2, h3, h4, h5 { font-family: futura, verdana, arial, sans-serif; }

body
{
  background-color: #ffffff;
	color: #000000;
	font: 12pt Garamond, Georgia, Geneva, "Book Antiqua", "Times New Roman", serif;
/*	font: 12pt Helvetica, Arial, "Lucida Grand", sans-serif; */
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

a
{
	text-decoration: none;
	color: #cccccc;
}

a:hover
{
	border-bottom: 1px dotted #cccccc;
	color: #aaaaaa;
}

.page-thumb a
{
  border: none;
  margin: 0px;
  padding: 0px;
}



/* -- LAYOUT ----------------------------------------------------- */

.content-h
{
  background-color: #000000;
	color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 400px;
  width: 6000px;
}

.item-h
{
	height: 400px;
	margin: 0px;
	padding: 0px;
  padding-left: 10px;
  float:left;
}

.description
{
/*  width: 400px; */
  max-width: 400px;
  overflow: auto;
  padding-right: 1em;
}

.page-thumb
{
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.page-thumb img, .page-thumb a
{
  margin:0px;
  padding: 0px;
}

.thumbs
{
  width: auto !important;
  height: 400px;
  max-height: 400px;
  max-width: 640px;
  margin-left: 2em;
}
.divider-h
{
  height: 400px;
  float: left;
}

.footer-h
{
  margin: 0px;
  padding: 0px;
  float:left;
  position: fixed;
	width: 100%;
	height: 128px;
	background: url("images/banner.jpg") no-repeat ;
}

.footer-h h1
{
	visibility: hidden;
  height: 128px;
  width: 600px;
  padding: 0px;
  margin: 0px;
}

.footer-h a
{
  width: 600px;
}
/* -- INPUT ------------------------------------------------------ */

textarea
{
  font: 10pt courier, monospace;
  color: #ffffff;
  background-color: #333333;
  border: 1px dashed #000000;
}

/* -- MAIN ------------------------------------------------------- */

#main { background: #000000 url('/images/pages/index.jpg') no-repeat bottom center; }

#intro h1, #intro h2, #intro p { margin: 0px; }
#intro h1 { text-transform: uppercase; }

#intro { text-align: justify; }