@charset "UTF-8";

a {
	color: #AA9159;
	text-decoration: none;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}

a:hover, a:focus {
	color: #a2afb3;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}

#head .head-thumbBig img {
	margin: 0 auto;
	border: 6px solid black;
	width: 250px;
	box-shadow:0px 0px 2px rgba(0,0,0,0.3);
}

