body{
	margin:0;
	padding:0;
}
html { overflow: hidden; height: 100%; }
body { overflow: auto; height: 100%; }

#outershell{
	width:1024px;
	margin: 0 auto;
}
.lt-ie8 #outershell{
	margin: 0 0 0 -1024px;
}
	#innershell{
		width:1440px;
		overflow:hidden;
		margin-left: -208px;
		/*background-color: #eee;*/
		position: absolute;
		/*position: relative;*/
		/*!!!!forseeable problem, when bringing in the new page the bottom shadow will drop*/
		/*may need to change to relative positioning which will remove the bottom shadow*/
	}
	.shellshadow{
		-moz-box-shadow: 0px 0px 14px #666;
		-webkit-box-shadow: 0px 0px 14px #666;
		box-shadow: 0px 0px 14px #666;
	}
		#wrapper{
			width: 2885px;
			position: relative;
			/*left: -1440px;*/
		}
			.page-wrapper{
				width:1440px;
				float:left;
				position:relative;
				/*background-color: #222;*/
			}
	
/* Homepage */
#homepage{
	/*height: 850px;*/
	/*margin:0 auto;*/
	text-align:center;
	position: relative;
	float:left;
	/*height: 875px;*/
}
	#home_nav{
		width: 100%;
		height: 750px;
		background:url(../img/home/home_bg.jpg) top center no-repeat;
	}
		#home_nav ul{
			width: 789px;
			/*background-color:blue;*/
			margin:0 auto;
			position: relative;
			top: 258px;
		}
		#home_nav.two ul{
			width: 558px;
		}

			#home_nav ul li, #home_nav ul li a{
				width: 200px;
				height:462px;
				float: left;
				list-style-type: none;
				margin: 0 25.5px;
				cursor: pointer;
				display:block;
				background-position: bottom;
			}
				#home_nav ul li a{
					margin: 0;
					background-position: top;
				}
			#nav_vail, #nav_vail a{
				background: url(../img/home/vail_sprite.png) no-repeat;
			}
			#nav_brecken, #nav_brecken a{
				background: url(../img/home/breckenridge_sprite.png) no-repeat;
			}
			#nav_heavenly, #nav_heavenly a{
				background: url(../img/home/heavenly_sprite.png) no-repeat;
			}

	#homepage .footer-container{
		margin-left: 0;
	}

/* Mountain Page */
#mountain-page{
	/*background-color:black;*/
	/*height: 5000px;*/
}
	#header-container{
		/*margin-left: 0;
		left:0;*/
		top: -70px;
	}
		nav{
			/*position: relative;*/
			margin-left: -1440px;
		}
		.lt-ie10 nav, .lt-ie9 nav, .lt-ie8 nav, .ff nav{
			/*position: relative;*/
			margin-left: 0px;
		}
	#main-container{
		margin: 0 auto;
		/*background-color: black;*/

	}
	#background_layer {
		height: 982px;
		position: absolute;

		/*width: 100%;
		left: 0;*/
	}
	#background_layer img{
		position: absolute;
		/*margin: 0 auto;*/
	}
		/*#hbg{
			top: -320px !important;
		}*/
	#middleground_layer {
		/*margin: -1400px auto 0 auto;*/
		/*margin: 864px auto 0 auto;*/
		position: absolute;
		
		/*width: 100%;
		left: 0;*/

	}
	#content_layer {
		/*margin-top: -1654px;*/
	}




