
		
/*a.intro {
	position: absolute; 
	right:70px; 
	bottom: 100px;
	text-align: right;
	color: #FFF; 
	font-size: 32px;
	line-height: 50px;
	font-weight: 300;
	
	text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}
a.intro span{ font-weight: 300;	font-size: 52px;}*/
a.intro:hover{ /*color: #9a7c37;*/ text-decoration: none;}

a.close {
	text-indent: -9999em; 
	background-image:url(../images/close.png); 
	background-repeat: no-repeat; 
	width: 20px;
	height: 20px; 
	position: relative; 
	float: left; 
}

#intro a.close {
	top:30px;
	left:10px;
}

section#intro-wrap {
	background: rgba(0, 0, 0, 0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";	
	
	height: 320px; 
	width:100%;  
	position: relative;  
	color: #fff;   
	display: none; 
	z-index:1;
}

div#intro {
	width:895px; 
	margin: 0 auto; 
	overflow: auto;
}

div#intro aside {
	font-size: 13px;
	width:520px; 
	float: left; 
	margin-top: 5px;
	text-align: justify;
    padding: 10px;
    /*color: #B5B2B2;*/
    color: #DADADA;
}



div#intro h1 {
	font-weight: normal; 
	margin: 10px 0 10px; 
	font-size: 1.7em;  
	float: left; 
	width:500px; 
	/*height:32px; */
}

div#intro p {
	float: left; 
	margin:0 0 10px 0;
}

.intro-photos {
	position: relative; 
	float: left;
	margin-left:10px;
	margin-top:30px;
} 


