@charset "utf-8";
/* CSS Document */

/* basic elements */
body {
	background-color: #CDD2D3;
}
	a{
		color:#404040;
		text-decoration:none;
		}
	a:hover{
		text-decoration:none;
		color:#FFF
		}
/*specific divs*/

.text {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #CDD2D3;
	font-size:20px;
	color: #404040;
	padding-top: 20px;
	text-align:justify;
	width: 65%;
	margin-left: 10%;
	margin-right: 10%;
	}
	.contact {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #CDD2D3;
	font-size:18px;
	color: #404040;
	padding-top: 20px;
	float:left;
	width: 35%;
	margin-left: 10%;
	}
.contactimg{
		float:right;
		width:35%;
		height: 70%;
		padding-top:20px;
		margin-right: 10%;
	}
.img-resize
{
	position: relative;
	width: 100%;
} 
	
.img {
	padding-top: 20px;
	width:50%;
	margin-left: 10%;
	margin-right: 10%;
	}
.gallerylayout {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #CDD2D3;
	font: bold 14pt;
	color: #404040;
	margin-left: 2%;
	margin-right: 2%;
	}
.previous {
	background-color: #404040;
	height:24px;
	width: 88px;
	display: inline-block;
	}	
.title {
	background-color: #CDD2D3;
	height:28px;
	text-align:center;
	width: 666px;
	display: inline-block;
	}
.next {
	background-color: #404040;
	height:24px;
	width: 88px;
	display: inline-block;
	}
.big{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #CDD2D3;
	font: bold 16pt;
	color: #404040;
	height:1000px;
	width: 852px;
	text-align:center;
	}
.banner {
	background-color: #404040;
	width: 100%
	height: 89px;
	text-align:center;
	}
	
.menu{
	background-color: #CDD2D3;
	padding-left:10%;
	padding-right:10%;
}
.menu ul {
	margin:0 0;

}
.menu ul li{
	display: inline;

}

.menu ul li a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:larger;
	float: left;
	color: #404040;
	padding: 7px 30px;
	background-color: #CDD2D3;
}

.menu ul li a:hover, .menu ul li .current{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:larger;
	float: left;
	text-decoration: none;
	color: #CDD2D3;
	padding: 7px 30px;
	background-color:  #404040;
}

ul#gallery, ul#gallery li{
		ist-style:none;
		border:none;
		}
ul#gallery{
		width:auto;
		height:auto;
		position:relative;
		}			
ul#gallery li{
		float:inherit;
		display:inline-block;
		padding:10px 10px;
		}								
.thumb3 {
		padding-top:20px;
	    padding-left: 20px;
        float: left;
		text-align:center;
		margin-left: 2%;
		margin-right: 2%;
}
.thumblittle {
		padding: 0px;
		width: 10%;
		float:inherit;
        text-align: center;
		margin-left:2%;
		margin-right: 2%;
}
ul#thumb3 a span{
		color:#CDD2D3;
		text-decoration:none;
		}
ul#thumb3 a:hover span{
		text-decoration:none;
		color:#CDD2D3;
}
		
