@charset "utf-8";
/* CSS Document */

#wrapper {
	overflow:hidden;
	postion:absolute;
	margin-top: 0 auto;
	margin-bottom: 400px;
	margin-right: auto;
	margin-left: auto;
	/* don't edit above margins.  all help to center */	
	text-align:center; 
	width: 912px; 
	border: 0px solid #ff0000;
}
#header {
	overflow:hidden;
	float:left;
	clear:both;
	padding: 0;
	margin-top: 0;
	text-align:left; 
	width: 908px; 
	height:144px;
	border: 0px solid #ccc;
}
#navigation {
	overflow:hidden;
	float:left;
	clear:both;
	padding: 0;
	margin-top: 0;
	text-align:left; 
	width: 909px; 
	height:41px;
	border: 0px solid #ccc;
}
#main {
	overflow:hidden;
	float:left;
	clear:both;
	padding: 0;
	margin-top: 0;
	text-align:left; 
	width: 909px; 
	background: url(../images/mainBgSlice.jpg) repeat;
	border: 0px solid #ccc;
}
#stagebox {
  overflow:hidden;
	float:left;
	display:inline;
	padding: 20px;
	margin-left:100px;
	margin-bottom:20px;
	padding-bottom:10px;
	text-align:left; 
	width: 628px; 
	min-height:400px;
	background:#4e433a;
	border: 20px solid #343030;	
}
#contactbox {
  overflow:hidden;
	float:left;
	display:inline;
	padding: 20px;
	margin-left:100px;
	margin-bottom:20px;
	padding-bottom:10px;
	text-align:center; 
	width: 628px; 
	background:#4e433a;
	border: 20px solid #343030;	
}
#contactbox p {
  position:relative;
	display:block;
	font-size: 13px;
	line-height: 26px;
	font-weight: bold;
	color:#fff;
}
#frontbox {
  overflow:hidden;
	float:left;
	display:inline;
	text-align:left;
	padding: 20px;
	margin:10px 0 30px 10px; 
	width: 565px; 
	background:#4e433a;
	border: 1px solid #202020;
}
#pghdr {
	position:relative;
  overflow:auto;
	margin:0;
	text-align:center;
	height:100px;
}
#footer {
	overflow:hidden;
	float:left;
	clear:both;
	padding: 0;
	margin-top: 0;
	text-align:left; 
	width: 908px;
	height:95px; 
	background: url(../images/footer.jpg);
	border: 0px solid #ccc;
}