	body 
	{
		font: normal 12px/14px MS Reference Sans Serif, arial;
		color: #17384d;
		background-color: #FFF;
		/*background: url('../images/alpineblue.png') #FFF;
		background-position: 0px 220px;
		background-attachment: fixed;*/
	}
	
	td
	{
		font: normal 10px/12px MS Reference Sans Serif, arial;
	}
	
	a
	{
		color: #990000;
		text-decoration: none;
	}

	a:hover
	{
		color: #C00;
		text-decoration: none;
	}

	input,select,textarea
	{
		font: normal 12px/14px MS Reference Sans Serif, arial;
		color: #000;
		background-color: #FFF;
		border: 1px solid #444;
	}
	
	#frontwhite
	{
		z-index: 0;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 0px;
		background-color: #CCC;
		border-bottom: 1px solid #000;
	}
	
	#frontbanner
	{
		z-index: 10;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url('../images/alpineblue.png') repeat-x;
		width: 100%;
		height: 55px;
		text-align: left;
		border-bottom: 1px solid #000;
	}
	

	#frontalpine
	{
		position: absolute;
		top: 5px;
		right: 5px;
		height: 76px;
		z-index: 16;
		background-color: #FFF;
		padding: 5px;
		border: 3px solid #0D1F2D;
	}
	
	#logo
	{
		z-index: 15;
		position: absolute;
		top: 5px;
		left: 0px;
	}
	
	#skiier
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 1px;
		height: 1px;
		z-index: -100;
	}
	
	#menu_table
	{
		position: absolute; 
		top: 105px; 
		left: 0px;
		z-index: 100;
	}
	
	#footer_table
	{
		position: absolute; 
		left: 0px; 
		z-index: 5;
		width: 100%;
	}
	
	#group
	{
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: -100;
		width: 0px;
		height: 0px;
	}

	#content
	{
		position: absolute;
		top: 120px;
		left: 0px;
		color: #17384d;
		padding: 30px 0px 0px 0px;
		text-align: justify;
		width:100%
	}
	
	
	#footer
	{
		position: absolute;
		z-index:5;
		width:100%;
	}
	
	#rightcontent
	{
		position: absolute;
		top: 145px;
		right: 0px;
		color: #17384d;
		width: 240px;
		font: normal normal normal 12px/14px MS Reference Sans Serif, arial;
		padding: 30px 30px 0px 50px;
		text-align: justify;
	}