@charset "UTF-8";
/* CSS Document */

body {
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background-color: #A8B894;
	background-image: url(../images/wallpaper.jpg);
	background-position: top center;
	background-repeat: repeat;
}
#container {
	width:900px;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	width:900px;
	height:128px;
	background-color:#2F3717;
	overflow: hidden;
}
#pageTop {
	width:900px;
	height:13px;
	background-image: url(../images/containerTop.gif);
	background-position: top center;
	margin:0;
	padding:0;
	overflow: hidden;	
}
#pageContent {
	width:900px;
	background-image:url(../images/containerBG.jpg);
	background-repeat:repeat-y;
	background-color: #FFF7DF;
	margin:0;
	padding:0;
	overflow: hidden;
}
#pageBotm {
	width:900px;
	height:14px;
	background-image: url(../images/containerBotm.gif);
	background-position: top center;
	margin:0 0 20px 0;
	padding:0;
	overflow: hidden;
}
#columnA {
	float:left;
	width:225px;
	margin-top:5px;
	margin-left:33px;
}
#columnB {
	float:left;
	width:545px;
	margin-top:10px;
	margin-left:30px;
}
#footer {
	width:900px;
	text-align:center;
	color:#81310D;
	font-size:10px;
	line-height: 18px;
}
#homeText {
	width:215px;
	margin-left:5px;
}
#homeColumnB {
	float:left;
	width:600px;
}
#homeColumnC {
	width:855px;
	margin:0 auto 15px auto;
}
.clear {
	clear: both;
}
h1 {
	font-size:12px;
	font-style:bold;
	color:#863611;
	margin:10px 0 0 0;
}
h1.home {
	font-size:16px;
	line-height: 20px;
}
h1.gallery {
	margin:20px 0 10px 0;
}
h2 {
	font-size:12px;
	font-style:bold;
	color:#004365;
	margin:0 0 5px;
}
.hiking {
	background-image: url(../images/Freedom-hikers.gif);
	background-repeat:no-repeat;
	background-position:230px 180px;
}
.rightGallery {
	float:right;
	width:200px;
	margin:0 0 10px 15px;
	text-align:center;
}

/* IE6 Hack */
* html #columnA {
	margin-left: 20px;
}
* html #columnB {
	margin-left: 20px;
}
* html #columnC {
	margin-left: 18px;
}

/* Links */

a:link {
	color:#004365;
}
a:visited {
	color:#073248;
}
a:hover {
	color:#297298;
}
a:active {
	color:#004365;
}


a.rest:link {
	color:#863611;
}
a.rest:visited {
	color:#7B5847;
}
a.rest:hover {
	color:#A85630;
}
a.rest:active {
	color:#7B5847;
}


/* Footer Links */

a.foot:link {
	color:#81310D;
}
a.foot:visited {
	color:#81310D;
}
a.foot:hover {
	color:#A75A37;
}
a.foot:active {
	color:#81310D;
}