/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family:  "Times New Roman", Times, serif, helvitica;
	font-size: 10px;
	color: #ffffff;	
	}
	
#bgpix {
	position: absolute;
	width: 616px;
	height: 400px;
	top: 317px;
	left: 150px;
	background: url(mountain2.jpg) no-repeat;
	z-index: 10
	}
	
#maingray {
	position: absolute;
	width: 580px;
	height: 500px;
	left: 165px;
	top: 170px;
	text-align: bottom;
	background:#000000;
	background: url(mountainhalf.jpg) no-repeat;
	border: 1px outset #ffffff;
	z-index: 2
	}

#maingrayN {
	position: absolute;
	width: 580px;
	height: 500px;
	left: 165px;
	top: 170px;
	text-align: bottom;
	background:#000000;
	border: 1px outset #ffffff;
	z-index: 2
	}
	
#maintext {	
	position: relative;
	top: 150px;
	height: 320px;
	text-align: left;
	font-family: Verdana,"Times New Roman", Times, serif, helvitica;
	color: #ffffff;	
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	
	overflow:auto;
	scrollbar-3dlight-color:#666666 ;
	scrollbar-arrow-color:#666666 ;
	scrollbar-base-color:#000000 ;
	scrollbar-darkershadow-color:#000000 ;
	scrollbar-face-color:#000000 ;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color:#000000 ;
	z-index: 13
	}	

#maintextN {	
	position: relative;
	top: 50px;
	height: 420px;
	text-align: left;
	font-family: Verdana,"Times New Roman", Times, serif, helvitica;
	color: #ffffff;	
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	
	overflow:auto;
	scrollbar-3dlight-color:#666666 ;
	scrollbar-arrow-color:#666666 ;
	scrollbar-base-color:#000000 ;
	scrollbar-darkershadow-color:#000000 ;
	scrollbar-face-color:#000000 ;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color:#000000 ;
	z-index: 13
	}	

#title {
	position: absolute;
	width: 616px;
	height: 229px;
	left:150px;	
	top:27px;
	background: url(name2.jpg) no-repeat;
	z-index: 3
	}
	
#stripe {
	position: relative;
	width: 600px;
	height: 73px;
	top: 400px;
	left: 100px;
	background: url(stripe.jpg) no-repeat;
	z-index: 16
	}

	
#logo {
	position: absolute;
	width: 120px;
	height: 85px;
	top: 723px;
	left: 360px;
	text-align:center;
	border: 0px outset #663366;
	z-index: 16
	}
	
#navpix {
	position: absolute;
	width: 125px;
	height: 350px;
	top: 315px;
	left: 15px;
	border: 1px outset #ffffff;
	filter:alpha(opacity=60);-moz-opacity:0.6;	
	background: url(left.jpg) no-repeat;
	z-index: 10
	}
	
#navpixright {
	position: absolute;
	width: 120px;
	height: 220px;
	top: 435px;
	left: 775px;
	border: 1px outset #ffffff;
	filter:alpha(opacity=60);-moz-opacity:0.6;	
	background: url(left.jpg) no-repeat;
	z-index: 10
	}
	
#navigation{
    position: relative;
	border: 0px outset #666666;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 2px;		
	z-index: 9
  }
  

  #pictext{
    position: absolute;
	width: 450px;
	height: 40px;
	top: 670px;
	left: 150px;
	color:#666666;
	border: 0px outset #666666;
	font-size: 9px;
	text-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 1px;		
	z-index: 20
  }  
  
  
 a:link { 
	text-decoration: none;
	border-bottom: 0px dashed #ffffff;
	color: #ffffff;
	}
a:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
a:hover, a:active { 
	text-decoration: none;
	border-bottom: 1px dashed #663366;
	color: #996666;
	}
