* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	background: White;
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	border-left: 2px solid #023761;
	border-right: 2px solid #023761;
}
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #96cbf4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#tagLine
{
	background: #96cbf4;
	text-align: right;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #023761;
	height: 30px;
	margin: 0 -2px 0 -2px;
}

#absTagLine
{
	position: absolute;
	width: 1008px;
	background: #96cbf4;
	text-align: right;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #023761;
	height: 30px;
	margin: 0 auto;
}

.oneColFixCtrHdr #container {
	margin: 0;
	background: White;
	text-align: left; /* this overrides the text-align: center on the body element. */	
	/*border: 2px solid #023761;*/

	text-align:left;
	top: 30px;
	bottom: 18px;
}

.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 224px;
	background: transparent url(Images/SkiSprites_02.jpg) repeat-x;
	margin: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContentArea {
	margin: 0;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.footer 
{
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	width: 1008px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	border-top: 2px solid #023761;
	background: #96cbf4;
	font-size: 10px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #000;
	font-weight: bold;
}

.footer a
{
	color: #023761;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#logo
{
	float: left;
	margin-left: 65px;
	margin-top: 9px;
	background: url(Images/SkiSprites_05.jpg) no-repeat;
	width: 208px;
	height: 212px;
}

#headerImageFrame
{
	float: left;
	margin-left: 50px;
	margin-top: 9px;
	background: url(Images/SkiSprites_07.jpg) no-repeat;
	width: 639px;
	height: 215px;
}

/*.headerImage_1,
.headerImage_2,
.headerImage_3,
.headerImage_4*/
.headerImage
{
	position: relative;
	left: 26px;
	top: 22px;
	width: 575px;
	height: 166px;
}

.headerImage_1
{
	background: url(Images/HeaderImage_1.jpg) no-repeat;
}

.headerImage_2
{
	background: url(Images/HeaderImage_2.jpg) no-repeat;
}

.headerImage_3
{
	background: url(Images/HeaderImage_3.jpg) no-repeat;
}

.headerImage_4
{
	background: url(Images/HeaderImage_4.jpg) no-repeat;
}

#menuBar
{
	position: relative;
	height: 24px;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 24px;
	padding: 0 4px;
	vertical-align: baseline;
	background: #02a8e6;
}

