
 
/**************************************************************
   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: 190px;
	margin: 0 auto;
	background: url(../images/header_bg.gif) no-repeat top left;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
}





/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
text-align:left;
  padding-left:501px;
  padding-top:73px;
}





/**************************************************************
   Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
  width:980px;
  height:33px;
  background: #000 url(../images/menu_bg.jpg) repeat-x top left;
  border-left:#666666 solid 1px;
  border-right:#666666 solid 1px;
}



/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  width: 100%;
  /*float: left;
  text-align: left;*/
}

#columns {
  margin: 0 auto;
}



/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 120px;
}

#footer .footerbg {
  height: 120px;
  margin: 0 auto;
  background:url(../images/footer.jpg) no-repeat top center;
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}


