html {
  height: 100%;
}

body {
  background-color:#ffffff;
  text-align:center;
  color:#000000;
  margin:0;
  padding:0;
  font-size:100.1%;
  font:83%/1.4 georgia, verdana, arial, helvetica, sans-serif;
  position:absolute;
  height:100%;
  width:100%;
  background-image: url('images/nephilim_bg.jpg');
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: 50% 0%;
  background-attachment: fixed;
}

div, p, table {
  font-family: "Georgia", serif;
  color:#000000;
  font-size: small;
  text-align: left;
  }

#images img { 
  position: absolute;
  top:0px;
}

.title, h1{
  text-align:center;
  font-size: large;
  font-weight: bold;
}

.subtitle {
  text-align: left;
  font-size: medium;
  font-weight: bold;
}
.clear{
  clear:both;
}
#images{
  visibility:hidden;
}
#loading{
  margin-top:50px;
  text-align:center;
  width:100%;
}
#loading img{
  margin-top:10px;
  position:relative; 
}
#captions{
  font-weight:bold;
  position:relative; 
  text-align:center;
  z-index:10000;
}
#scrollbar{
  visibility:hidden;
  position:relative; 
  border-bottom:1px solid #b3b3b3;
  z-index:10001;
}
#slider{
  position:absolute;
  margin-top:-7px;
  margin-left:-7px;
  z-index:10002;
  background-image:url(slider.png);
  background-repeat:no-repeat;
  width:14px;
  height:14px;	
}
#imageflow{	
  text-align:left;
  width: 80%;
  margin: 0 auto;
}


#doublebunding { 
  position: absolute; 
  top:0; left:15%; 
  width:70%;
  min-width: 600px;
  height:100%; 
  background-color: #ffffff;
 }

#bunding {
  clear:both;
  position: absolute; 
  top:0; left:15%; 
  width:70%;
  min-width: 600px;
  min-height:100%;
  height:auto;
  background-color: #ffffff;
}

#bundingie {
  clear:both;
  position: absolute; 
  top:0; left:15%; 
  width:70%;
  min-width: 600px;
  height:100%;
  background-color: #ffffff;    
}

#container {
  width: 100%;
  min-width: 600px;
  min-height: 100%;
  text-align: center;
  margin: 0 auto;
  background-color: #ffffff;
  overflow: visible;
}

#banner {
  width: 100%;

}

#banner img {
  float: left;
  padding: 10px 0px 0px 20px;

}

#main {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

#topmenu {
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 50px 0px 50px;
}

.topsubmenu {
  float: left;
}

.topspacer {
  clear: both;
  height: 20px;
}

	
#botmenu {
  clear: left;
  clear: right;
  clear: both;
  font-size: 12px;
  font-family: georgia, serif;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: -20px;
  width: 100%;
  height: 20px;
  visibility: visible;
  display: block;
}
	
.botsubmenu {
  float: right;
}

#footer {
  clear: left;
  clear: right;
  clear: both;
  font-size: 11px;
  font-family: georgia, serif;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  visibility: visible;
  display: block;
}

.bottomspacer {
  clear: both;
  height: 50px;
}

a:link{
  text-decoration:none;
  color:#789048;
}
a:visited{
  text-decoration:none;
  color:#A8BE6E;
}
a:hover{
  text-decoration:none;
  color:#C1DB7F;
}
