/* CSS Layout */


#content {
	text-align:left;
	width: 955px;
	margin: 0 auto;
	z-index:0;
	background:#FFFFFF;
  /*position: relative;
  height: auto !important;
  
  height: 100%;
  min-height: 100%;*/
}


/* header layout */
#header {
	clear: both;
	position: relative;
	height: 154px;
	margin:0 auto;
	padding:0px;
}

.headspacer{
float:right;
width:510px;
height:117px;
}

#menu{
clear:both;
width:955px;
height:36px;
}


#page {
  clear: both;
  width: 955px;
  text-align: left;
}


#columns {
  margin: 0 auto;
  width:66%;
}

#columns2 {
  margin: 0 auto;
  width:34%;

}

#columnsfull {
  margin: 0 auto;
  width:100%;
  margin-right:-1px;
}


#footer{
width: 100%;
height:110px;
}

.clear{
clear:both;
}




