@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#000;
	background-image:url(images/gray_siding_background.jpg);
	background-repeat:repeat;
	left:0px;
	top:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper
{
	position:relative;
	width:800px;
	margin:0 auto;
	text-align:left;
}


.header img
{
	position:absolute;
	left:100px;
	top:0px;
	z-index:1;
}

.post img
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}

.glitter_stars
{
	position:absolute;
	left:5px;
	top:250px;
	width:5px;
	z-index:3;
}
	

.content img
{
	position:absolute;
	width:800px;
	left:0px;
	top:0px;
	z-index:-1;
}

.homeinfo 
{
	position:absolute;
	left:224px;
	top:196px;
	width:550px;
}

.brochureinfo
{
	position:absolute;
	left:100px;
	top:400px;
	width:650px;
}

ul
{
	list-style-image:url(images/matted_star2.gif);	
}

li{
	font-size:large;
}

p{
	font-size:large;
}
.summer img
{
	position:absolute;
	left:300px;
	top:500px;
	z-index:2;
}

.winter img
{
	position:absolute;
	left:50px;
	top:500px;
	z-index:1;
}

.hunting img
{
	position:absolute;
	left:475px;
	top:500px;
	z-index:1;
}

.navigation 
{
	position:absolute;
	left:150px;
	top:925px;
	z-index:2;
	
}

.canadaflag
{
	position:absolute;
	left:700px;
	top:925px;
	z-index:2;
}
.skflag
{
	position:absolute;
	left:40px;
	top:900px;
	z-index:2;
	font-size:9px
}

a:link
{
	text-decoration:none;
	color:#000;
	border:none;
	border-style:none;
	border:0px;
}
a:visited
{
	text-decoration:none;
	color:#000;
	border:none;
	border-style:none;
	border:0px;
}
	

a:hover
{
	text-decoration:underline;
	color:#030;
}
.page_details
{
	position:absolute;
	left:100px;
	top:500px;
	width:650px;
}

.lcphoto{
	position:absolute;
	float:left;
	padding-right:20px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
	
#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}	
		
img{
	border-style:none;
}
