.noscreen {
	display:			none;
}

.showscreen {
	display:			block;
}



body {	
	background-color:	#A89683;
	background-image:	url( images/background_gradient.jpg );
	background-repeat:	repeat-x;
	background-position: 0 0;
	color:				white;
}

#centered {
	width: 				100%; 
	text-align:			center;
}

#pagecontainer {
	margin:				0 auto;
	text-align:			left;
	width:				950px;
}

#menu,
#footer {
	text-align:			center;
}

#content {
	background-image:	url( images/background_cake.jpg );
	background-repeat:	no-repeat;
	padding:			0px 20px 30px 20px;
}

#content {
	background-position: center 256px;
}

#content.homepage {
	background-position: center 490px;	
}

#homepage_billboard {
	margin-left:		-20px;	
}
	

h3.imgheading {
	text-align:				center;
}

.column_left {
	float:					left;
	width:					49%;
}

.column_right {
	float:					right;
	width:					49%;
}

.column_full {
	width:					100%;
}
.float_l {
	float:					left;
	margin:					0 1em 1em 0;
}

.float_r {
	float:					right;
	margin:					0 0 1em 1em;
}	

.link_btn {
	float:					right;
}

.menu {
  position:					absolute;
  visibility:				hidden;
  overflow:					hidden;
  z-index:					1;
  margin:					-10;
  padding:					0;
  background:				#BF8660;
}
