/* CSS Document - belongs in the root level of the web site */

/* Links */

a:link {
	color: #8A9295;
	text-decoration: none;
	font-size: 12px;
}
a:hover { color: #000000; text-decoration: underline;}
a:active {
	text-decoration: none;
	color: #8A9295;
}
a:visited {
	text-decoration: none;
	color: #8A9295;
}
a:visited:hover { color: #000000; text-decoration: underline;}


/* Main background and site fonts */

.page {
	background-color: #FFFFFF;
	font-family: "Bookman Old Style", "Century Schoolbook", Geneva, "Courier New";
	font-size: 9px;
}
.background {
	background-image: url(images/background_box.gif);
	background-repeat: no-repeat;
	z-index: 50;
	background-position: center center;
}


/* Placement and formatting of content areas */

.menu {
	position: absolute;
	z-index: 100;
	height: 22px;
	width: 892px;
	text-align: center;
	top: 539px;
}
.maincontent-home {
	left: 122px;
	top: 0px;
	position: relative;
	z-index: 90;
	height: 451px;
	width: 649px;
	background-image: url(images/home_page/main_content.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	background-position: bottom;
}
.image-home {
	position: relative;
	height: 390px;
	width: 585px;
	left: 27px;
	top: 9px;
}
.maincontent-photos {
	position: relative;
	z-index: 90;
	height: 463px;
	width: 675px;
	background-image: url(images/albums/main_content.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	white-space: nowrap;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 200px;
	margin-bottom: 60px;
}
.image-photos {
	position: relative;
	z-index: 150;
	height: 385px;
	width: 625px;
	left: 27px;
	top: 15px;
	text-align: center;
	vertical-align: middle;
}
.thumbs {
	top: 70px;
	position: relative;
	z-index: 90;
	height: 350px;
	width: 134px;
	float: left;
	left: 30px;
}
.arrows {
	position: absolute
	z-index: 95;
	top: 512px;
	height: 25px;
	width: 39px;
	position: absolute;
	margin-left: 825px;
}
.maincontent-summerwinter {
	left: 200px;
	top: 0px;
	position: relative;
	z-index: 90;
	height: 464px;
	width: 675px;
	background-image: url(images/adventure_sports/main_content.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	white-space: nowrap;
}
.about {
	top: 32px;
	position: absolute;
	z-index: 90;
	height: 451px;
	width: 900px;
	background-image: url(images/home_page/main_content.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	white-space: nowrap;
	text-align: center;
}
.maincontent-contact {
	left: 122px;
	top: 0px;
	position: relative;
	z-index: 90;
	height: 451px;
	width: 649px;
	background-image: url(images/home_page/main_content.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	white-space: nowrap;
}
.note {
	position: absolute
	z-index: 95;
	left: 222px;
	top: 516px;
	height: 25px;
	width: 612px;
	position: absolute;
}


/* Text and image formatting */

.rightalign {
	text-align: right;
}
.leftalign {
	text-align: left;
}

