
 
/**************************************************************
   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 {
	width:100%;
	height: 57px;
	margin: 0 auto;
	background:url(../images/topLine.jpg) repeat-x;

}





/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
float:left;
width:555px;
text-align:center;
  padding-top:20px;  
}


.logo{
background:url(../images/logo_top.jpg) no-repeat top left;
height:57px;
width:203px;
}




/**************************************************************
   Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
  height:31px;
  background:url(../images/logo_bottom_alt.jpg) top center no-repeat;
  padding:0;
}



/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  width: 100%;
  /*float: left;
  text-align: left;*/
  background:url(../images/body_bg_top_alt.jpg) top center no-repeat;
  min-height:400px;
}

#columns {
  margin: 0 auto;
}



/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 40px;
  background:url(../images/body_bg_bottom.jpg) top center no-repeat;
}

#footer .footerbg {
  height:40px;
  margin: 0 auto;
  background:url(../images/footer.jpg) no-repeat top center;
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

