html {height:100%;}

body {
	height:100%;
	margin:0;
	padding:0;
	background-color: #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 100;
}

iframe.tabContent {

  width: 100%;
  height:400px;

  }
  
h1 {
	font-family: Calibri, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}

h2 {
	font-family: Calibri, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bolder;
}  

h3 {
	font-family: Calibri, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}

h4 {
	font-family: Calibri, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
}

#dbox {
	color: #CCC;
	margin-left: 30px;
	margin-right: 15px;
	text-align:left;
	line-height:2;
	width: 299px;
	float:left;

	
}
.bright A:link{color: #FFF;}
.bright A:visited{color: #FFF;}
.bright A:active{color: #FFF;}
.bright A:hover{color: #FFF;}

.winc {
	font-family: Calibri, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 3em;
	color: #CCC;
	
}
.wind {
	font-family: Calibri, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: #CCC;
	
}

.foliospace {
	width: 95%;
	height: 10px;
	float: left;
	background-image: url(/90.png);
	
}

.foliohead {
	width: 20%;
	height: auto;
	float: left;
	background-image: url(/90.png);
	padding: 10px;
	text-align: left;
	}
.foliothing {
        width: 75%;
		height: auto;
        float: left;
		background-image: url(/55.png);

        padding: 10px;
		text-align: left;
		padding-bottom:20px;
}

.foliothumb {
        width: auto;
		height: auto;
        float: left;
        padding: 10px;
		text-align: left;
}

.thingbox {
        width: 300px;
        height: 150px;
        float: left;
		background-image: url(/55.png);
        margin: 5px;
        padding: 10px;
		text-align: left;
}

a.thingbox{
		color: #CCC;
		font-weight: bold;
}

  
  
#boxcontent {
	position:absolute;
	z-index:3;
	background-image: url(/55.png);
	width: 90%;
	vertical-align: top;
	left: 50px;
	top: 150px;

	
}

  
 a.tab {
  

  color: #FAF9F3;
  border-color: #7D7E7B ;

  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;  
  background-image: url(90.png); 
  background-repeat: repeat
  }
  
a.tab:hover {
  background-image: url(55.png); 
  color: #FAF9F3;
}
a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #9070c0;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  color: #ffe0ff;
}
#box {
	position:absolute;
	z-index:1;
	background-image: url(90.png); 
	height: 61px;
	width: 100%;
 vertical-align: top;	
} 
  

#bg {
	position:fixed;
	left:0;
	height:100%;
	width:100%;
	z-index: 0;
}
/* places the content ontop of the background image */

#content {
	position:absolute;
	z-index:1;
	 vertical-align: middle;
	width: 100%;
}
	
	
a {
	color: #000;
}
