@charset "utf-8";


body {
	background-color: #BFA785;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	border: #FFFFFF;
}







.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	font-size: 20px;
	color: #000000;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}


strong {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: inherit;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #000000;
	width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

button {
	color: #628416;
	background-color: #990066;
	font-family: Arial, Helvetica, sans-serif;
}
.Lime {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.Space.Footer {
	color: #000000;
}
.style5 {font-size: 14px}
.style12 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.style14 {
	color: #000000;
	font-size: 12px;
}
.style16 {font-family: Arial, Helvetica, sans-serif}
.style17 {
	font-size: 15px;
	color: #000000;
}
.style18 {
	color: #000000;
	font-size: 13px;
}
.style19 {
	font-size: 16px;
	color: #000000;
}
.style21 {
	font-size: 16px;
	color: #000000;
}

.Hide.Links {
	color: #000000;
	text-decoration: none;
}

img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}

a:link .image {
	border-color: #000000;
	border-thickness: 1px;
	border-style: groove
}

a:hover .image, a:active .image {
	border:1px;
	border-thickness: 1px;
	border-color: #000000;
	border-style: inset
}



	/* // here comes the goodnes  */	
	
		ul#gallery, ul#gallery li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#gallery{
	width:450px;
	height:338px;
	position:relative;
	background:#ffffff url(images/images/100_2202.jpg) no-repeat 30% 0%;
	border: solid;
			}		
			
			
		ul#gallery li{
	float:right;
	display:inline;
	margin-top:350px;
			}								
		ul#gallery a span{
			display:none;
			}
		ul#gallery a:hover{
			background:none;
			z-index:100;
			}	
		ul#gallery a:hover span{
			position:absolute;
			width:100px;
			height:100px;
			float:left;
			top:0;
			left:0;
			display:block;
			}				
					
	/* // goodnes  */

/* // here comes the goodnes  */	
	
		ul#gallery2, ul#gallery2 li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#gallery2{
	width:450px;
	height:338px;
	position:static;
	background:#ffffff url(images/images/100_2160.jpg) no-repeat 30% 0%;
	border: solid;
			}		
		ul#gallery2 li{
	float:right;
	display:inline;
	margin-top:380px;
			}								
		ul#gallery2 a span{
			display:none;
			}
		ul#gallery2 a:hover{
			background:none;
			z-index:200;
			}	
		ul#gallery2 a:hover span{
			position:absolute;
			width:100px;
			height:100px;
			float:center;
			top:0;
			left:0;
			display:block;
			}				
					
	/* // goodnes  */
