@charset "utf-8";
body  {
	background:url(images/stripes.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:link {
	color: #000;
	text-decoration:none;

}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
a:active {
	color: #333;
	text-decoration:none;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#thumbContainer {
	height: 800px;
	width: 910px;
	overflow: auto;
	padding-right: 40px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	font-weight: normal;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	text-align: right;
}
h2 {
	margin: 0;
	padding: 0;
}
.marginPara {
	margin: 0px 20px;
	padding: 0;
	text-align: justify;
}


/**************************************************************

	LightBox Gallery

**************************************************************/

.lbGallery {
		padding: 0px;
		width: 875px;
		text-align: left;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 2px solid #fff;
	}
	.lbGallery ul a:hover img {
		border: 2px solid #000;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	


/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 1000px;
	height: 300px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 2080px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -2000px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:80px;
	height: 300px;
}

.imageMenu ul li.landscapes a {
	background: url(images/land.jpg) repeat scroll 0%;
}

.imageMenu ul li.farm a {
	background: url(images/farm.jpg) repeat scroll 0%;
}

.imageMenu ul li.still a {
	background: url(images/still.jpg) repeat scroll 0%;
}

.imageMenu ul li.animal a {
	background: url(images/animal.jpg) repeat scroll 0%;
}

.imageMenu ul li.birds a {
	background: url(images/bird.jpg) repeat scroll 0%;
}

.imageMenu ul li.wind a {
	background: url(images/wind.jpg) repeat scroll 0%;
}

.imageMenu ul li.water a {
	background: url(images/water.jpg) repeat scroll 0%;
}

.imageMenu ul li.sky a {
	background: url(images/sky.jpg) repeat scroll 0%;
}

.imageMenu ul li.flowers a {
	background: url(images/flower.jpg) repeat scroll 0%;
}

.imageMenu ul li.craft a {
	background: url(images/craft.jpg) repeat scroll 0%;
}

.imageMenu ul li.fire a {
	background: url(images/fire.jpg) repeat scroll 0%;
}

.imageMenu ul li.roads a {
	background: url(images/road.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

