﻿* {padding:0px; margin:0px;}

body {
	background-color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:100%;
	height:100%;
	text-align:center;
}


#wrapper {
	position:relative;
	text-align:center;
	width:950px;
	margin:0px auto;
    height:auto !important; 
    min-height:100%;
    height:100%; 
}

#header {
	position:relative;
	width:100%;
	height:354px;
	background-image:url('../skiing/main.jpg');
	background-repeat:no-repeat;
}

/* HEADER CONTENT */

.logo {
	position: absolute;
	top: 19px;
	left: 23px;
}
.title {
	position: absolute;
	right: 150px;
	top:-20px;
	z-index:9999;
}
.year {
	position: absolute;
	right: 0px;
	top:-50px
}


/* BODY CONTENT */

#content {	
	width:100%;
	float:left;
	background-image:url('../skiing/content_bg.jpg');
	background-repeat:repeat-x;
	background-color:#BBD534
}

#content_top {
	position:relative;
	height:120px;
	width:936px;
	float:right;
	margin:-120px 0 0 0;
	background-image:url('../skiing/content_top.png');
	background-position:right;
	background-repeat:no-repeat;
}

#content_middle {
	width: 950px;
	background-image: url('../skiing/content_middle.gif');
	background-position: right;
	background-repeat: repeat-y;
	height:100%;
}

/* FOOTER CONTENT */

#footer {
	clear:both;	
	height:100px;
	background-image:url('../skiing/content_bottom.png');
	background-repeat:no-repeat;
	background-position:right;

}

.phone {
	clear:both;
	float:left;
	margin-left:100px;

}

.freephone {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25pt;
	font-weight: bold;
	color:#BFD62F;
	/*color:#286AAA;*/
}
	
	
#company_info {
	clear:both;	
	margin: 0;
	font-size:16px;
	font-weight:bold;

}

#impact{
	text-align:center;
	clear:both;
}
.impact {
	font-style: italic;
	font-size: x-small;
	color: #000000;
	}
.impact a {
	text-decoration: blink;
	color: #000000;
	font: inherit;
	}
