@charset "utf-8";
/* CSS Document */

body {
	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: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/SKI_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
#container {
	width: 995px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0px;  /* 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. */
	background-image: url(images/SKI_Banner.jpg);
	background-repeat: no-repeat;
	height: 196px;
	width: 995px;
	overflow: hidden;
	margin: 0px;
}
#container #header iframe {
	margin: 0px;
	padding: 0px;
	height: 196px;
	width: 995px;
	overflow: hidden;
	z-index: 500;
}

#mainContent {
	padding: 0;
	background-image: url(images/SKI_Tile.png);
	background-repeat: repeat-y;
	width: 995px;
	clear: both;
}
#footer {
	background-image: url(images/SKI_Footer.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 995px;
	text-align: left;
	padding: 0px;
}
.NAVbottom {
	position: relative;
	top: -248px;
	float: left;
	height: 248px;
	width: 217px;
	margin-left: 48px;
	padding-right: 20px;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	padding-top: 0;
	padding-right: 85px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #2e2e2e;
	font-size: 13px;
}
#footer .author {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #950127;
}
#container #footer a, #container #footer a:link, #container #footer a:active, #container #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #580117;
	text-decoration: none;
}

#container #footer a:hover {
	color: #950127;
	text-decoration: underline;
}

