html, body{
	margin:0;
	padding:0;
	font-family: 'Georgia (serif)';
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	background : #FFFFFF;
	text-align:center;
	
	}

#header{
	position:relative;
	width:100%;
	text-align:center;
	
	/*color:#000000;*/
	padding-top:5px;
	padding-bottom:2px;
	/*
	border-style:solid;
	border-color:red;
	*/
	color:#5D6D2F;
	}
	
	h1{
	color:#5D6D2F;
	}
	
#nav{
position:relative;
margin:auto;
/*
border-style:solid;
border-color:red;
*/
width:100%;
max-width:800px;
text-align:center;
}
.nav_cell{
position:relative;
float:left;
padding:5px;
margin-left:10px;
}

.lang_cell{
position:relative;
float:right;
padding:2.5px;
margin-right:20px;
}

#nav a{
color:#000000;
text-decoration:none;
}
	
#main{
width:95%;
padding:2.5%;
text-align:left;
}

#gallery_container {
    width: 100%;
    height: 400px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom:20px;
}

.gallery_copyright{
font-size:0.7em;

}

#footer{
width:100%;
height:147px;

border-top-style:solid;
border-top-color:#CCCCCC;
border-top-width:2px;

text-align:center;
/*background-image:url("images/view_from_river_cropped2.jpg");*/
}
#sub_footer{
position:relative;
clear:both;
width:100%;
text-align:center;
padding-top:2px;
font-size:0.8em;
color:red;

z-index:80;
}

.clearB{
width:100%;
height:1px;
clear:both;
}

	
	#home_slides{
position:relative;
clear:both;
margin:auto;

}

/* for blurred slides */



.newSlider{
    padding:0px;
    margin:0px;
    list-style-type:none;
    position:relative;
}

.newSlider li a{
    /*border:0px;*/
    text-decoration:none;
	width:100%;
}
.newSlider li a img{
   border:0px;
    border: 1px solid #ccc;
    text-decoration:none;
	

	
}



.newSlider li{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

/* end for slides */
