/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/



.home-feature {
	height:500px;
	width:100%;
	border-style: none;
	background: url(../images/home-feature-tile.png) 0px 55px repeat-x;
/*	border: 1px solid #ff0000; */
}


.home-feature-container {
  	height:500px;
	width:980px;
	margin:-55px auto 0px auto;	
	border-style: none;
	background: url(../images/home-feature.png) 0px 0px no-repeat;
/*  border: 1px solid #ff0000; */
}


.feature-anim {
	height:400px;
	width:480px;
	margin:-75px auto 0px auto;
	padding:0px;
	float:left;
	background: url(../images/philmahbocks-anim.gif) 0px 0px no-repeat;
/*	border: 1px solid #ff0000; */
}






.pinkpanel {
	height:350px;
	width:100%;
  	margin:0 auto 0 auto;
	background: url(../images/pinstripepink-lace-tile.png) repeat-x;
	background-color:#f06a94;
}

.pinkpanel-container {
	height:350px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/pink-panel.png) top no-repeat;
/*	border: 1px solid #ff0000; */
}

.pinkpanel-content-left {
	height:350px;
	width:400px;
	margin:auto;
	float:left;
/*	border: 1px solid #ff0000; */
}


.pinkpanel-content-right {
	height:350px;
	width:370px;
	margin:auto;
	padding:0px 0px 0px 0px;
	float:right;
/*	border: 1px solid #fff; */
}





.footer {
	height:200px;
	width:100%;
  	margin:0 auto 0 auto;
	background: url(../images/footer-tile.png) repeat-x;
/*	background-color:#6a0000; */
/*	border: 1px solid #fff; */
}

.footer-container {
	height:200px;
	width:980px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/footer.png) top no-repeat;

/*	border: 1px solid #fff; */
}

.footer-content-left {
	height:200px;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	padding-left:20px;
	float:left;
/*	border: 1px solid #ff0000; */
}


.footer-content-right {
	height:200px;
	width:280px;
	margin-left:auto;
	margin-right:auto;
	padding-top:60px;
	padding-left:0px;
	float:right;
/*	border: 1px solid #fff; */
}
 