
 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  text-align:left;
	width: 100%;
	margin: 0 auto;
	z-index:0;
	background:none;
 /* height: 100%;
  min-height: 100%;*/
}



/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #CFD9DB;
}



/**************************************************************
   Header
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 98px;
	margin: 0 auto;
	text-align:center;
	background:#000000;
}





/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
text-align:left;
  padding-left:501px;
  padding-top:73px;
}





/**************************************************************
   Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
  width:970px;
  height:20px;
  border-bottom:#000000 solid 1px;
  padding-left:0px;
  padding-top:8px;
  padding-bottom:5px;
}



/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  width: 100%;
  /*float: left;
  text-align: left;*/
  min-height:400px;
}

#columns {
  margin: 0 auto;
  width:980px;
  
}



/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 110px;
  background:#000000;
}

#footer .footerbg {
  height: 120px;
  width:960px;
  margin: 0 auto;
  background:url(../Images/footer.gif) top left no-repeat;
  padding:15px 10px 0 10px;

}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

