
html, body {
  width: 100%;
  height:auto !important;
  height:100%;
  min-height:100%;
  
  margin: 0px;
  padding: 0px;

}
body {
  background-color: black;
  background-attachment:scroll;
  background-image: url('../images/nebel.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  color: white;
}
  

#advertising {
  display: block;
  float: right;
  position:relative;
  z-index:1;
  width:290px;
  margin-bottom:-200px;
}

#advertising img {
  display:block;
  float:left;
  border-width:0px;
  width: 290px;
  height:auto;
}

#leftspacing {
  display:block;
  width:200px;
  height:140px;
  float:left;
}
#leftsmallspacing {
  display:block;
  width:50px;
  height:140px;
  float:left;
}
#navigation {
  display:block;
  position:relative;
  float:left;
  width:950px;
  height:95px;
  margin-top:20px;
  z-index:5;

  background-color: #ffbb00;
  background-image:url('../images/header.png');
  background-repeat:repeat-y;
  color: black;
 }

#navigation ul {
  list-style-type:none;
  width:100%;
  margin:0;
  padding:0;
  margin-top:15px;
}

#navigation li {
  display:block;
  float:left;
}

#navigation a {
  display:block;
  width:130px;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
  color: #ffbb00;
}

#navigation a hover {
   color: #333333;
}


#content {
  display:block;
  position:relative;
  float: left;
  width: 850px;
  z-index:5;
  margin-bottom:-300px;
  
  padding-left:50px;
  padding-right:50px;
  padding-bottom:230px;
  
  background-color: #ffbb00;
  background-image:url('../images/traverse_black_extended.png');
  background-repeat:repeat-y;
  color: black;
}

#content>h1 {
  width: 90%;
  text-align:center;

  background-color: transparent;
}

#content>h2 {
  width: 90%;

  background-color: transparent;
}

#content>p {
  width: 90%;

  background-color: transparent;

}

#right {
  display:block;
}
.floatfix {
  clear:both;
}

#footer {
  display:block;
  position:relative;
  clear:both;
  width: 100%;
  height:449px;
  z-index:5;
  
  margin:0px;
  
  background-image:url('../images/crowd.png');
  background-position: 0;
  background-repeat: no-repeat;
}

#heightfix1 {
	width:1px;
	height:100%;
	float:left;
}
#heightfix2 {
  width:1px;
  height:100px;
  float:left;
}

/* FONT STYLES */
.bsc {
  font-weight:bold;
  font-variant:small-caps;
}

.sc {
  font-variant:small-caps;
}

