




/*
     FILE ARCHIVED ON 2:10:21 Jul 9, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 7:25:06 Feb 15, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main{
	margin: 0;
	padding: 0px;
	width: 100%;
	height: 100px;
	top: 20px;
}

#bannerhome {
	height: 100px;
	width: 100%;
	margin-bottom: 20px;
}
#backgroundhome {
	background-color: #006699;
	top: 0px;
	height: 170px;
	width: 100%;
	position: absolute;
	margin: 0px;
	z-index: 14;
	background-image: url(../images/home/montagerepeat.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#outdoorliteventureshome {
	left: 0px;
	top: 0px;
	height: 100px;
	width: 322px;
	padding: 0px;
	position: absolute;
	z-index: 16;
	visibility: visible;
}



/************* #content styles ***************/


#contenthome {
	top: 170px;
	width: 100%;
	left: 0px;
	z-index: 2;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	visibility: visible;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 5px;
	position: absolute;
}
/* #content navigation and menu styles */
#contenthome #navhome {
	height: 100%;
	width: 160px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#contenthome #content-righthome {
	width: 75%;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#content-righthome #trekking {
	position:relative;
	width:47%;
	height:auto;
	z-index:15;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#content-righthome #mountaineering {
	position:relative;
	width:47%;
	height:auto;
	z-index:16;
	float: right;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.heading {
	height: auto;
	width: 100%;
	text-decoration: none;
}